aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLibravatar OszkarSemerath <semerath@mit.bme.hu>2019-05-04 15:31:47 -0400
committerLibravatar OszkarSemerath <semerath@mit.bme.hu>2019-05-04 15:31:47 -0400
commit3e7fdbf562bbb1739a6ff4b09f86f415aaf89a56 (patch)
treebef27ef38448443d5342fa5ea25700fc1b40ea1f
parentFixed misformalization of (may/must)(X!=Y) for abstract objects (diff)
downloadVIATRA-Generator-3e7fdbf562bbb1739a6ff4b09f86f415aaf89a56.tar.gz
VIATRA-Generator-3e7fdbf562bbb1739a6ff4b09f86f415aaf89a56.tar.zst
VIATRA-Generator-3e7fdbf562bbb1739a6ff4b09f86f415aaf89a56.zip
Added aggregate expressions to logic language on the model level
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/META-INF/MANIFEST.MF44
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/AggregateExpression.java49
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Count.java17
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/DefinedElement.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Divison.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguageFactory.java45
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguagePackage.java579
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Max.java17
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Min.java17
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Minus.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Mod.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Multiply.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/NumericOperation.java (renamed from Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java)20
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Plus.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Pow.java17
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/ProjectedAggregateExpression.java50
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Sum.java17
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AggregateExpressionImpl.java158
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AndImpl.java1
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AssertionImpl.java7
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/BoolLiteralImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ComplexTypeReferenceImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantDefinitionImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantImpl.java3
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/CountImpl.java37
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DefinedElementImpl.java1
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DistinctImpl.java1
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DivisonImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/EqualsImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionDefinitionImpl.java5
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IfThenElseImpl.java6
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IffImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ImplImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/InstanceOfImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntLiteralImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessOrEqualThanImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessThanImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguageFactoryImpl.java104
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguagePackageImpl.java362
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MaxImpl.java37
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinImpl.java37
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinusImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ModImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreOrEqualThanImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreThanImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MultiplyImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NotImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NumericOperationImpl.java (renamed from Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntOperationImpl.java)56
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/OrImpl.java1
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PlusImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PowImpl.java37
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ProjectedAggregateExpressionImpl.java164
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/QuantifiedExpressionImpl.java3
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RealLiteralImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationDefinitionImpl.java5
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/StringLiteralImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SumImpl.java37
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicDeclarationImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicValueImpl.java3
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TransitiveClosureImpl.java6
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeDefinitionImpl.java3
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeImpl.java8
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/VariableImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageAdapterFactory.java136
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageSwitch.java196
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/AssertionAnnotationImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ConstantAnnotationImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ContainmentHierarchyImpl.java5
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/FunctionAnnotationImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicProblemImpl.java8
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemFactoryImpl.java8
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemPackageImpl.java36
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/RelationAnnotationImpl.java2
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ErrorResultImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/InsuficientResourcesResultImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/IntStatisticEntryImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicResultImpl.java9
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java10
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultPackageImpl.java41
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ModelResultImpl.java6
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/RealStatisticEntryImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticEntryImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticsImpl.java9
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StringStatisticEntryImpl.java4
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/figures/Terms.pngbin0 -> 1281575 bytes
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.aird4181
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.ecore26
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.genmodel30
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicproblem.aird230
-rw-r--r--Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.aird1464
92 files changed, 5622 insertions, 2849 deletions
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/META-INF/MANIFEST.MF b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/META-INF/MANIFEST.MF
index 8e1bba03..338e8c09 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/META-INF/MANIFEST.MF
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/META-INF/MANIFEST.MF
@@ -7,29 +7,29 @@ Bundle-ClassPath: .
7Bundle-Vendor: %providerName 7Bundle-Vendor: %providerName
8Bundle-Localization: plugin 8Bundle-Localization: plugin
9Export-Package: hu.bme.mit.inf.dslreasoner.logic.model.builder, 9Export-Package: hu.bme.mit.inf.dslreasoner.logic.model.builder,
10 hu.bme.mit.inf.dslreasoner.logic.model.builder.consistencychecker, 10 hu.bme.mit.inf.dslreasoner.logic.model.builder.consistencychecker,
11 hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage, 11 hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage,
12 hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl, 12 hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl,
13 hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.util, 13 hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.util,
14 hu.bme.mit.inf.dslreasoner.logic.model.logicproblem, 14 hu.bme.mit.inf.dslreasoner.logic.model.logicproblem,
15 hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.impl, 15 hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.impl,
16 hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.util, 16 hu.bme.mit.inf.dslreasoner.logic.model.logicproblem.util,
17 hu.bme.mit.inf.dslreasoner.logic.model.logicresult, 17 hu.bme.mit.inf.dslreasoner.logic.model.logicresult,
18 hu.bme.mit.inf.dslreasoner.logic.model.logicresult.impl, 18 hu.bme.mit.inf.dslreasoner.logic.model.logicresult.impl,
19 hu.bme.mit.inf.dslreasoner.logic.model.logicresult.util, 19 hu.bme.mit.inf.dslreasoner.logic.model.logicresult.util,
20 hu.bme.mit.inf.dslreasoner.logic.model.patterns, 20 hu.bme.mit.inf.dslreasoner.logic.model.patterns,
21 hu.bme.mit.inf.dslreasoner.logic.model.statistics, 21 hu.bme.mit.inf.dslreasoner.logic.model.statistics,
22 hu.bme.mit.inf.dslreasoner.util, 22 hu.bme.mit.inf.dslreasoner.util,
23 hu.bme.mit.inf.dslreasoner.workspace 23 hu.bme.mit.inf.dslreasoner.workspace
24Require-Bundle: org.eclipse.core.runtime, 24Require-Bundle: org.eclipse.core.runtime,
25 org.eclipse.emf.ecore;visibility:=reexport, 25 org.eclipse.emf.ecore;visibility:=reexport,
26 com.google.guava, 26 com.google.guava,
27 org.eclipse.xtend.lib, 27 org.eclipse.xtend.lib,
28 org.eclipse.xtext.xbase.lib, 28 org.eclipse.xtext.xbase.lib,
29 org.eclipse.core.resources;bundle-version="3.8.101", 29 org.eclipse.core.resources;bundle-version="3.8.101",
30 org.eclipse.viatra.query.runtime;bundle-version="1.3.0", 30 org.eclipse.viatra.query.runtime;bundle-version="1.3.0",
31 org.apache.commons.lang;bundle-version="2.6.0", 31 org.apache.commons.lang;bundle-version="2.6.0",
32 org.eclipse.emf.ecore.xmi;bundle-version="2.13.0" 32 org.eclipse.emf.ecore.xmi;bundle-version="2.13.0"
33Import-Package: org.apache.log4j 33Import-Package: org.apache.log4j
34Automatic-Module-Name: hu.bme.mit.inf.dslreasoner.logic.model 34Automatic-Module-Name: hu.bme.mit.inf.dslreasoner.logic.model
35Bundle-ActivationPolicy: lazy 35Bundle-ActivationPolicy: lazy
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/AggregateExpression.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/AggregateExpression.java
new file mode 100644
index 00000000..be146469
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/AggregateExpression.java
@@ -0,0 +1,49 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Aggregate Expression</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 * <p>
12 * The following features are supported:
13 * </p>
14 * <ul>
15 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression#getRelation <em>Relation</em>}</li>
16 * </ul>
17 *
18 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getAggregateExpression()
19 * @model abstract="true"
20 * @generated
21 */
22public interface AggregateExpression extends Term {
23 /**
24 * Returns the value of the '<em><b>Relation</b></em>' reference.
25 * <!-- begin-user-doc -->
26 * <p>
27 * If the meaning of the '<em>Relation</em>' reference isn't clear,
28 * there really should be more of a description here...
29 * </p>
30 * <!-- end-user-doc -->
31 * @return the value of the '<em>Relation</em>' reference.
32 * @see #setRelation(Relation)
33 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getAggregateExpression_Relation()
34 * @model
35 * @generated
36 */
37 Relation getRelation();
38
39 /**
40 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression#getRelation <em>Relation</em>}' reference.
41 * <!-- begin-user-doc -->
42 * <!-- end-user-doc -->
43 * @param value the new value of the '<em>Relation</em>' reference.
44 * @see #getRelation()
45 * @generated
46 */
47 void setRelation(Relation value);
48
49} // AggregateExpression
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Count.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Count.java
new file mode 100644
index 00000000..878d6a0c
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Count.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Count</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getCount()
13 * @model
14 * @generated
15 */
16public interface Count extends AggregateExpression {
17} // Count
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/DefinedElement.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/DefinedElement.java
index d34436d8..9eeed54b 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/DefinedElement.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/DefinedElement.java
@@ -36,7 +36,7 @@ public interface DefinedElement extends SymbolicDeclaration {
36 * @return the value of the '<em>Defined In Type</em>' reference list. 36 * @return the value of the '<em>Defined In Type</em>' reference list.
37 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getDefinedElement_DefinedInType() 37 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getDefinedElement_DefinedInType()
38 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.TypeDefinition#getElements 38 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.TypeDefinition#getElements
39 * @model opposite="elements" required="true" 39 * @model opposite="elements"
40 * @generated 40 * @generated
41 */ 41 */
42 EList<TypeDefinition> getDefinedInType(); 42 EList<TypeDefinition> getDefinedInType();
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Divison.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Divison.java
index 06c9dd33..96ea4a9a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Divison.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Divison.java
@@ -13,5 +13,5 @@ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
13 * @model 13 * @model
14 * @generated 14 * @generated
15 */ 15 */
16public interface Divison extends IntOperation { 16public interface Divison extends NumericOperation {
17} // Divison 17} // Divison
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguageFactory.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguageFactory.java
index 57b263aa..a6b0a790 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguageFactory.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguageFactory.java
@@ -409,6 +409,51 @@ public interface LogiclanguageFactory extends EFactory {
409 TransitiveClosure createTransitiveClosure(); 409 TransitiveClosure createTransitiveClosure();
410 410
411 /** 411 /**
412 * Returns a new object of class '<em>Pow</em>'.
413 * <!-- begin-user-doc -->
414 * <!-- end-user-doc -->
415 * @return a new object of class '<em>Pow</em>'.
416 * @generated
417 */
418 Pow createPow();
419
420 /**
421 * Returns a new object of class '<em>Sum</em>'.
422 * <!-- begin-user-doc -->
423 * <!-- end-user-doc -->
424 * @return a new object of class '<em>Sum</em>'.
425 * @generated
426 */
427 Sum createSum();
428
429 /**
430 * Returns a new object of class '<em>Count</em>'.
431 * <!-- begin-user-doc -->
432 * <!-- end-user-doc -->
433 * @return a new object of class '<em>Count</em>'.
434 * @generated
435 */
436 Count createCount();
437
438 /**
439 * Returns a new object of class '<em>Min</em>'.
440 * <!-- begin-user-doc -->
441 * <!-- end-user-doc -->
442 * @return a new object of class '<em>Min</em>'.
443 * @generated
444 */
445 Min createMin();
446
447 /**
448 * Returns a new object of class '<em>Max</em>'.
449 * <!-- begin-user-doc -->
450 * <!-- end-user-doc -->
451 * @return a new object of class '<em>Max</em>'.
452 * @generated
453 */
454 Max createMax();
455
456 /**
412 * Returns the package supported by this factory. 457 * Returns the package supported by this factory.
413 * <!-- begin-user-doc --> 458 * <!-- begin-user-doc -->
414 * <!-- end-user-doc --> 459 * <!-- end-user-doc -->
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguagePackage.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguagePackage.java
index 0e80dc1a..ddfb75a2 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguagePackage.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/LogiclanguagePackage.java
@@ -1506,14 +1506,14 @@ public interface LogiclanguagePackage extends EPackage {
1506 int MORE_OR_EQUAL_THAN_OPERATION_COUNT = PRIMITIVE_RELATION_OPERATION_COUNT + 0; 1506 int MORE_OR_EQUAL_THAN_OPERATION_COUNT = PRIMITIVE_RELATION_OPERATION_COUNT + 0;
1507 1507
1508 /** 1508 /**
1509 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.IntOperationImpl <em>Int Operation</em>}' class. 1509 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.NumericOperationImpl <em>Numeric Operation</em>}' class.
1510 * <!-- begin-user-doc --> 1510 * <!-- begin-user-doc -->
1511 * <!-- end-user-doc --> 1511 * <!-- end-user-doc -->
1512 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.IntOperationImpl 1512 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.NumericOperationImpl
1513 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getIntOperation() 1513 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getNumericOperation()
1514 * @generated 1514 * @generated
1515 */ 1515 */
1516 int INT_OPERATION = 34; 1516 int NUMERIC_OPERATION = 34;
1517 1517
1518 /** 1518 /**
1519 * The feature id for the '<em><b>Left Operand</b></em>' containment reference. 1519 * The feature id for the '<em><b>Left Operand</b></em>' containment reference.
@@ -1522,7 +1522,7 @@ public interface LogiclanguagePackage extends EPackage {
1522 * @generated 1522 * @generated
1523 * @ordered 1523 * @ordered
1524 */ 1524 */
1525 int INT_OPERATION__LEFT_OPERAND = TERM_FEATURE_COUNT + 0; 1525 int NUMERIC_OPERATION__LEFT_OPERAND = TERM_FEATURE_COUNT + 0;
1526 1526
1527 /** 1527 /**
1528 * The feature id for the '<em><b>Right Operand</b></em>' containment reference. 1528 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
@@ -1531,25 +1531,25 @@ public interface LogiclanguagePackage extends EPackage {
1531 * @generated 1531 * @generated
1532 * @ordered 1532 * @ordered
1533 */ 1533 */
1534 int INT_OPERATION__RIGHT_OPERAND = TERM_FEATURE_COUNT + 1; 1534 int NUMERIC_OPERATION__RIGHT_OPERAND = TERM_FEATURE_COUNT + 1;
1535 1535
1536 /** 1536 /**
1537 * The number of structural features of the '<em>Int Operation</em>' class. 1537 * The number of structural features of the '<em>Numeric Operation</em>' class.
1538 * <!-- begin-user-doc --> 1538 * <!-- begin-user-doc -->
1539 * <!-- end-user-doc --> 1539 * <!-- end-user-doc -->
1540 * @generated 1540 * @generated
1541 * @ordered 1541 * @ordered
1542 */ 1542 */
1543 int INT_OPERATION_FEATURE_COUNT = TERM_FEATURE_COUNT + 2; 1543 int NUMERIC_OPERATION_FEATURE_COUNT = TERM_FEATURE_COUNT + 2;
1544 1544
1545 /** 1545 /**
1546 * The number of operations of the '<em>Int Operation</em>' class. 1546 * The number of operations of the '<em>Numeric Operation</em>' class.
1547 * <!-- begin-user-doc --> 1547 * <!-- begin-user-doc -->
1548 * <!-- end-user-doc --> 1548 * <!-- end-user-doc -->
1549 * @generated 1549 * @generated
1550 * @ordered 1550 * @ordered
1551 */ 1551 */
1552 int INT_OPERATION_OPERATION_COUNT = TERM_OPERATION_COUNT + 0; 1552 int NUMERIC_OPERATION_OPERATION_COUNT = TERM_OPERATION_COUNT + 0;
1553 1553
1554 /** 1554 /**
1555 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PlusImpl <em>Plus</em>}' class. 1555 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PlusImpl <em>Plus</em>}' class.
@@ -1568,7 +1568,7 @@ public interface LogiclanguagePackage extends EPackage {
1568 * @generated 1568 * @generated
1569 * @ordered 1569 * @ordered
1570 */ 1570 */
1571 int PLUS__LEFT_OPERAND = INT_OPERATION__LEFT_OPERAND; 1571 int PLUS__LEFT_OPERAND = NUMERIC_OPERATION__LEFT_OPERAND;
1572 1572
1573 /** 1573 /**
1574 * The feature id for the '<em><b>Right Operand</b></em>' containment reference. 1574 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
@@ -1577,7 +1577,7 @@ public interface LogiclanguagePackage extends EPackage {
1577 * @generated 1577 * @generated
1578 * @ordered 1578 * @ordered
1579 */ 1579 */
1580 int PLUS__RIGHT_OPERAND = INT_OPERATION__RIGHT_OPERAND; 1580 int PLUS__RIGHT_OPERAND = NUMERIC_OPERATION__RIGHT_OPERAND;
1581 1581
1582 /** 1582 /**
1583 * The number of structural features of the '<em>Plus</em>' class. 1583 * The number of structural features of the '<em>Plus</em>' class.
@@ -1586,7 +1586,7 @@ public interface LogiclanguagePackage extends EPackage {
1586 * @generated 1586 * @generated
1587 * @ordered 1587 * @ordered
1588 */ 1588 */
1589 int PLUS_FEATURE_COUNT = INT_OPERATION_FEATURE_COUNT + 0; 1589 int PLUS_FEATURE_COUNT = NUMERIC_OPERATION_FEATURE_COUNT + 0;
1590 1590
1591 /** 1591 /**
1592 * The number of operations of the '<em>Plus</em>' class. 1592 * The number of operations of the '<em>Plus</em>' class.
@@ -1595,7 +1595,7 @@ public interface LogiclanguagePackage extends EPackage {
1595 * @generated 1595 * @generated
1596 * @ordered 1596 * @ordered
1597 */ 1597 */
1598 int PLUS_OPERATION_COUNT = INT_OPERATION_OPERATION_COUNT + 0; 1598 int PLUS_OPERATION_COUNT = NUMERIC_OPERATION_OPERATION_COUNT + 0;
1599 1599
1600 /** 1600 /**
1601 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MinusImpl <em>Minus</em>}' class. 1601 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MinusImpl <em>Minus</em>}' class.
@@ -1614,7 +1614,7 @@ public interface LogiclanguagePackage extends EPackage {
1614 * @generated 1614 * @generated
1615 * @ordered 1615 * @ordered
1616 */ 1616 */
1617 int MINUS__LEFT_OPERAND = INT_OPERATION__LEFT_OPERAND; 1617 int MINUS__LEFT_OPERAND = NUMERIC_OPERATION__LEFT_OPERAND;
1618 1618
1619 /** 1619 /**
1620 * The feature id for the '<em><b>Right Operand</b></em>' containment reference. 1620 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
@@ -1623,7 +1623,7 @@ public interface LogiclanguagePackage extends EPackage {
1623 * @generated 1623 * @generated
1624 * @ordered 1624 * @ordered
1625 */ 1625 */
1626 int MINUS__RIGHT_OPERAND = INT_OPERATION__RIGHT_OPERAND; 1626 int MINUS__RIGHT_OPERAND = NUMERIC_OPERATION__RIGHT_OPERAND;
1627 1627
1628 /** 1628 /**
1629 * The number of structural features of the '<em>Minus</em>' class. 1629 * The number of structural features of the '<em>Minus</em>' class.
@@ -1632,7 +1632,7 @@ public interface LogiclanguagePackage extends EPackage {
1632 * @generated 1632 * @generated
1633 * @ordered 1633 * @ordered
1634 */ 1634 */
1635 int MINUS_FEATURE_COUNT = INT_OPERATION_FEATURE_COUNT + 0; 1635 int MINUS_FEATURE_COUNT = NUMERIC_OPERATION_FEATURE_COUNT + 0;
1636 1636
1637 /** 1637 /**
1638 * The number of operations of the '<em>Minus</em>' class. 1638 * The number of operations of the '<em>Minus</em>' class.
@@ -1641,7 +1641,7 @@ public interface LogiclanguagePackage extends EPackage {
1641 * @generated 1641 * @generated
1642 * @ordered 1642 * @ordered
1643 */ 1643 */
1644 int MINUS_OPERATION_COUNT = INT_OPERATION_OPERATION_COUNT + 0; 1644 int MINUS_OPERATION_COUNT = NUMERIC_OPERATION_OPERATION_COUNT + 0;
1645 1645
1646 /** 1646 /**
1647 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MultiplyImpl <em>Multiply</em>}' class. 1647 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MultiplyImpl <em>Multiply</em>}' class.
@@ -1660,7 +1660,7 @@ public interface LogiclanguagePackage extends EPackage {
1660 * @generated 1660 * @generated
1661 * @ordered 1661 * @ordered
1662 */ 1662 */
1663 int MULTIPLY__LEFT_OPERAND = INT_OPERATION__LEFT_OPERAND; 1663 int MULTIPLY__LEFT_OPERAND = NUMERIC_OPERATION__LEFT_OPERAND;
1664 1664
1665 /** 1665 /**
1666 * The feature id for the '<em><b>Right Operand</b></em>' containment reference. 1666 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
@@ -1669,7 +1669,7 @@ public interface LogiclanguagePackage extends EPackage {
1669 * @generated 1669 * @generated
1670 * @ordered 1670 * @ordered
1671 */ 1671 */
1672 int MULTIPLY__RIGHT_OPERAND = INT_OPERATION__RIGHT_OPERAND; 1672 int MULTIPLY__RIGHT_OPERAND = NUMERIC_OPERATION__RIGHT_OPERAND;
1673 1673
1674 /** 1674 /**
1675 * The number of structural features of the '<em>Multiply</em>' class. 1675 * The number of structural features of the '<em>Multiply</em>' class.
@@ -1678,7 +1678,7 @@ public interface LogiclanguagePackage extends EPackage {
1678 * @generated 1678 * @generated
1679 * @ordered 1679 * @ordered
1680 */ 1680 */
1681 int MULTIPLY_FEATURE_COUNT = INT_OPERATION_FEATURE_COUNT + 0; 1681 int MULTIPLY_FEATURE_COUNT = NUMERIC_OPERATION_FEATURE_COUNT + 0;
1682 1682
1683 /** 1683 /**
1684 * The number of operations of the '<em>Multiply</em>' class. 1684 * The number of operations of the '<em>Multiply</em>' class.
@@ -1687,7 +1687,7 @@ public interface LogiclanguagePackage extends EPackage {
1687 * @generated 1687 * @generated
1688 * @ordered 1688 * @ordered
1689 */ 1689 */
1690 int MULTIPLY_OPERATION_COUNT = INT_OPERATION_OPERATION_COUNT + 0; 1690 int MULTIPLY_OPERATION_COUNT = NUMERIC_OPERATION_OPERATION_COUNT + 0;
1691 1691
1692 /** 1692 /**
1693 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.DivisonImpl <em>Divison</em>}' class. 1693 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.DivisonImpl <em>Divison</em>}' class.
@@ -1706,7 +1706,7 @@ public interface LogiclanguagePackage extends EPackage {
1706 * @generated 1706 * @generated
1707 * @ordered 1707 * @ordered
1708 */ 1708 */
1709 int DIVISON__LEFT_OPERAND = INT_OPERATION__LEFT_OPERAND; 1709 int DIVISON__LEFT_OPERAND = NUMERIC_OPERATION__LEFT_OPERAND;
1710 1710
1711 /** 1711 /**
1712 * The feature id for the '<em><b>Right Operand</b></em>' containment reference. 1712 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
@@ -1715,7 +1715,7 @@ public interface LogiclanguagePackage extends EPackage {
1715 * @generated 1715 * @generated
1716 * @ordered 1716 * @ordered
1717 */ 1717 */
1718 int DIVISON__RIGHT_OPERAND = INT_OPERATION__RIGHT_OPERAND; 1718 int DIVISON__RIGHT_OPERAND = NUMERIC_OPERATION__RIGHT_OPERAND;
1719 1719
1720 /** 1720 /**
1721 * The number of structural features of the '<em>Divison</em>' class. 1721 * The number of structural features of the '<em>Divison</em>' class.
@@ -1724,7 +1724,7 @@ public interface LogiclanguagePackage extends EPackage {
1724 * @generated 1724 * @generated
1725 * @ordered 1725 * @ordered
1726 */ 1726 */
1727 int DIVISON_FEATURE_COUNT = INT_OPERATION_FEATURE_COUNT + 0; 1727 int DIVISON_FEATURE_COUNT = NUMERIC_OPERATION_FEATURE_COUNT + 0;
1728 1728
1729 /** 1729 /**
1730 * The number of operations of the '<em>Divison</em>' class. 1730 * The number of operations of the '<em>Divison</em>' class.
@@ -1733,7 +1733,7 @@ public interface LogiclanguagePackage extends EPackage {
1733 * @generated 1733 * @generated
1734 * @ordered 1734 * @ordered
1735 */ 1735 */
1736 int DIVISON_OPERATION_COUNT = INT_OPERATION_OPERATION_COUNT + 0; 1736 int DIVISON_OPERATION_COUNT = NUMERIC_OPERATION_OPERATION_COUNT + 0;
1737 1737
1738 /** 1738 /**
1739 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ModImpl <em>Mod</em>}' class. 1739 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ModImpl <em>Mod</em>}' class.
@@ -1752,7 +1752,7 @@ public interface LogiclanguagePackage extends EPackage {
1752 * @generated 1752 * @generated
1753 * @ordered 1753 * @ordered
1754 */ 1754 */
1755 int MOD__LEFT_OPERAND = INT_OPERATION__LEFT_OPERAND; 1755 int MOD__LEFT_OPERAND = NUMERIC_OPERATION__LEFT_OPERAND;
1756 1756
1757 /** 1757 /**
1758 * The feature id for the '<em><b>Right Operand</b></em>' containment reference. 1758 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
@@ -1761,7 +1761,7 @@ public interface LogiclanguagePackage extends EPackage {
1761 * @generated 1761 * @generated
1762 * @ordered 1762 * @ordered
1763 */ 1763 */
1764 int MOD__RIGHT_OPERAND = INT_OPERATION__RIGHT_OPERAND; 1764 int MOD__RIGHT_OPERAND = NUMERIC_OPERATION__RIGHT_OPERAND;
1765 1765
1766 /** 1766 /**
1767 * The number of structural features of the '<em>Mod</em>' class. 1767 * The number of structural features of the '<em>Mod</em>' class.
@@ -1770,7 +1770,7 @@ public interface LogiclanguagePackage extends EPackage {
1770 * @generated 1770 * @generated
1771 * @ordered 1771 * @ordered
1772 */ 1772 */
1773 int MOD_FEATURE_COUNT = INT_OPERATION_FEATURE_COUNT + 0; 1773 int MOD_FEATURE_COUNT = NUMERIC_OPERATION_FEATURE_COUNT + 0;
1774 1774
1775 /** 1775 /**
1776 * The number of operations of the '<em>Mod</em>' class. 1776 * The number of operations of the '<em>Mod</em>' class.
@@ -1779,7 +1779,7 @@ public interface LogiclanguagePackage extends EPackage {
1779 * @generated 1779 * @generated
1780 * @ordered 1780 * @ordered
1781 */ 1781 */
1782 int MOD_OPERATION_COUNT = INT_OPERATION_OPERATION_COUNT + 0; 1782 int MOD_OPERATION_COUNT = NUMERIC_OPERATION_OPERATION_COUNT + 0;
1783 1783
1784 /** 1784 /**
1785 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AssertionImpl <em>Assertion</em>}' class. 1785 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AssertionImpl <em>Assertion</em>}' class.
@@ -2686,6 +2686,311 @@ public interface LogiclanguagePackage extends EPackage {
2686 2686
2687 2687
2688 /** 2688 /**
2689 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PowImpl <em>Pow</em>}' class.
2690 * <!-- begin-user-doc -->
2691 * <!-- end-user-doc -->
2692 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PowImpl
2693 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getPow()
2694 * @generated
2695 */
2696 int POW = 58;
2697
2698 /**
2699 * The feature id for the '<em><b>Left Operand</b></em>' containment reference.
2700 * <!-- begin-user-doc -->
2701 * <!-- end-user-doc -->
2702 * @generated
2703 * @ordered
2704 */
2705 int POW__LEFT_OPERAND = NUMERIC_OPERATION__LEFT_OPERAND;
2706
2707 /**
2708 * The feature id for the '<em><b>Right Operand</b></em>' containment reference.
2709 * <!-- begin-user-doc -->
2710 * <!-- end-user-doc -->
2711 * @generated
2712 * @ordered
2713 */
2714 int POW__RIGHT_OPERAND = NUMERIC_OPERATION__RIGHT_OPERAND;
2715
2716 /**
2717 * The number of structural features of the '<em>Pow</em>' class.
2718 * <!-- begin-user-doc -->
2719 * <!-- end-user-doc -->
2720 * @generated
2721 * @ordered
2722 */
2723 int POW_FEATURE_COUNT = NUMERIC_OPERATION_FEATURE_COUNT + 0;
2724
2725 /**
2726 * The number of operations of the '<em>Pow</em>' class.
2727 * <!-- begin-user-doc -->
2728 * <!-- end-user-doc -->
2729 * @generated
2730 * @ordered
2731 */
2732 int POW_OPERATION_COUNT = NUMERIC_OPERATION_OPERATION_COUNT + 0;
2733
2734 /**
2735 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AggregateExpressionImpl <em>Aggregate Expression</em>}' class.
2736 * <!-- begin-user-doc -->
2737 * <!-- end-user-doc -->
2738 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AggregateExpressionImpl
2739 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getAggregateExpression()
2740 * @generated
2741 */
2742 int AGGREGATE_EXPRESSION = 59;
2743
2744 /**
2745 * The feature id for the '<em><b>Relation</b></em>' reference.
2746 * <!-- begin-user-doc -->
2747 * <!-- end-user-doc -->
2748 * @generated
2749 * @ordered
2750 */
2751 int AGGREGATE_EXPRESSION__RELATION = TERM_FEATURE_COUNT + 0;
2752
2753 /**
2754 * The number of structural features of the '<em>Aggregate Expression</em>' class.
2755 * <!-- begin-user-doc -->
2756 * <!-- end-user-doc -->
2757 * @generated
2758 * @ordered
2759 */
2760 int AGGREGATE_EXPRESSION_FEATURE_COUNT = TERM_FEATURE_COUNT + 1;
2761
2762 /**
2763 * The number of operations of the '<em>Aggregate Expression</em>' class.
2764 * <!-- begin-user-doc -->
2765 * <!-- end-user-doc -->
2766 * @generated
2767 * @ordered
2768 */
2769 int AGGREGATE_EXPRESSION_OPERATION_COUNT = TERM_OPERATION_COUNT + 0;
2770
2771 /**
2772 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ProjectedAggregateExpressionImpl <em>Projected Aggregate Expression</em>}' class.
2773 * <!-- begin-user-doc -->
2774 * <!-- end-user-doc -->
2775 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ProjectedAggregateExpressionImpl
2776 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getProjectedAggregateExpression()
2777 * @generated
2778 */
2779 int PROJECTED_AGGREGATE_EXPRESSION = 64;
2780
2781 /**
2782 * The feature id for the '<em><b>Relation</b></em>' reference.
2783 * <!-- begin-user-doc -->
2784 * <!-- end-user-doc -->
2785 * @generated
2786 * @ordered
2787 */
2788 int PROJECTED_AGGREGATE_EXPRESSION__RELATION = AGGREGATE_EXPRESSION__RELATION;
2789
2790 /**
2791 * The feature id for the '<em><b>Projection Index</b></em>' attribute.
2792 * <!-- begin-user-doc -->
2793 * <!-- end-user-doc -->
2794 * @generated
2795 * @ordered
2796 */
2797 int PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX = AGGREGATE_EXPRESSION_FEATURE_COUNT + 0;
2798
2799 /**
2800 * The number of structural features of the '<em>Projected Aggregate Expression</em>' class.
2801 * <!-- begin-user-doc -->
2802 * <!-- end-user-doc -->
2803 * @generated
2804 * @ordered
2805 */
2806 int PROJECTED_AGGREGATE_EXPRESSION_FEATURE_COUNT = AGGREGATE_EXPRESSION_FEATURE_COUNT + 1;
2807
2808 /**
2809 * The number of operations of the '<em>Projected Aggregate Expression</em>' class.
2810 * <!-- begin-user-doc -->
2811 * <!-- end-user-doc -->
2812 * @generated
2813 * @ordered
2814 */
2815 int PROJECTED_AGGREGATE_EXPRESSION_OPERATION_COUNT = AGGREGATE_EXPRESSION_OPERATION_COUNT + 0;
2816
2817 /**
2818 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.SumImpl <em>Sum</em>}' class.
2819 * <!-- begin-user-doc -->
2820 * <!-- end-user-doc -->
2821 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.SumImpl
2822 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getSum()
2823 * @generated
2824 */
2825 int SUM = 60;
2826
2827 /**
2828 * The feature id for the '<em><b>Relation</b></em>' reference.
2829 * <!-- begin-user-doc -->
2830 * <!-- end-user-doc -->
2831 * @generated
2832 * @ordered
2833 */
2834 int SUM__RELATION = PROJECTED_AGGREGATE_EXPRESSION__RELATION;
2835
2836 /**
2837 * The feature id for the '<em><b>Projection Index</b></em>' attribute.
2838 * <!-- begin-user-doc -->
2839 * <!-- end-user-doc -->
2840 * @generated
2841 * @ordered
2842 */
2843 int SUM__PROJECTION_INDEX = PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX;
2844
2845 /**
2846 * The number of structural features of the '<em>Sum</em>' class.
2847 * <!-- begin-user-doc -->
2848 * <!-- end-user-doc -->
2849 * @generated
2850 * @ordered
2851 */
2852 int SUM_FEATURE_COUNT = PROJECTED_AGGREGATE_EXPRESSION_FEATURE_COUNT + 0;
2853
2854 /**
2855 * The number of operations of the '<em>Sum</em>' class.
2856 * <!-- begin-user-doc -->
2857 * <!-- end-user-doc -->
2858 * @generated
2859 * @ordered
2860 */
2861 int SUM_OPERATION_COUNT = PROJECTED_AGGREGATE_EXPRESSION_OPERATION_COUNT + 0;
2862
2863 /**
2864 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.CountImpl <em>Count</em>}' class.
2865 * <!-- begin-user-doc -->
2866 * <!-- end-user-doc -->
2867 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.CountImpl
2868 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getCount()
2869 * @generated
2870 */
2871 int COUNT = 61;
2872
2873 /**
2874 * The feature id for the '<em><b>Relation</b></em>' reference.
2875 * <!-- begin-user-doc -->
2876 * <!-- end-user-doc -->
2877 * @generated
2878 * @ordered
2879 */
2880 int COUNT__RELATION = AGGREGATE_EXPRESSION__RELATION;
2881
2882 /**
2883 * The number of structural features of the '<em>Count</em>' class.
2884 * <!-- begin-user-doc -->
2885 * <!-- end-user-doc -->
2886 * @generated
2887 * @ordered
2888 */
2889 int COUNT_FEATURE_COUNT = AGGREGATE_EXPRESSION_FEATURE_COUNT + 0;
2890
2891 /**
2892 * The number of operations of the '<em>Count</em>' class.
2893 * <!-- begin-user-doc -->
2894 * <!-- end-user-doc -->
2895 * @generated
2896 * @ordered
2897 */
2898 int COUNT_OPERATION_COUNT = AGGREGATE_EXPRESSION_OPERATION_COUNT + 0;
2899
2900 /**
2901 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MinImpl <em>Min</em>}' class.
2902 * <!-- begin-user-doc -->
2903 * <!-- end-user-doc -->
2904 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MinImpl
2905 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getMin()
2906 * @generated
2907 */
2908 int MIN = 62;
2909
2910 /**
2911 * The feature id for the '<em><b>Relation</b></em>' reference.
2912 * <!-- begin-user-doc -->
2913 * <!-- end-user-doc -->
2914 * @generated
2915 * @ordered
2916 */
2917 int MIN__RELATION = PROJECTED_AGGREGATE_EXPRESSION__RELATION;
2918
2919 /**
2920 * The feature id for the '<em><b>Projection Index</b></em>' attribute.
2921 * <!-- begin-user-doc -->
2922 * <!-- end-user-doc -->
2923 * @generated
2924 * @ordered
2925 */
2926 int MIN__PROJECTION_INDEX = PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX;
2927
2928 /**
2929 * The number of structural features of the '<em>Min</em>' class.
2930 * <!-- begin-user-doc -->
2931 * <!-- end-user-doc -->
2932 * @generated
2933 * @ordered
2934 */
2935 int MIN_FEATURE_COUNT = PROJECTED_AGGREGATE_EXPRESSION_FEATURE_COUNT + 0;
2936
2937 /**
2938 * The number of operations of the '<em>Min</em>' class.
2939 * <!-- begin-user-doc -->
2940 * <!-- end-user-doc -->
2941 * @generated
2942 * @ordered
2943 */
2944 int MIN_OPERATION_COUNT = PROJECTED_AGGREGATE_EXPRESSION_OPERATION_COUNT + 0;
2945
2946 /**
2947 * The meta object id for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MaxImpl <em>Max</em>}' class.
2948 * <!-- begin-user-doc -->
2949 * <!-- end-user-doc -->
2950 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MaxImpl
2951 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getMax()
2952 * @generated
2953 */
2954 int MAX = 63;
2955
2956 /**
2957 * The feature id for the '<em><b>Relation</b></em>' reference.
2958 * <!-- begin-user-doc -->
2959 * <!-- end-user-doc -->
2960 * @generated
2961 * @ordered
2962 */
2963 int MAX__RELATION = PROJECTED_AGGREGATE_EXPRESSION__RELATION;
2964
2965 /**
2966 * The feature id for the '<em><b>Projection Index</b></em>' attribute.
2967 * <!-- begin-user-doc -->
2968 * <!-- end-user-doc -->
2969 * @generated
2970 * @ordered
2971 */
2972 int MAX__PROJECTION_INDEX = PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX;
2973
2974 /**
2975 * The number of structural features of the '<em>Max</em>' class.
2976 * <!-- begin-user-doc -->
2977 * <!-- end-user-doc -->
2978 * @generated
2979 * @ordered
2980 */
2981 int MAX_FEATURE_COUNT = PROJECTED_AGGREGATE_EXPRESSION_FEATURE_COUNT + 0;
2982
2983 /**
2984 * The number of operations of the '<em>Max</em>' class.
2985 * <!-- begin-user-doc -->
2986 * <!-- end-user-doc -->
2987 * @generated
2988 * @ordered
2989 */
2990 int MAX_OPERATION_COUNT = PROJECTED_AGGREGATE_EXPRESSION_OPERATION_COUNT + 0;
2991
2992
2993 /**
2689 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Type <em>Type</em>}'. 2994 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Type <em>Type</em>}'.
2690 * <!-- begin-user-doc --> 2995 * <!-- begin-user-doc -->
2691 * <!-- end-user-doc --> 2996 * <!-- end-user-doc -->
@@ -3444,36 +3749,36 @@ public interface LogiclanguagePackage extends EPackage {
3444 EReference getMoreOrEqualThan_RightOperand(); 3749 EReference getMoreOrEqualThan_RightOperand();
3445 3750
3446 /** 3751 /**
3447 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation <em>Int Operation</em>}'. 3752 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation <em>Numeric Operation</em>}'.
3448 * <!-- begin-user-doc --> 3753 * <!-- begin-user-doc -->
3449 * <!-- end-user-doc --> 3754 * <!-- end-user-doc -->
3450 * @return the meta object for class '<em>Int Operation</em>'. 3755 * @return the meta object for class '<em>Numeric Operation</em>'.
3451 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation 3756 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation
3452 * @generated 3757 * @generated
3453 */ 3758 */
3454 EClass getIntOperation(); 3759 EClass getNumericOperation();
3455 3760
3456 /** 3761 /**
3457 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getLeftOperand <em>Left Operand</em>}'. 3762 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getLeftOperand <em>Left Operand</em>}'.
3458 * <!-- begin-user-doc --> 3763 * <!-- begin-user-doc -->
3459 * <!-- end-user-doc --> 3764 * <!-- end-user-doc -->
3460 * @return the meta object for the containment reference '<em>Left Operand</em>'. 3765 * @return the meta object for the containment reference '<em>Left Operand</em>'.
3461 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getLeftOperand() 3766 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getLeftOperand()
3462 * @see #getIntOperation() 3767 * @see #getNumericOperation()
3463 * @generated 3768 * @generated
3464 */ 3769 */
3465 EReference getIntOperation_LeftOperand(); 3770 EReference getNumericOperation_LeftOperand();
3466 3771
3467 /** 3772 /**
3468 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getRightOperand <em>Right Operand</em>}'. 3773 * Returns the meta object for the containment reference '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getRightOperand <em>Right Operand</em>}'.
3469 * <!-- begin-user-doc --> 3774 * <!-- begin-user-doc -->
3470 * <!-- end-user-doc --> 3775 * <!-- end-user-doc -->
3471 * @return the meta object for the containment reference '<em>Right Operand</em>'. 3776 * @return the meta object for the containment reference '<em>Right Operand</em>'.
3472 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getRightOperand() 3777 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getRightOperand()
3473 * @see #getIntOperation() 3778 * @see #getNumericOperation()
3474 * @generated 3779 * @generated
3475 */ 3780 */
3476 EReference getIntOperation_RightOperand(); 3781 EReference getNumericOperation_RightOperand();
3477 3782
3478 /** 3783 /**
3479 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Plus <em>Plus</em>}'. 3784 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Plus <em>Plus</em>}'.
@@ -3970,6 +4275,98 @@ public interface LogiclanguagePackage extends EPackage {
3970 EReference getTransitiveClosure_Relation(); 4275 EReference getTransitiveClosure_Relation();
3971 4276
3972 /** 4277 /**
4278 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Pow <em>Pow</em>}'.
4279 * <!-- begin-user-doc -->
4280 * <!-- end-user-doc -->
4281 * @return the meta object for class '<em>Pow</em>'.
4282 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Pow
4283 * @generated
4284 */
4285 EClass getPow();
4286
4287 /**
4288 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression <em>Aggregate Expression</em>}'.
4289 * <!-- begin-user-doc -->
4290 * <!-- end-user-doc -->
4291 * @return the meta object for class '<em>Aggregate Expression</em>'.
4292 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression
4293 * @generated
4294 */
4295 EClass getAggregateExpression();
4296
4297 /**
4298 * Returns the meta object for the reference '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression#getRelation <em>Relation</em>}'.
4299 * <!-- begin-user-doc -->
4300 * <!-- end-user-doc -->
4301 * @return the meta object for the reference '<em>Relation</em>'.
4302 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression#getRelation()
4303 * @see #getAggregateExpression()
4304 * @generated
4305 */
4306 EReference getAggregateExpression_Relation();
4307
4308 /**
4309 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Sum <em>Sum</em>}'.
4310 * <!-- begin-user-doc -->
4311 * <!-- end-user-doc -->
4312 * @return the meta object for class '<em>Sum</em>'.
4313 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Sum
4314 * @generated
4315 */
4316 EClass getSum();
4317
4318 /**
4319 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Count <em>Count</em>}'.
4320 * <!-- begin-user-doc -->
4321 * <!-- end-user-doc -->
4322 * @return the meta object for class '<em>Count</em>'.
4323 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Count
4324 * @generated
4325 */
4326 EClass getCount();
4327
4328 /**
4329 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Min <em>Min</em>}'.
4330 * <!-- begin-user-doc -->
4331 * <!-- end-user-doc -->
4332 * @return the meta object for class '<em>Min</em>'.
4333 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Min
4334 * @generated
4335 */
4336 EClass getMin();
4337
4338 /**
4339 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Max <em>Max</em>}'.
4340 * <!-- begin-user-doc -->
4341 * <!-- end-user-doc -->
4342 * @return the meta object for class '<em>Max</em>'.
4343 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Max
4344 * @generated
4345 */
4346 EClass getMax();
4347
4348 /**
4349 * Returns the meta object for class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression <em>Projected Aggregate Expression</em>}'.
4350 * <!-- begin-user-doc -->
4351 * <!-- end-user-doc -->
4352 * @return the meta object for class '<em>Projected Aggregate Expression</em>'.
4353 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression
4354 * @generated
4355 */
4356 EClass getProjectedAggregateExpression();
4357
4358 /**
4359 * Returns the meta object for the attribute '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression#getProjectionIndex <em>Projection Index</em>}'.
4360 * <!-- begin-user-doc -->
4361 * <!-- end-user-doc -->
4362 * @return the meta object for the attribute '<em>Projection Index</em>'.
4363 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression#getProjectionIndex()
4364 * @see #getProjectedAggregateExpression()
4365 * @generated
4366 */
4367 EAttribute getProjectedAggregateExpression_ProjectionIndex();
4368
4369 /**
3973 * Returns the factory that creates the instances of the model. 4370 * Returns the factory that creates the instances of the model.
3974 * <!-- begin-user-doc --> 4371 * <!-- begin-user-doc -->
3975 * <!-- end-user-doc --> 4372 * <!-- end-user-doc -->
@@ -4637,14 +5034,14 @@ public interface LogiclanguagePackage extends EPackage {
4637 EReference MORE_OR_EQUAL_THAN__RIGHT_OPERAND = eINSTANCE.getMoreOrEqualThan_RightOperand(); 5034 EReference MORE_OR_EQUAL_THAN__RIGHT_OPERAND = eINSTANCE.getMoreOrEqualThan_RightOperand();
4638 5035
4639 /** 5036 /**
4640 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.IntOperationImpl <em>Int Operation</em>}' class. 5037 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.NumericOperationImpl <em>Numeric Operation</em>}' class.
4641 * <!-- begin-user-doc --> 5038 * <!-- begin-user-doc -->
4642 * <!-- end-user-doc --> 5039 * <!-- end-user-doc -->
4643 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.IntOperationImpl 5040 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.NumericOperationImpl
4644 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getIntOperation() 5041 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getNumericOperation()
4645 * @generated 5042 * @generated
4646 */ 5043 */
4647 EClass INT_OPERATION = eINSTANCE.getIntOperation(); 5044 EClass NUMERIC_OPERATION = eINSTANCE.getNumericOperation();
4648 5045
4649 /** 5046 /**
4650 * The meta object literal for the '<em><b>Left Operand</b></em>' containment reference feature. 5047 * The meta object literal for the '<em><b>Left Operand</b></em>' containment reference feature.
@@ -4652,7 +5049,7 @@ public interface LogiclanguagePackage extends EPackage {
4652 * <!-- end-user-doc --> 5049 * <!-- end-user-doc -->
4653 * @generated 5050 * @generated
4654 */ 5051 */
4655 EReference INT_OPERATION__LEFT_OPERAND = eINSTANCE.getIntOperation_LeftOperand(); 5052 EReference NUMERIC_OPERATION__LEFT_OPERAND = eINSTANCE.getNumericOperation_LeftOperand();
4656 5053
4657 /** 5054 /**
4658 * The meta object literal for the '<em><b>Right Operand</b></em>' containment reference feature. 5055 * The meta object literal for the '<em><b>Right Operand</b></em>' containment reference feature.
@@ -4660,7 +5057,7 @@ public interface LogiclanguagePackage extends EPackage {
4660 * <!-- end-user-doc --> 5057 * <!-- end-user-doc -->
4661 * @generated 5058 * @generated
4662 */ 5059 */
4663 EReference INT_OPERATION__RIGHT_OPERAND = eINSTANCE.getIntOperation_RightOperand(); 5060 EReference NUMERIC_OPERATION__RIGHT_OPERAND = eINSTANCE.getNumericOperation_RightOperand();
4664 5061
4665 /** 5062 /**
4666 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PlusImpl <em>Plus</em>}' class. 5063 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PlusImpl <em>Plus</em>}' class.
@@ -5084,6 +5481,92 @@ public interface LogiclanguagePackage extends EPackage {
5084 */ 5481 */
5085 EReference TRANSITIVE_CLOSURE__RELATION = eINSTANCE.getTransitiveClosure_Relation(); 5482 EReference TRANSITIVE_CLOSURE__RELATION = eINSTANCE.getTransitiveClosure_Relation();
5086 5483
5484 /**
5485 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PowImpl <em>Pow</em>}' class.
5486 * <!-- begin-user-doc -->
5487 * <!-- end-user-doc -->
5488 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.PowImpl
5489 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getPow()
5490 * @generated
5491 */
5492 EClass POW = eINSTANCE.getPow();
5493
5494 /**
5495 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AggregateExpressionImpl <em>Aggregate Expression</em>}' class.
5496 * <!-- begin-user-doc -->
5497 * <!-- end-user-doc -->
5498 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AggregateExpressionImpl
5499 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getAggregateExpression()
5500 * @generated
5501 */
5502 EClass AGGREGATE_EXPRESSION = eINSTANCE.getAggregateExpression();
5503
5504 /**
5505 * The meta object literal for the '<em><b>Relation</b></em>' reference feature.
5506 * <!-- begin-user-doc -->
5507 * <!-- end-user-doc -->
5508 * @generated
5509 */
5510 EReference AGGREGATE_EXPRESSION__RELATION = eINSTANCE.getAggregateExpression_Relation();
5511
5512 /**
5513 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.SumImpl <em>Sum</em>}' class.
5514 * <!-- begin-user-doc -->
5515 * <!-- end-user-doc -->
5516 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.SumImpl
5517 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getSum()
5518 * @generated
5519 */
5520 EClass SUM = eINSTANCE.getSum();
5521
5522 /**
5523 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.CountImpl <em>Count</em>}' class.
5524 * <!-- begin-user-doc -->
5525 * <!-- end-user-doc -->
5526 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.CountImpl
5527 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getCount()
5528 * @generated
5529 */
5530 EClass COUNT = eINSTANCE.getCount();
5531
5532 /**
5533 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MinImpl <em>Min</em>}' class.
5534 * <!-- begin-user-doc -->
5535 * <!-- end-user-doc -->
5536 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MinImpl
5537 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getMin()
5538 * @generated
5539 */
5540 EClass MIN = eINSTANCE.getMin();
5541
5542 /**
5543 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MaxImpl <em>Max</em>}' class.
5544 * <!-- begin-user-doc -->
5545 * <!-- end-user-doc -->
5546 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.MaxImpl
5547 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getMax()
5548 * @generated
5549 */
5550 EClass MAX = eINSTANCE.getMax();
5551
5552 /**
5553 * The meta object literal for the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ProjectedAggregateExpressionImpl <em>Projected Aggregate Expression</em>}' class.
5554 * <!-- begin-user-doc -->
5555 * <!-- end-user-doc -->
5556 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ProjectedAggregateExpressionImpl
5557 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.LogiclanguagePackageImpl#getProjectedAggregateExpression()
5558 * @generated
5559 */
5560 EClass PROJECTED_AGGREGATE_EXPRESSION = eINSTANCE.getProjectedAggregateExpression();
5561
5562 /**
5563 * The meta object literal for the '<em><b>Projection Index</b></em>' attribute feature.
5564 * <!-- begin-user-doc -->
5565 * <!-- end-user-doc -->
5566 * @generated
5567 */
5568 EAttribute PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX = eINSTANCE.getProjectedAggregateExpression_ProjectionIndex();
5569
5087 } 5570 }
5088 5571
5089} //LogiclanguagePackage 5572} //LogiclanguagePackage
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Max.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Max.java
new file mode 100644
index 00000000..e2486735
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Max.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Max</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getMax()
13 * @model
14 * @generated
15 */
16public interface Max extends ProjectedAggregateExpression {
17} // Max
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Min.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Min.java
new file mode 100644
index 00000000..819c1b94
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Min.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Min</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getMin()
13 * @model
14 * @generated
15 */
16public interface Min extends ProjectedAggregateExpression {
17} // Min
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Minus.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Minus.java
index 569818d5..d6487c0c 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Minus.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Minus.java
@@ -13,5 +13,5 @@ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
13 * @model 13 * @model
14 * @generated 14 * @generated
15 */ 15 */
16public interface Minus extends IntOperation { 16public interface Minus extends NumericOperation {
17} // Minus 17} // Minus
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Mod.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Mod.java
index ccd27ec4..7f4b134a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Mod.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Mod.java
@@ -13,5 +13,5 @@ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
13 * @model 13 * @model
14 * @generated 14 * @generated
15 */ 15 */
16public interface Mod extends IntOperation { 16public interface Mod extends NumericOperation {
17} // Mod 17} // Mod
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Multiply.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Multiply.java
index 250c7d67..c3fb2070 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Multiply.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Multiply.java
@@ -13,5 +13,5 @@ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
13 * @model 13 * @model
14 * @generated 14 * @generated
15 */ 15 */
16public interface Multiply extends IntOperation { 16public interface Multiply extends NumericOperation {
17} // Multiply 17} // Multiply
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/NumericOperation.java
index d9be99e9..54002e5a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/IntOperation.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/NumericOperation.java
@@ -5,22 +5,22 @@ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
5 5
6/** 6/**
7 * <!-- begin-user-doc --> 7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Int Operation</b></em>'. 8 * A representation of the model object '<em><b>Numeric Operation</b></em>'.
9 * <!-- end-user-doc --> 9 * <!-- end-user-doc -->
10 * 10 *
11 * <p> 11 * <p>
12 * The following features are supported: 12 * The following features are supported:
13 * </p> 13 * </p>
14 * <ul> 14 * <ul>
15 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getLeftOperand <em>Left Operand</em>}</li> 15 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getLeftOperand <em>Left Operand</em>}</li>
16 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getRightOperand <em>Right Operand</em>}</li> 16 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getRightOperand <em>Right Operand</em>}</li>
17 * </ul> 17 * </ul>
18 * 18 *
19 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getIntOperation() 19 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getNumericOperation()
20 * @model abstract="true" 20 * @model abstract="true"
21 * @generated 21 * @generated
22 */ 22 */
23public interface IntOperation extends Term { 23public interface NumericOperation extends Term {
24 /** 24 /**
25 * Returns the value of the '<em><b>Left Operand</b></em>' containment reference. 25 * Returns the value of the '<em><b>Left Operand</b></em>' containment reference.
26 * <!-- begin-user-doc --> 26 * <!-- begin-user-doc -->
@@ -31,14 +31,14 @@ public interface IntOperation extends Term {
31 * <!-- end-user-doc --> 31 * <!-- end-user-doc -->
32 * @return the value of the '<em>Left Operand</em>' containment reference. 32 * @return the value of the '<em>Left Operand</em>' containment reference.
33 * @see #setLeftOperand(Term) 33 * @see #setLeftOperand(Term)
34 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getIntOperation_LeftOperand() 34 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getNumericOperation_LeftOperand()
35 * @model containment="true" 35 * @model containment="true"
36 * @generated 36 * @generated
37 */ 37 */
38 Term getLeftOperand(); 38 Term getLeftOperand();
39 39
40 /** 40 /**
41 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getLeftOperand <em>Left Operand</em>}' containment reference. 41 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getLeftOperand <em>Left Operand</em>}' containment reference.
42 * <!-- begin-user-doc --> 42 * <!-- begin-user-doc -->
43 * <!-- end-user-doc --> 43 * <!-- end-user-doc -->
44 * @param value the new value of the '<em>Left Operand</em>' containment reference. 44 * @param value the new value of the '<em>Left Operand</em>' containment reference.
@@ -57,14 +57,14 @@ public interface IntOperation extends Term {
57 * <!-- end-user-doc --> 57 * <!-- end-user-doc -->
58 * @return the value of the '<em>Right Operand</em>' containment reference. 58 * @return the value of the '<em>Right Operand</em>' containment reference.
59 * @see #setRightOperand(Term) 59 * @see #setRightOperand(Term)
60 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getIntOperation_RightOperand() 60 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getNumericOperation_RightOperand()
61 * @model containment="true" 61 * @model containment="true"
62 * @generated 62 * @generated
63 */ 63 */
64 Term getRightOperand(); 64 Term getRightOperand();
65 65
66 /** 66 /**
67 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation#getRightOperand <em>Right Operand</em>}' containment reference. 67 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation#getRightOperand <em>Right Operand</em>}' containment reference.
68 * <!-- begin-user-doc --> 68 * <!-- begin-user-doc -->
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @param value the new value of the '<em>Right Operand</em>' containment reference. 70 * @param value the new value of the '<em>Right Operand</em>' containment reference.
@@ -73,4 +73,4 @@ public interface IntOperation extends Term {
73 */ 73 */
74 void setRightOperand(Term value); 74 void setRightOperand(Term value);
75 75
76} // IntOperation 76} // NumericOperation
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Plus.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Plus.java
index 4e0549b0..1203bd75 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Plus.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Plus.java
@@ -13,5 +13,5 @@ package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
13 * @model 13 * @model
14 * @generated 14 * @generated
15 */ 15 */
16public interface Plus extends IntOperation { 16public interface Plus extends NumericOperation {
17} // Plus 17} // Plus
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Pow.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Pow.java
new file mode 100644
index 00000000..c9bf5074
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Pow.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Pow</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getPow()
13 * @model
14 * @generated
15 */
16public interface Pow extends NumericOperation {
17} // Pow
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/ProjectedAggregateExpression.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/ProjectedAggregateExpression.java
new file mode 100644
index 00000000..3208e2a4
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/ProjectedAggregateExpression.java
@@ -0,0 +1,50 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Projected Aggregate Expression</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 * <p>
12 * The following features are supported:
13 * </p>
14 * <ul>
15 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression#getProjectionIndex <em>Projection Index</em>}</li>
16 * </ul>
17 *
18 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getProjectedAggregateExpression()
19 * @model abstract="true"
20 * @generated
21 */
22public interface ProjectedAggregateExpression extends AggregateExpression {
23 /**
24 * Returns the value of the '<em><b>Projection Index</b></em>' attribute.
25 * The default value is <code>"-1"</code>.
26 * <!-- begin-user-doc -->
27 * <p>
28 * If the meaning of the '<em>Projection Index</em>' attribute isn't clear,
29 * there really should be more of a description here...
30 * </p>
31 * <!-- end-user-doc -->
32 * @return the value of the '<em>Projection Index</em>' attribute.
33 * @see #setProjectionIndex(int)
34 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getProjectedAggregateExpression_ProjectionIndex()
35 * @model default="-1" required="true"
36 * @generated
37 */
38 int getProjectionIndex();
39
40 /**
41 * Sets the value of the '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression#getProjectionIndex <em>Projection Index</em>}' attribute.
42 * <!-- begin-user-doc -->
43 * <!-- end-user-doc -->
44 * @param value the new value of the '<em>Projection Index</em>' attribute.
45 * @see #getProjectionIndex()
46 * @generated
47 */
48 void setProjectionIndex(int value);
49
50} // ProjectedAggregateExpression
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Sum.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Sum.java
new file mode 100644
index 00000000..7cd4d856
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/Sum.java
@@ -0,0 +1,17 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage;
4
5
6/**
7 * <!-- begin-user-doc -->
8 * A representation of the model object '<em><b>Sum</b></em>'.
9 * <!-- end-user-doc -->
10 *
11 *
12 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage#getSum()
13 * @model
14 * @generated
15 */
16public interface Sum extends ProjectedAggregateExpression {
17} // Sum
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AggregateExpressionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AggregateExpressionImpl.java
new file mode 100644
index 00000000..fc1420b0
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AggregateExpressionImpl.java
@@ -0,0 +1,158 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
7import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Relation;
8
9import org.eclipse.emf.common.notify.Notification;
10
11import org.eclipse.emf.ecore.EClass;
12import org.eclipse.emf.ecore.InternalEObject;
13
14import org.eclipse.emf.ecore.impl.ENotificationImpl;
15
16/**
17 * <!-- begin-user-doc -->
18 * An implementation of the model object '<em><b>Aggregate Expression</b></em>'.
19 * <!-- end-user-doc -->
20 * <p>
21 * The following features are implemented:
22 * </p>
23 * <ul>
24 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.AggregateExpressionImpl#getRelation <em>Relation</em>}</li>
25 * </ul>
26 *
27 * @generated
28 */
29public abstract class AggregateExpressionImpl extends TermImpl implements AggregateExpression {
30 /**
31 * The cached value of the '{@link #getRelation() <em>Relation</em>}' reference.
32 * <!-- begin-user-doc -->
33 * <!-- end-user-doc -->
34 * @see #getRelation()
35 * @generated
36 * @ordered
37 */
38 protected Relation relation;
39
40 /**
41 * <!-- begin-user-doc -->
42 * <!-- end-user-doc -->
43 * @generated
44 */
45 protected AggregateExpressionImpl() {
46 super();
47 }
48
49 /**
50 * <!-- begin-user-doc -->
51 * <!-- end-user-doc -->
52 * @generated
53 */
54 @Override
55 protected EClass eStaticClass() {
56 return LogiclanguagePackage.Literals.AGGREGATE_EXPRESSION;
57 }
58
59 /**
60 * <!-- begin-user-doc -->
61 * <!-- end-user-doc -->
62 * @generated
63 */
64 @Override
65 public Relation getRelation() {
66 if (relation != null && relation.eIsProxy()) {
67 InternalEObject oldRelation = (InternalEObject)relation;
68 relation = (Relation)eResolveProxy(oldRelation);
69 if (relation != oldRelation) {
70 if (eNotificationRequired())
71 eNotify(new ENotificationImpl(this, Notification.RESOLVE, LogiclanguagePackage.AGGREGATE_EXPRESSION__RELATION, oldRelation, relation));
72 }
73 }
74 return relation;
75 }
76
77 /**
78 * <!-- begin-user-doc -->
79 * <!-- end-user-doc -->
80 * @generated
81 */
82 public Relation basicGetRelation() {
83 return relation;
84 }
85
86 /**
87 * <!-- begin-user-doc -->
88 * <!-- end-user-doc -->
89 * @generated
90 */
91 @Override
92 public void setRelation(Relation newRelation) {
93 Relation oldRelation = relation;
94 relation = newRelation;
95 if (eNotificationRequired())
96 eNotify(new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.AGGREGATE_EXPRESSION__RELATION, oldRelation, relation));
97 }
98
99 /**
100 * <!-- begin-user-doc -->
101 * <!-- end-user-doc -->
102 * @generated
103 */
104 @Override
105 public Object eGet(int featureID, boolean resolve, boolean coreType) {
106 switch (featureID) {
107 case LogiclanguagePackage.AGGREGATE_EXPRESSION__RELATION:
108 if (resolve) return getRelation();
109 return basicGetRelation();
110 }
111 return super.eGet(featureID, resolve, coreType);
112 }
113
114 /**
115 * <!-- begin-user-doc -->
116 * <!-- end-user-doc -->
117 * @generated
118 */
119 @Override
120 public void eSet(int featureID, Object newValue) {
121 switch (featureID) {
122 case LogiclanguagePackage.AGGREGATE_EXPRESSION__RELATION:
123 setRelation((Relation)newValue);
124 return;
125 }
126 super.eSet(featureID, newValue);
127 }
128
129 /**
130 * <!-- begin-user-doc -->
131 * <!-- end-user-doc -->
132 * @generated
133 */
134 @Override
135 public void eUnset(int featureID) {
136 switch (featureID) {
137 case LogiclanguagePackage.AGGREGATE_EXPRESSION__RELATION:
138 setRelation((Relation)null);
139 return;
140 }
141 super.eUnset(featureID);
142 }
143
144 /**
145 * <!-- begin-user-doc -->
146 * <!-- end-user-doc -->
147 * @generated
148 */
149 @Override
150 public boolean eIsSet(int featureID) {
151 switch (featureID) {
152 case LogiclanguagePackage.AGGREGATE_EXPRESSION__RELATION:
153 return relation != null;
154 }
155 return super.eIsSet(featureID);
156 }
157
158} //AggregateExpressionImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AndImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AndImpl.java
index 1c36b6d6..9d373373 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AndImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AndImpl.java
@@ -66,6 +66,7 @@ public class AndImpl extends BoolOperationImpl implements And {
66 * <!-- end-user-doc --> 66 * <!-- end-user-doc -->
67 * @generated 67 * @generated
68 */ 68 */
69 @Override
69 public EList<Term> getOperands() { 70 public EList<Term> getOperands() {
70 if (operands == null) { 71 if (operands == null) {
71 operands = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.AND__OPERANDS); 72 operands = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.AND__OPERANDS);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AssertionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AssertionImpl.java
index 254f5240..5242fcdb 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AssertionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/AssertionImpl.java
@@ -102,6 +102,7 @@ public class AssertionImpl extends MinimalEObjectImpl.Container implements Asser
102 * <!-- end-user-doc --> 102 * <!-- end-user-doc -->
103 * @generated 103 * @generated
104 */ 104 */
105 @Override
105 public Term getValue() { 106 public Term getValue() {
106 return value; 107 return value;
107 } 108 }
@@ -126,6 +127,7 @@ public class AssertionImpl extends MinimalEObjectImpl.Container implements Asser
126 * <!-- end-user-doc --> 127 * <!-- end-user-doc -->
127 * @generated 128 * @generated
128 */ 129 */
130 @Override
129 public void setValue(Term newValue) { 131 public void setValue(Term newValue) {
130 if (newValue != value) { 132 if (newValue != value) {
131 NotificationChain msgs = null; 133 NotificationChain msgs = null;
@@ -145,6 +147,7 @@ public class AssertionImpl extends MinimalEObjectImpl.Container implements Asser
145 * <!-- end-user-doc --> 147 * <!-- end-user-doc -->
146 * @generated 148 * @generated
147 */ 149 */
150 @Override
148 public String getName() { 151 public String getName() {
149 return name; 152 return name;
150 } 153 }
@@ -154,6 +157,7 @@ public class AssertionImpl extends MinimalEObjectImpl.Container implements Asser
154 * <!-- end-user-doc --> 157 * <!-- end-user-doc -->
155 * @generated 158 * @generated
156 */ 159 */
160 @Override
157 public void setName(String newName) { 161 public void setName(String newName) {
158 String oldName = name; 162 String oldName = name;
159 name = newName; 163 name = newName;
@@ -166,6 +170,7 @@ public class AssertionImpl extends MinimalEObjectImpl.Container implements Asser
166 * <!-- end-user-doc --> 170 * <!-- end-user-doc -->
167 * @generated 171 * @generated
168 */ 172 */
173 @Override
169 public EList<AssertionAnnotation> getAnnotations() { 174 public EList<AssertionAnnotation> getAnnotations() {
170 if (annotations == null) { 175 if (annotations == null) {
171 annotations = new EObjectWithInverseResolvingEList<AssertionAnnotation>(AssertionAnnotation.class, this, LogiclanguagePackage.ASSERTION__ANNOTATIONS, LogicproblemPackage.ASSERTION_ANNOTATION__TARGET); 176 annotations = new EObjectWithInverseResolvingEList<AssertionAnnotation>(AssertionAnnotation.class, this, LogiclanguagePackage.ASSERTION__ANNOTATIONS, LogicproblemPackage.ASSERTION_ANNOTATION__TARGET);
@@ -293,7 +298,7 @@ public class AssertionImpl extends MinimalEObjectImpl.Container implements Asser
293 public String toString() { 298 public String toString() {
294 if (eIsProxy()) return super.toString(); 299 if (eIsProxy()) return super.toString();
295 300
296 StringBuffer result = new StringBuffer(super.toString()); 301 StringBuilder result = new StringBuilder(super.toString());
297 result.append(" (name: "); 302 result.append(" (name: ");
298 result.append(name); 303 result.append(name);
299 result.append(')'); 304 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/BoolLiteralImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/BoolLiteralImpl.java
index ea7693bb..b1361e97 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/BoolLiteralImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/BoolLiteralImpl.java
@@ -69,6 +69,7 @@ public class BoolLiteralImpl extends AtomicTermImpl implements BoolLiteral {
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public boolean isValue() { 73 public boolean isValue() {
73 return value; 74 return value;
74 } 75 }
@@ -78,6 +79,7 @@ public class BoolLiteralImpl extends AtomicTermImpl implements BoolLiteral {
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setValue(boolean newValue) { 83 public void setValue(boolean newValue) {
82 boolean oldValue = value; 84 boolean oldValue = value;
83 value = newValue; 85 value = newValue;
@@ -152,7 +154,7 @@ public class BoolLiteralImpl extends AtomicTermImpl implements BoolLiteral {
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (value: "); 158 result.append(" (value: ");
157 result.append(value); 159 result.append(value);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ComplexTypeReferenceImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ComplexTypeReferenceImpl.java
index 4473b0be..7618ddbb 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ComplexTypeReferenceImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ComplexTypeReferenceImpl.java
@@ -61,6 +61,7 @@ public class ComplexTypeReferenceImpl extends TypeReferenceImpl implements Compl
61 * <!-- end-user-doc --> 61 * <!-- end-user-doc -->
62 * @generated 62 * @generated
63 */ 63 */
64 @Override
64 public Type getReferred() { 65 public Type getReferred() {
65 if (referred != null && referred.eIsProxy()) { 66 if (referred != null && referred.eIsProxy()) {
66 InternalEObject oldReferred = (InternalEObject)referred; 67 InternalEObject oldReferred = (InternalEObject)referred;
@@ -87,6 +88,7 @@ public class ComplexTypeReferenceImpl extends TypeReferenceImpl implements Compl
87 * <!-- end-user-doc --> 88 * <!-- end-user-doc -->
88 * @generated 89 * @generated
89 */ 90 */
91 @Override
90 public void setReferred(Type newReferred) { 92 public void setReferred(Type newReferred) {
91 Type oldReferred = referred; 93 Type oldReferred = referred;
92 referred = newReferred; 94 referred = newReferred;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantDefinitionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantDefinitionImpl.java
index 1114508e..b5195d98 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantDefinitionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantDefinitionImpl.java
@@ -74,6 +74,7 @@ public class ConstantDefinitionImpl extends ConstantImpl implements ConstantDefi
74 * <!-- end-user-doc --> 74 * <!-- end-user-doc -->
75 * @generated 75 * @generated
76 */ 76 */
77 @Override
77 public Term getValue() { 78 public Term getValue() {
78 return value; 79 return value;
79 } 80 }
@@ -98,6 +99,7 @@ public class ConstantDefinitionImpl extends ConstantImpl implements ConstantDefi
98 * <!-- end-user-doc --> 99 * <!-- end-user-doc -->
99 * @generated 100 * @generated
100 */ 101 */
102 @Override
101 public void setValue(Term newValue) { 103 public void setValue(Term newValue) {
102 if (newValue != value) { 104 if (newValue != value) {
103 NotificationChain msgs = null; 105 NotificationChain msgs = null;
@@ -117,6 +119,7 @@ public class ConstantDefinitionImpl extends ConstantImpl implements ConstantDefi
117 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
118 * @generated 120 * @generated
119 */ 121 */
122 @Override
120 public ConstantDeclaration getDefines() { 123 public ConstantDeclaration getDefines() {
121 if (defines != null && defines.eIsProxy()) { 124 if (defines != null && defines.eIsProxy()) {
122 InternalEObject oldDefines = (InternalEObject)defines; 125 InternalEObject oldDefines = (InternalEObject)defines;
@@ -143,6 +146,7 @@ public class ConstantDefinitionImpl extends ConstantImpl implements ConstantDefi
143 * <!-- end-user-doc --> 146 * <!-- end-user-doc -->
144 * @generated 147 * @generated
145 */ 148 */
149 @Override
146 public void setDefines(ConstantDeclaration newDefines) { 150 public void setDefines(ConstantDeclaration newDefines) {
147 ConstantDeclaration oldDefines = defines; 151 ConstantDeclaration oldDefines = defines;
148 defines = newDefines; 152 defines = newDefines;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantImpl.java
index 7c34f669..ada4a069 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ConstantImpl.java
@@ -79,6 +79,7 @@ public abstract class ConstantImpl extends SymbolicDeclarationImpl implements Co
79 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
80 * @generated 80 * @generated
81 */ 81 */
82 @Override
82 public TypeReference getType() { 83 public TypeReference getType() {
83 return type; 84 return type;
84 } 85 }
@@ -103,6 +104,7 @@ public abstract class ConstantImpl extends SymbolicDeclarationImpl implements Co
103 * <!-- end-user-doc --> 104 * <!-- end-user-doc -->
104 * @generated 105 * @generated
105 */ 106 */
107 @Override
106 public void setType(TypeReference newType) { 108 public void setType(TypeReference newType) {
107 if (newType != type) { 109 if (newType != type) {
108 NotificationChain msgs = null; 110 NotificationChain msgs = null;
@@ -122,6 +124,7 @@ public abstract class ConstantImpl extends SymbolicDeclarationImpl implements Co
122 * <!-- end-user-doc --> 124 * <!-- end-user-doc -->
123 * @generated 125 * @generated
124 */ 126 */
127 @Override
125 public EList<ConstantAnnotation> getAnnotations() { 128 public EList<ConstantAnnotation> getAnnotations() {
126 if (annotations == null) { 129 if (annotations == null) {
127 annotations = new EObjectWithInverseResolvingEList<ConstantAnnotation>(ConstantAnnotation.class, this, LogiclanguagePackage.CONSTANT__ANNOTATIONS, LogicproblemPackage.CONSTANT_ANNOTATION__TARGET); 130 annotations = new EObjectWithInverseResolvingEList<ConstantAnnotation>(ConstantAnnotation.class, this, LogiclanguagePackage.CONSTANT__ANNOTATIONS, LogicproblemPackage.CONSTANT_ANNOTATION__TARGET);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/CountImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/CountImpl.java
new file mode 100644
index 00000000..a40bd0c4
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/CountImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Count;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Count</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class CountImpl extends AggregateExpressionImpl implements Count {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected CountImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return LogiclanguagePackage.Literals.COUNT;
35 }
36
37} //CountImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DefinedElementImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DefinedElementImpl.java
index 50bdb003..7c78d010 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DefinedElementImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DefinedElementImpl.java
@@ -62,6 +62,7 @@ public class DefinedElementImpl extends SymbolicDeclarationImpl implements Defin
62 * <!-- end-user-doc --> 62 * <!-- end-user-doc -->
63 * @generated 63 * @generated
64 */ 64 */
65 @Override
65 public EList<TypeDefinition> getDefinedInType() { 66 public EList<TypeDefinition> getDefinedInType() {
66 if (definedInType == null) { 67 if (definedInType == null) {
67 definedInType = new EObjectWithInverseResolvingEList.ManyInverse<TypeDefinition>(TypeDefinition.class, this, LogiclanguagePackage.DEFINED_ELEMENT__DEFINED_IN_TYPE, LogiclanguagePackage.TYPE_DEFINITION__ELEMENTS); 68 definedInType = new EObjectWithInverseResolvingEList.ManyInverse<TypeDefinition>(TypeDefinition.class, this, LogiclanguagePackage.DEFINED_ELEMENT__DEFINED_IN_TYPE, LogiclanguagePackage.TYPE_DEFINITION__ELEMENTS);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DistinctImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DistinctImpl.java
index 04636b3d..4d674fdc 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DistinctImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DistinctImpl.java
@@ -66,6 +66,7 @@ public class DistinctImpl extends PrimitiveRelationImpl implements Distinct {
66 * <!-- end-user-doc --> 66 * <!-- end-user-doc -->
67 * @generated 67 * @generated
68 */ 68 */
69 @Override
69 public EList<Term> getOperands() { 70 public EList<Term> getOperands() {
70 if (operands == null) { 71 if (operands == null) {
71 operands = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.DISTINCT__OPERANDS); 72 operands = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.DISTINCT__OPERANDS);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DivisonImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DivisonImpl.java
index 0ce40588..4dc1b536 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DivisonImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/DivisonImpl.java
@@ -14,7 +14,7 @@ import org.eclipse.emf.ecore.EClass;
14 * 14 *
15 * @generated 15 * @generated
16 */ 16 */
17public class DivisonImpl extends IntOperationImpl implements Divison { 17public class DivisonImpl extends NumericOperationImpl implements Divison {
18 /** 18 /**
19 * <!-- begin-user-doc --> 19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc --> 20 * <!-- end-user-doc -->
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/EqualsImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/EqualsImpl.java
index 186f2ee6..10268d4f 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/EqualsImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/EqualsImpl.java
@@ -73,6 +73,7 @@ public class EqualsImpl extends PrimitiveRelationImpl implements Equals {
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class EqualsImpl extends PrimitiveRelationImpl implements Equals {
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class EqualsImpl extends PrimitiveRelationImpl implements Equals {
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class EqualsImpl extends PrimitiveRelationImpl implements Equals {
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionDefinitionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionDefinitionImpl.java
index 0f14289a..b142d8c5 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionDefinitionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionDefinitionImpl.java
@@ -90,6 +90,7 @@ public class FunctionDefinitionImpl extends FunctionImpl implements FunctionDefi
90 * <!-- end-user-doc --> 90 * <!-- end-user-doc -->
91 * @generated 91 * @generated
92 */ 92 */
93 @Override
93 public EList<Variable> getVariable() { 94 public EList<Variable> getVariable() {
94 if (variable == null) { 95 if (variable == null) {
95 variable = new EObjectContainmentEList<Variable>(Variable.class, this, LogiclanguagePackage.FUNCTION_DEFINITION__VARIABLE); 96 variable = new EObjectContainmentEList<Variable>(Variable.class, this, LogiclanguagePackage.FUNCTION_DEFINITION__VARIABLE);
@@ -102,6 +103,7 @@ public class FunctionDefinitionImpl extends FunctionImpl implements FunctionDefi
102 * <!-- end-user-doc --> 103 * <!-- end-user-doc -->
103 * @generated 104 * @generated
104 */ 105 */
106 @Override
105 public FunctionDeclaration getDefines() { 107 public FunctionDeclaration getDefines() {
106 if (defines != null && defines.eIsProxy()) { 108 if (defines != null && defines.eIsProxy()) {
107 InternalEObject oldDefines = (InternalEObject)defines; 109 InternalEObject oldDefines = (InternalEObject)defines;
@@ -128,6 +130,7 @@ public class FunctionDefinitionImpl extends FunctionImpl implements FunctionDefi
128 * <!-- end-user-doc --> 130 * <!-- end-user-doc -->
129 * @generated 131 * @generated
130 */ 132 */
133 @Override
131 public void setDefines(FunctionDeclaration newDefines) { 134 public void setDefines(FunctionDeclaration newDefines) {
132 FunctionDeclaration oldDefines = defines; 135 FunctionDeclaration oldDefines = defines;
133 defines = newDefines; 136 defines = newDefines;
@@ -140,6 +143,7 @@ public class FunctionDefinitionImpl extends FunctionImpl implements FunctionDefi
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public Term getValue() { 147 public Term getValue() {
144 return value; 148 return value;
145 } 149 }
@@ -164,6 +168,7 @@ public class FunctionDefinitionImpl extends FunctionImpl implements FunctionDefi
164 * <!-- end-user-doc --> 168 * <!-- end-user-doc -->
165 * @generated 169 * @generated
166 */ 170 */
171 @Override
167 public void setValue(Term newValue) { 172 public void setValue(Term newValue) {
168 if (newValue != value) { 173 if (newValue != value) {
169 NotificationChain msgs = null; 174 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionImpl.java
index da85ae54..e2c59dc5 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/FunctionImpl.java
@@ -94,6 +94,7 @@ public abstract class FunctionImpl extends SymbolicDeclarationImpl implements Fu
94 * <!-- end-user-doc --> 94 * <!-- end-user-doc -->
95 * @generated 95 * @generated
96 */ 96 */
97 @Override
97 public TypeReference getRange() { 98 public TypeReference getRange() {
98 return range; 99 return range;
99 } 100 }
@@ -118,6 +119,7 @@ public abstract class FunctionImpl extends SymbolicDeclarationImpl implements Fu
118 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
119 * @generated 120 * @generated
120 */ 121 */
122 @Override
121 public void setRange(TypeReference newRange) { 123 public void setRange(TypeReference newRange) {
122 if (newRange != range) { 124 if (newRange != range) {
123 NotificationChain msgs = null; 125 NotificationChain msgs = null;
@@ -137,6 +139,7 @@ public abstract class FunctionImpl extends SymbolicDeclarationImpl implements Fu
137 * <!-- end-user-doc --> 139 * <!-- end-user-doc -->
138 * @generated 140 * @generated
139 */ 141 */
142 @Override
140 public EList<TypeReference> getParameters() { 143 public EList<TypeReference> getParameters() {
141 if (parameters == null) { 144 if (parameters == null) {
142 parameters = new EObjectContainmentEList<TypeReference>(TypeReference.class, this, LogiclanguagePackage.FUNCTION__PARAMETERS); 145 parameters = new EObjectContainmentEList<TypeReference>(TypeReference.class, this, LogiclanguagePackage.FUNCTION__PARAMETERS);
@@ -149,6 +152,7 @@ public abstract class FunctionImpl extends SymbolicDeclarationImpl implements Fu
149 * <!-- end-user-doc --> 152 * <!-- end-user-doc -->
150 * @generated 153 * @generated
151 */ 154 */
155 @Override
152 public EList<FunctionAnnotation> getAnnotations() { 156 public EList<FunctionAnnotation> getAnnotations() {
153 if (annotations == null) { 157 if (annotations == null) {
154 annotations = new EObjectWithInverseResolvingEList<FunctionAnnotation>(FunctionAnnotation.class, this, LogiclanguagePackage.FUNCTION__ANNOTATIONS, LogicproblemPackage.FUNCTION_ANNOTATION__TARGET); 158 annotations = new EObjectWithInverseResolvingEList<FunctionAnnotation>(FunctionAnnotation.class, this, LogiclanguagePackage.FUNCTION__ANNOTATIONS, LogicproblemPackage.FUNCTION_ANNOTATION__TARGET);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IfThenElseImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IfThenElseImpl.java
index 27f1a358..e37bf40a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IfThenElseImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IfThenElseImpl.java
@@ -84,6 +84,7 @@ public class IfThenElseImpl extends TermImpl implements IfThenElse {
84 * <!-- end-user-doc --> 84 * <!-- end-user-doc -->
85 * @generated 85 * @generated
86 */ 86 */
87 @Override
87 public Term getCondition() { 88 public Term getCondition() {
88 return condition; 89 return condition;
89 } 90 }
@@ -108,6 +109,7 @@ public class IfThenElseImpl extends TermImpl implements IfThenElse {
108 * <!-- end-user-doc --> 109 * <!-- end-user-doc -->
109 * @generated 110 * @generated
110 */ 111 */
112 @Override
111 public void setCondition(Term newCondition) { 113 public void setCondition(Term newCondition) {
112 if (newCondition != condition) { 114 if (newCondition != condition) {
113 NotificationChain msgs = null; 115 NotificationChain msgs = null;
@@ -127,6 +129,7 @@ public class IfThenElseImpl extends TermImpl implements IfThenElse {
127 * <!-- end-user-doc --> 129 * <!-- end-user-doc -->
128 * @generated 130 * @generated
129 */ 131 */
132 @Override
130 public Term getIfTrue() { 133 public Term getIfTrue() {
131 return ifTrue; 134 return ifTrue;
132 } 135 }
@@ -151,6 +154,7 @@ public class IfThenElseImpl extends TermImpl implements IfThenElse {
151 * <!-- end-user-doc --> 154 * <!-- end-user-doc -->
152 * @generated 155 * @generated
153 */ 156 */
157 @Override
154 public void setIfTrue(Term newIfTrue) { 158 public void setIfTrue(Term newIfTrue) {
155 if (newIfTrue != ifTrue) { 159 if (newIfTrue != ifTrue) {
156 NotificationChain msgs = null; 160 NotificationChain msgs = null;
@@ -170,6 +174,7 @@ public class IfThenElseImpl extends TermImpl implements IfThenElse {
170 * <!-- end-user-doc --> 174 * <!-- end-user-doc -->
171 * @generated 175 * @generated
172 */ 176 */
177 @Override
173 public Term getIfFalse() { 178 public Term getIfFalse() {
174 return ifFalse; 179 return ifFalse;
175 } 180 }
@@ -194,6 +199,7 @@ public class IfThenElseImpl extends TermImpl implements IfThenElse {
194 * <!-- end-user-doc --> 199 * <!-- end-user-doc -->
195 * @generated 200 * @generated
196 */ 201 */
202 @Override
197 public void setIfFalse(Term newIfFalse) { 203 public void setIfFalse(Term newIfFalse) {
198 if (newIfFalse != ifFalse) { 204 if (newIfFalse != ifFalse) {
199 NotificationChain msgs = null; 205 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IffImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IffImpl.java
index 52c80e4a..82529047 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IffImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IffImpl.java
@@ -73,6 +73,7 @@ public class IffImpl extends BoolOperationImpl implements Iff {
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class IffImpl extends BoolOperationImpl implements Iff {
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class IffImpl extends BoolOperationImpl implements Iff {
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class IffImpl extends BoolOperationImpl implements Iff {
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ImplImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ImplImpl.java
index af915e5d..8a93fa37 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ImplImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ImplImpl.java
@@ -73,6 +73,7 @@ public class ImplImpl extends BoolOperationImpl implements Impl {
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class ImplImpl extends BoolOperationImpl implements Impl {
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class ImplImpl extends BoolOperationImpl implements Impl {
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class ImplImpl extends BoolOperationImpl implements Impl {
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/InstanceOfImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/InstanceOfImpl.java
index 9d36b076..dec38397 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/InstanceOfImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/InstanceOfImpl.java
@@ -74,6 +74,7 @@ public class InstanceOfImpl extends TermImpl implements InstanceOf {
74 * <!-- end-user-doc --> 74 * <!-- end-user-doc -->
75 * @generated 75 * @generated
76 */ 76 */
77 @Override
77 public Term getValue() { 78 public Term getValue() {
78 return value; 79 return value;
79 } 80 }
@@ -98,6 +99,7 @@ public class InstanceOfImpl extends TermImpl implements InstanceOf {
98 * <!-- end-user-doc --> 99 * <!-- end-user-doc -->
99 * @generated 100 * @generated
100 */ 101 */
102 @Override
101 public void setValue(Term newValue) { 103 public void setValue(Term newValue) {
102 if (newValue != value) { 104 if (newValue != value) {
103 NotificationChain msgs = null; 105 NotificationChain msgs = null;
@@ -117,6 +119,7 @@ public class InstanceOfImpl extends TermImpl implements InstanceOf {
117 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
118 * @generated 120 * @generated
119 */ 121 */
122 @Override
120 public TypeReference getRange() { 123 public TypeReference getRange() {
121 return range; 124 return range;
122 } 125 }
@@ -141,6 +144,7 @@ public class InstanceOfImpl extends TermImpl implements InstanceOf {
141 * <!-- end-user-doc --> 144 * <!-- end-user-doc -->
142 * @generated 145 * @generated
143 */ 146 */
147 @Override
144 public void setRange(TypeReference newRange) { 148 public void setRange(TypeReference newRange) {
145 if (newRange != range) { 149 if (newRange != range) {
146 NotificationChain msgs = null; 150 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntLiteralImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntLiteralImpl.java
index c0ec1001..19acfe5a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntLiteralImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntLiteralImpl.java
@@ -69,6 +69,7 @@ public class IntLiteralImpl extends AtomicTermImpl implements IntLiteral {
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public int getValue() { 73 public int getValue() {
73 return value; 74 return value;
74 } 75 }
@@ -78,6 +79,7 @@ public class IntLiteralImpl extends AtomicTermImpl implements IntLiteral {
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setValue(int newValue) { 83 public void setValue(int newValue) {
82 int oldValue = value; 84 int oldValue = value;
83 value = newValue; 85 value = newValue;
@@ -152,7 +154,7 @@ public class IntLiteralImpl extends AtomicTermImpl implements IntLiteral {
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (value: "); 158 result.append(" (value: ");
157 result.append(value); 159 result.append(value);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessOrEqualThanImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessOrEqualThanImpl.java
index 4213ad37..9d5d64a2 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessOrEqualThanImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessOrEqualThanImpl.java
@@ -73,6 +73,7 @@ public class LessOrEqualThanImpl extends PrimitiveRelationImpl implements LessOr
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class LessOrEqualThanImpl extends PrimitiveRelationImpl implements LessOr
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class LessOrEqualThanImpl extends PrimitiveRelationImpl implements LessOr
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class LessOrEqualThanImpl extends PrimitiveRelationImpl implements LessOr
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessThanImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessThanImpl.java
index 8a36abdd..2bb11e0a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessThanImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LessThanImpl.java
@@ -73,6 +73,7 @@ public class LessThanImpl extends PrimitiveRelationImpl implements LessThan {
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class LessThanImpl extends PrimitiveRelationImpl implements LessThan {
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class LessThanImpl extends PrimitiveRelationImpl implements LessThan {
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class LessThanImpl extends PrimitiveRelationImpl implements LessThan {
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguageFactoryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguageFactoryImpl.java
index 0ad07f55..b890b6e0 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguageFactoryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguageFactoryImpl.java
@@ -99,6 +99,11 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
99 case LogiclanguagePackage.STRING_TYPE_REFERENCE: return createStringTypeReference(); 99 case LogiclanguagePackage.STRING_TYPE_REFERENCE: return createStringTypeReference();
100 case LogiclanguagePackage.STRING_LITERAL: return createStringLiteral(); 100 case LogiclanguagePackage.STRING_LITERAL: return createStringLiteral();
101 case LogiclanguagePackage.TRANSITIVE_CLOSURE: return createTransitiveClosure(); 101 case LogiclanguagePackage.TRANSITIVE_CLOSURE: return createTransitiveClosure();
102 case LogiclanguagePackage.POW: return createPow();
103 case LogiclanguagePackage.SUM: return createSum();
104 case LogiclanguagePackage.COUNT: return createCount();
105 case LogiclanguagePackage.MIN: return createMin();
106 case LogiclanguagePackage.MAX: return createMax();
102 default: 107 default:
103 throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier"); 108 throw new IllegalArgumentException("The class '" + eClass.getName() + "' is not a valid classifier");
104 } 109 }
@@ -109,6 +114,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
109 * <!-- end-user-doc --> 114 * <!-- end-user-doc -->
110 * @generated 115 * @generated
111 */ 116 */
117 @Override
112 public DefinedElement createDefinedElement() { 118 public DefinedElement createDefinedElement() {
113 DefinedElementImpl definedElement = new DefinedElementImpl(); 119 DefinedElementImpl definedElement = new DefinedElementImpl();
114 return definedElement; 120 return definedElement;
@@ -119,6 +125,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
119 * <!-- end-user-doc --> 125 * <!-- end-user-doc -->
120 * @generated 126 * @generated
121 */ 127 */
128 @Override
122 public TypeDefinition createTypeDefinition() { 129 public TypeDefinition createTypeDefinition() {
123 TypeDefinitionImpl typeDefinition = new TypeDefinitionImpl(); 130 TypeDefinitionImpl typeDefinition = new TypeDefinitionImpl();
124 return typeDefinition; 131 return typeDefinition;
@@ -129,6 +136,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
129 * <!-- end-user-doc --> 136 * <!-- end-user-doc -->
130 * @generated 137 * @generated
131 */ 138 */
139 @Override
132 public ComplexTypeReference createComplexTypeReference() { 140 public ComplexTypeReference createComplexTypeReference() {
133 ComplexTypeReferenceImpl complexTypeReference = new ComplexTypeReferenceImpl(); 141 ComplexTypeReferenceImpl complexTypeReference = new ComplexTypeReferenceImpl();
134 return complexTypeReference; 142 return complexTypeReference;
@@ -139,6 +147,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
139 * <!-- end-user-doc --> 147 * <!-- end-user-doc -->
140 * @generated 148 * @generated
141 */ 149 */
150 @Override
142 public IntTypeReference createIntTypeReference() { 151 public IntTypeReference createIntTypeReference() {
143 IntTypeReferenceImpl intTypeReference = new IntTypeReferenceImpl(); 152 IntTypeReferenceImpl intTypeReference = new IntTypeReferenceImpl();
144 return intTypeReference; 153 return intTypeReference;
@@ -149,6 +158,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
149 * <!-- end-user-doc --> 158 * <!-- end-user-doc -->
150 * @generated 159 * @generated
151 */ 160 */
161 @Override
152 public BoolTypeReference createBoolTypeReference() { 162 public BoolTypeReference createBoolTypeReference() {
153 BoolTypeReferenceImpl boolTypeReference = new BoolTypeReferenceImpl(); 163 BoolTypeReferenceImpl boolTypeReference = new BoolTypeReferenceImpl();
154 return boolTypeReference; 164 return boolTypeReference;
@@ -159,6 +169,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
159 * <!-- end-user-doc --> 169 * <!-- end-user-doc -->
160 * @generated 170 * @generated
161 */ 171 */
172 @Override
162 public RealTypeReference createRealTypeReference() { 173 public RealTypeReference createRealTypeReference() {
163 RealTypeReferenceImpl realTypeReference = new RealTypeReferenceImpl(); 174 RealTypeReferenceImpl realTypeReference = new RealTypeReferenceImpl();
164 return realTypeReference; 175 return realTypeReference;
@@ -169,6 +180,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
169 * <!-- end-user-doc --> 180 * <!-- end-user-doc -->
170 * @generated 181 * @generated
171 */ 182 */
183 @Override
172 public SymbolicValue createSymbolicValue() { 184 public SymbolicValue createSymbolicValue() {
173 SymbolicValueImpl symbolicValue = new SymbolicValueImpl(); 185 SymbolicValueImpl symbolicValue = new SymbolicValueImpl();
174 return symbolicValue; 186 return symbolicValue;
@@ -179,6 +191,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
179 * <!-- end-user-doc --> 191 * <!-- end-user-doc -->
180 * @generated 192 * @generated
181 */ 193 */
194 @Override
182 public IntLiteral createIntLiteral() { 195 public IntLiteral createIntLiteral() {
183 IntLiteralImpl intLiteral = new IntLiteralImpl(); 196 IntLiteralImpl intLiteral = new IntLiteralImpl();
184 return intLiteral; 197 return intLiteral;
@@ -189,6 +202,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
189 * <!-- end-user-doc --> 202 * <!-- end-user-doc -->
190 * @generated 203 * @generated
191 */ 204 */
205 @Override
192 public BoolLiteral createBoolLiteral() { 206 public BoolLiteral createBoolLiteral() {
193 BoolLiteralImpl boolLiteral = new BoolLiteralImpl(); 207 BoolLiteralImpl boolLiteral = new BoolLiteralImpl();
194 return boolLiteral; 208 return boolLiteral;
@@ -199,6 +213,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
199 * <!-- end-user-doc --> 213 * <!-- end-user-doc -->
200 * @generated 214 * @generated
201 */ 215 */
216 @Override
202 public RealLiteral createRealLiteral() { 217 public RealLiteral createRealLiteral() {
203 RealLiteralImpl realLiteral = new RealLiteralImpl(); 218 RealLiteralImpl realLiteral = new RealLiteralImpl();
204 return realLiteral; 219 return realLiteral;
@@ -209,6 +224,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
209 * <!-- end-user-doc --> 224 * <!-- end-user-doc -->
210 * @generated 225 * @generated
211 */ 226 */
227 @Override
212 public Variable createVariable() { 228 public Variable createVariable() {
213 VariableImpl variable = new VariableImpl(); 229 VariableImpl variable = new VariableImpl();
214 return variable; 230 return variable;
@@ -219,6 +235,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
219 * <!-- end-user-doc --> 235 * <!-- end-user-doc -->
220 * @generated 236 * @generated
221 */ 237 */
238 @Override
222 public Exists createExists() { 239 public Exists createExists() {
223 ExistsImpl exists = new ExistsImpl(); 240 ExistsImpl exists = new ExistsImpl();
224 return exists; 241 return exists;
@@ -229,6 +246,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
229 * <!-- end-user-doc --> 246 * <!-- end-user-doc -->
230 * @generated 247 * @generated
231 */ 248 */
249 @Override
232 public Forall createForall() { 250 public Forall createForall() {
233 ForallImpl forall = new ForallImpl(); 251 ForallImpl forall = new ForallImpl();
234 return forall; 252 return forall;
@@ -239,6 +257,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
239 * <!-- end-user-doc --> 257 * <!-- end-user-doc -->
240 * @generated 258 * @generated
241 */ 259 */
260 @Override
242 public And createAnd() { 261 public And createAnd() {
243 AndImpl and = new AndImpl(); 262 AndImpl and = new AndImpl();
244 return and; 263 return and;
@@ -249,6 +268,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
249 * <!-- end-user-doc --> 268 * <!-- end-user-doc -->
250 * @generated 269 * @generated
251 */ 270 */
271 @Override
252 public Or createOr() { 272 public Or createOr() {
253 OrImpl or = new OrImpl(); 273 OrImpl or = new OrImpl();
254 return or; 274 return or;
@@ -259,6 +279,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
259 * <!-- end-user-doc --> 279 * <!-- end-user-doc -->
260 * @generated 280 * @generated
261 */ 281 */
282 @Override
262 public Impl createImpl() { 283 public Impl createImpl() {
263 ImplImpl impl = new ImplImpl(); 284 ImplImpl impl = new ImplImpl();
264 return impl; 285 return impl;
@@ -269,6 +290,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
269 * <!-- end-user-doc --> 290 * <!-- end-user-doc -->
270 * @generated 291 * @generated
271 */ 292 */
293 @Override
272 public Not createNot() { 294 public Not createNot() {
273 NotImpl not = new NotImpl(); 295 NotImpl not = new NotImpl();
274 return not; 296 return not;
@@ -279,6 +301,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
279 * <!-- end-user-doc --> 301 * <!-- end-user-doc -->
280 * @generated 302 * @generated
281 */ 303 */
304 @Override
282 public Iff createIff() { 305 public Iff createIff() {
283 IffImpl iff = new IffImpl(); 306 IffImpl iff = new IffImpl();
284 return iff; 307 return iff;
@@ -289,6 +312,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
289 * <!-- end-user-doc --> 312 * <!-- end-user-doc -->
290 * @generated 313 * @generated
291 */ 314 */
315 @Override
292 public Equals createEquals() { 316 public Equals createEquals() {
293 EqualsImpl equals = new EqualsImpl(); 317 EqualsImpl equals = new EqualsImpl();
294 return equals; 318 return equals;
@@ -299,6 +323,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
299 * <!-- end-user-doc --> 323 * <!-- end-user-doc -->
300 * @generated 324 * @generated
301 */ 325 */
326 @Override
302 public Distinct createDistinct() { 327 public Distinct createDistinct() {
303 DistinctImpl distinct = new DistinctImpl(); 328 DistinctImpl distinct = new DistinctImpl();
304 return distinct; 329 return distinct;
@@ -309,6 +334,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
309 * <!-- end-user-doc --> 334 * <!-- end-user-doc -->
310 * @generated 335 * @generated
311 */ 336 */
337 @Override
312 public LessThan createLessThan() { 338 public LessThan createLessThan() {
313 LessThanImpl lessThan = new LessThanImpl(); 339 LessThanImpl lessThan = new LessThanImpl();
314 return lessThan; 340 return lessThan;
@@ -319,6 +345,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
319 * <!-- end-user-doc --> 345 * <!-- end-user-doc -->
320 * @generated 346 * @generated
321 */ 347 */
348 @Override
322 public MoreThan createMoreThan() { 349 public MoreThan createMoreThan() {
323 MoreThanImpl moreThan = new MoreThanImpl(); 350 MoreThanImpl moreThan = new MoreThanImpl();
324 return moreThan; 351 return moreThan;
@@ -329,6 +356,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
329 * <!-- end-user-doc --> 356 * <!-- end-user-doc -->
330 * @generated 357 * @generated
331 */ 358 */
359 @Override
332 public LessOrEqualThan createLessOrEqualThan() { 360 public LessOrEqualThan createLessOrEqualThan() {
333 LessOrEqualThanImpl lessOrEqualThan = new LessOrEqualThanImpl(); 361 LessOrEqualThanImpl lessOrEqualThan = new LessOrEqualThanImpl();
334 return lessOrEqualThan; 362 return lessOrEqualThan;
@@ -339,6 +367,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
339 * <!-- end-user-doc --> 367 * <!-- end-user-doc -->
340 * @generated 368 * @generated
341 */ 369 */
370 @Override
342 public MoreOrEqualThan createMoreOrEqualThan() { 371 public MoreOrEqualThan createMoreOrEqualThan() {
343 MoreOrEqualThanImpl moreOrEqualThan = new MoreOrEqualThanImpl(); 372 MoreOrEqualThanImpl moreOrEqualThan = new MoreOrEqualThanImpl();
344 return moreOrEqualThan; 373 return moreOrEqualThan;
@@ -349,6 +378,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
349 * <!-- end-user-doc --> 378 * <!-- end-user-doc -->
350 * @generated 379 * @generated
351 */ 380 */
381 @Override
352 public Plus createPlus() { 382 public Plus createPlus() {
353 PlusImpl plus = new PlusImpl(); 383 PlusImpl plus = new PlusImpl();
354 return plus; 384 return plus;
@@ -359,6 +389,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
359 * <!-- end-user-doc --> 389 * <!-- end-user-doc -->
360 * @generated 390 * @generated
361 */ 391 */
392 @Override
362 public Minus createMinus() { 393 public Minus createMinus() {
363 MinusImpl minus = new MinusImpl(); 394 MinusImpl minus = new MinusImpl();
364 return minus; 395 return minus;
@@ -369,6 +400,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
369 * <!-- end-user-doc --> 400 * <!-- end-user-doc -->
370 * @generated 401 * @generated
371 */ 402 */
403 @Override
372 public Multiply createMultiply() { 404 public Multiply createMultiply() {
373 MultiplyImpl multiply = new MultiplyImpl(); 405 MultiplyImpl multiply = new MultiplyImpl();
374 return multiply; 406 return multiply;
@@ -379,6 +411,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
379 * <!-- end-user-doc --> 411 * <!-- end-user-doc -->
380 * @generated 412 * @generated
381 */ 413 */
414 @Override
382 public Divison createDivison() { 415 public Divison createDivison() {
383 DivisonImpl divison = new DivisonImpl(); 416 DivisonImpl divison = new DivisonImpl();
384 return divison; 417 return divison;
@@ -389,6 +422,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
389 * <!-- end-user-doc --> 422 * <!-- end-user-doc -->
390 * @generated 423 * @generated
391 */ 424 */
425 @Override
392 public Mod createMod() { 426 public Mod createMod() {
393 ModImpl mod = new ModImpl(); 427 ModImpl mod = new ModImpl();
394 return mod; 428 return mod;
@@ -399,6 +433,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
399 * <!-- end-user-doc --> 433 * <!-- end-user-doc -->
400 * @generated 434 * @generated
401 */ 435 */
436 @Override
402 public Assertion createAssertion() { 437 public Assertion createAssertion() {
403 AssertionImpl assertion = new AssertionImpl(); 438 AssertionImpl assertion = new AssertionImpl();
404 return assertion; 439 return assertion;
@@ -409,6 +444,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
409 * <!-- end-user-doc --> 444 * <!-- end-user-doc -->
410 * @generated 445 * @generated
411 */ 446 */
447 @Override
412 public ConstantDefinition createConstantDefinition() { 448 public ConstantDefinition createConstantDefinition() {
413 ConstantDefinitionImpl constantDefinition = new ConstantDefinitionImpl(); 449 ConstantDefinitionImpl constantDefinition = new ConstantDefinitionImpl();
414 return constantDefinition; 450 return constantDefinition;
@@ -419,6 +455,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
419 * <!-- end-user-doc --> 455 * <!-- end-user-doc -->
420 * @generated 456 * @generated
421 */ 457 */
458 @Override
422 public RelationDefinition createRelationDefinition() { 459 public RelationDefinition createRelationDefinition() {
423 RelationDefinitionImpl relationDefinition = new RelationDefinitionImpl(); 460 RelationDefinitionImpl relationDefinition = new RelationDefinitionImpl();
424 return relationDefinition; 461 return relationDefinition;
@@ -429,6 +466,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
429 * <!-- end-user-doc --> 466 * <!-- end-user-doc -->
430 * @generated 467 * @generated
431 */ 468 */
469 @Override
432 public FunctionDefinition createFunctionDefinition() { 470 public FunctionDefinition createFunctionDefinition() {
433 FunctionDefinitionImpl functionDefinition = new FunctionDefinitionImpl(); 471 FunctionDefinitionImpl functionDefinition = new FunctionDefinitionImpl();
434 return functionDefinition; 472 return functionDefinition;
@@ -439,6 +477,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
439 * <!-- end-user-doc --> 477 * <!-- end-user-doc -->
440 * @generated 478 * @generated
441 */ 479 */
480 @Override
442 public IfThenElse createIfThenElse() { 481 public IfThenElse createIfThenElse() {
443 IfThenElseImpl ifThenElse = new IfThenElseImpl(); 482 IfThenElseImpl ifThenElse = new IfThenElseImpl();
444 return ifThenElse; 483 return ifThenElse;
@@ -449,6 +488,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
449 * <!-- end-user-doc --> 488 * <!-- end-user-doc -->
450 * @generated 489 * @generated
451 */ 490 */
491 @Override
452 public ConstantDeclaration createConstantDeclaration() { 492 public ConstantDeclaration createConstantDeclaration() {
453 ConstantDeclarationImpl constantDeclaration = new ConstantDeclarationImpl(); 493 ConstantDeclarationImpl constantDeclaration = new ConstantDeclarationImpl();
454 return constantDeclaration; 494 return constantDeclaration;
@@ -459,6 +499,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
459 * <!-- end-user-doc --> 499 * <!-- end-user-doc -->
460 * @generated 500 * @generated
461 */ 501 */
502 @Override
462 public RelationDeclaration createRelationDeclaration() { 503 public RelationDeclaration createRelationDeclaration() {
463 RelationDeclarationImpl relationDeclaration = new RelationDeclarationImpl(); 504 RelationDeclarationImpl relationDeclaration = new RelationDeclarationImpl();
464 return relationDeclaration; 505 return relationDeclaration;
@@ -469,6 +510,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
469 * <!-- end-user-doc --> 510 * <!-- end-user-doc -->
470 * @generated 511 * @generated
471 */ 512 */
513 @Override
472 public FunctionDeclaration createFunctionDeclaration() { 514 public FunctionDeclaration createFunctionDeclaration() {
473 FunctionDeclarationImpl functionDeclaration = new FunctionDeclarationImpl(); 515 FunctionDeclarationImpl functionDeclaration = new FunctionDeclarationImpl();
474 return functionDeclaration; 516 return functionDeclaration;
@@ -479,6 +521,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
479 * <!-- end-user-doc --> 521 * <!-- end-user-doc -->
480 * @generated 522 * @generated
481 */ 523 */
524 @Override
482 public TypeDeclaration createTypeDeclaration() { 525 public TypeDeclaration createTypeDeclaration() {
483 TypeDeclarationImpl typeDeclaration = new TypeDeclarationImpl(); 526 TypeDeclarationImpl typeDeclaration = new TypeDeclarationImpl();
484 return typeDeclaration; 527 return typeDeclaration;
@@ -489,6 +532,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
489 * <!-- end-user-doc --> 532 * <!-- end-user-doc -->
490 * @generated 533 * @generated
491 */ 534 */
535 @Override
492 public UnknownBecauseUninterpreted createUnknownBecauseUninterpreted() { 536 public UnknownBecauseUninterpreted createUnknownBecauseUninterpreted() {
493 UnknownBecauseUninterpretedImpl unknownBecauseUninterpreted = new UnknownBecauseUninterpretedImpl(); 537 UnknownBecauseUninterpretedImpl unknownBecauseUninterpreted = new UnknownBecauseUninterpretedImpl();
494 return unknownBecauseUninterpreted; 538 return unknownBecauseUninterpreted;
@@ -499,6 +543,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
499 * <!-- end-user-doc --> 543 * <!-- end-user-doc -->
500 * @generated 544 * @generated
501 */ 545 */
546 @Override
502 public InstanceOf createInstanceOf() { 547 public InstanceOf createInstanceOf() {
503 InstanceOfImpl instanceOf = new InstanceOfImpl(); 548 InstanceOfImpl instanceOf = new InstanceOfImpl();
504 return instanceOf; 549 return instanceOf;
@@ -509,6 +554,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
509 * <!-- end-user-doc --> 554 * <!-- end-user-doc -->
510 * @generated 555 * @generated
511 */ 556 */
557 @Override
512 public StringTypeReference createStringTypeReference() { 558 public StringTypeReference createStringTypeReference() {
513 StringTypeReferenceImpl stringTypeReference = new StringTypeReferenceImpl(); 559 StringTypeReferenceImpl stringTypeReference = new StringTypeReferenceImpl();
514 return stringTypeReference; 560 return stringTypeReference;
@@ -519,6 +565,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
519 * <!-- end-user-doc --> 565 * <!-- end-user-doc -->
520 * @generated 566 * @generated
521 */ 567 */
568 @Override
522 public StringLiteral createStringLiteral() { 569 public StringLiteral createStringLiteral() {
523 StringLiteralImpl stringLiteral = new StringLiteralImpl(); 570 StringLiteralImpl stringLiteral = new StringLiteralImpl();
524 return stringLiteral; 571 return stringLiteral;
@@ -529,6 +576,7 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
529 * <!-- end-user-doc --> 576 * <!-- end-user-doc -->
530 * @generated 577 * @generated
531 */ 578 */
579 @Override
532 public TransitiveClosure createTransitiveClosure() { 580 public TransitiveClosure createTransitiveClosure() {
533 TransitiveClosureImpl transitiveClosure = new TransitiveClosureImpl(); 581 TransitiveClosureImpl transitiveClosure = new TransitiveClosureImpl();
534 return transitiveClosure; 582 return transitiveClosure;
@@ -539,6 +587,62 @@ public class LogiclanguageFactoryImpl extends EFactoryImpl implements Logiclangu
539 * <!-- end-user-doc --> 587 * <!-- end-user-doc -->
540 * @generated 588 * @generated
541 */ 589 */
590 @Override
591 public Pow createPow() {
592 PowImpl pow = new PowImpl();
593 return pow;
594 }
595
596 /**
597 * <!-- begin-user-doc -->
598 * <!-- end-user-doc -->
599 * @generated
600 */
601 @Override
602 public Sum createSum() {
603 SumImpl sum = new SumImpl();
604 return sum;
605 }
606
607 /**
608 * <!-- begin-user-doc -->
609 * <!-- end-user-doc -->
610 * @generated
611 */
612 @Override
613 public Count createCount() {
614 CountImpl count = new CountImpl();
615 return count;
616 }
617
618 /**
619 * <!-- begin-user-doc -->
620 * <!-- end-user-doc -->
621 * @generated
622 */
623 @Override
624 public Min createMin() {
625 MinImpl min = new MinImpl();
626 return min;
627 }
628
629 /**
630 * <!-- begin-user-doc -->
631 * <!-- end-user-doc -->
632 * @generated
633 */
634 @Override
635 public Max createMax() {
636 MaxImpl max = new MaxImpl();
637 return max;
638 }
639
640 /**
641 * <!-- begin-user-doc -->
642 * <!-- end-user-doc -->
643 * @generated
644 */
645 @Override
542 public LogiclanguagePackage getLogiclanguagePackage() { 646 public LogiclanguagePackage getLogiclanguagePackage() {
543 return (LogiclanguagePackage)getEPackage(); 647 return (LogiclanguagePackage)getEPackage();
544 } 648 }
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguagePackageImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguagePackageImpl.java
index 7e4c4f23..6d370c0f 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguagePackageImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/LogiclanguagePackageImpl.java
@@ -2,6 +2,7 @@
2 */ 2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl; 3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4 4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression;
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.And; 6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.And;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Assertion; 7import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Assertion;
7import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AtomicTerm; 8import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AtomicTerm;
@@ -12,6 +13,7 @@ import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ComplexTypeReference
12import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Constant; 13import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Constant;
13import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ConstantDeclaration; 14import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ConstantDeclaration;
14import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ConstantDefinition; 15import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ConstantDefinition;
16import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Count;
15import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.DefinedElement; 17import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.DefinedElement;
16import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Distinct; 18import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Distinct;
17import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Divison; 19import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Divison;
@@ -26,22 +28,26 @@ import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Iff;
26import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Impl; 28import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Impl;
27import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.InstanceOf; 29import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.InstanceOf;
28import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntLiteral; 30import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntLiteral;
29import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation;
30import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntTypeReference; 31import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntTypeReference;
31import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LessOrEqualThan; 32import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LessOrEqualThan;
32import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LessThan; 33import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LessThan;
33import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguageFactory; 34import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguageFactory;
34import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage; 35import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
36import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Max;
37import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Min;
35import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Minus; 38import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Minus;
36import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Mod; 39import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Mod;
37import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.MoreOrEqualThan; 40import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.MoreOrEqualThan;
38import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.MoreThan; 41import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.MoreThan;
39import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Multiply; 42import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Multiply;
40import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Not; 43import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Not;
44import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation;
41import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Or; 45import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Or;
42import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Plus; 46import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Plus;
47import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Pow;
43import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.PrimitiveRelation; 48import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.PrimitiveRelation;
44import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.PrimitiveTypeReference; 49import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.PrimitiveTypeReference;
50import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression;
45import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.QuantifiedExpression; 51import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.QuantifiedExpression;
46import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RealLiteral; 52import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RealLiteral;
47import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RealTypeReference; 53import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RealTypeReference;
@@ -50,6 +56,7 @@ import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RelationDeclaration;
50import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RelationDefinition; 56import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.RelationDefinition;
51import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.StringLiteral; 57import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.StringLiteral;
52import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.StringTypeReference; 58import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.StringTypeReference;
59import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Sum;
53import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.SymbolicDeclaration; 60import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.SymbolicDeclaration;
54import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.SymbolicValue; 61import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.SymbolicValue;
55import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Term; 62import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Term;
@@ -328,7 +335,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
328 * <!-- end-user-doc --> 335 * <!-- end-user-doc -->
329 * @generated 336 * @generated
330 */ 337 */
331 private EClass intOperationEClass = null; 338 private EClass numericOperationEClass = null;
332 339
333 /** 340 /**
334 * <!-- begin-user-doc --> 341 * <!-- begin-user-doc -->
@@ -492,6 +499,55 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
492 private EClass transitiveClosureEClass = null; 499 private EClass transitiveClosureEClass = null;
493 500
494 /** 501 /**
502 * <!-- begin-user-doc -->
503 * <!-- end-user-doc -->
504 * @generated
505 */
506 private EClass powEClass = null;
507
508 /**
509 * <!-- begin-user-doc -->
510 * <!-- end-user-doc -->
511 * @generated
512 */
513 private EClass aggregateExpressionEClass = null;
514
515 /**
516 * <!-- begin-user-doc -->
517 * <!-- end-user-doc -->
518 * @generated
519 */
520 private EClass sumEClass = null;
521
522 /**
523 * <!-- begin-user-doc -->
524 * <!-- end-user-doc -->
525 * @generated
526 */
527 private EClass countEClass = null;
528
529 /**
530 * <!-- begin-user-doc -->
531 * <!-- end-user-doc -->
532 * @generated
533 */
534 private EClass minEClass = null;
535
536 /**
537 * <!-- begin-user-doc -->
538 * <!-- end-user-doc -->
539 * @generated
540 */
541 private EClass maxEClass = null;
542
543 /**
544 * <!-- begin-user-doc -->
545 * <!-- end-user-doc -->
546 * @generated
547 */
548 private EClass projectedAggregateExpressionEClass = null;
549
550 /**
495 * Creates an instance of the model <b>Package</b>, registered with 551 * Creates an instance of the model <b>Package</b>, registered with
496 * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package 552 * {@link org.eclipse.emf.ecore.EPackage.Registry EPackage.Registry} by the package
497 * package URI value. 553 * package URI value.
@@ -519,7 +575,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
519 575
520 /** 576 /**
521 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. 577 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
522 * 578 *
523 * <p>This method is used to initialize {@link LogiclanguagePackage#eINSTANCE} when that field is accessed. 579 * <p>This method is used to initialize {@link LogiclanguagePackage#eINSTANCE} when that field is accessed.
524 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. 580 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
525 * <!-- begin-user-doc --> 581 * <!-- begin-user-doc -->
@@ -533,13 +589,16 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
533 if (isInited) return (LogiclanguagePackage)EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI); 589 if (isInited) return (LogiclanguagePackage)EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI);
534 590
535 // Obtain or create and register package 591 // Obtain or create and register package
536 LogiclanguagePackageImpl theLogiclanguagePackage = (LogiclanguagePackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof LogiclanguagePackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new LogiclanguagePackageImpl()); 592 Object registeredLogiclanguagePackage = EPackage.Registry.INSTANCE.get(eNS_URI);
593 LogiclanguagePackageImpl theLogiclanguagePackage = registeredLogiclanguagePackage instanceof LogiclanguagePackageImpl ? (LogiclanguagePackageImpl)registeredLogiclanguagePackage : new LogiclanguagePackageImpl();
537 594
538 isInited = true; 595 isInited = true;
539 596
540 // Obtain or create and register interdependencies 597 // Obtain or create and register interdependencies
541 LogicproblemPackageImpl theLogicproblemPackage = (LogicproblemPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI) instanceof LogicproblemPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI) : LogicproblemPackage.eINSTANCE); 598 Object registeredPackage = EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI);
542 LogicresultPackageImpl theLogicresultPackage = (LogicresultPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI) instanceof LogicresultPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI) : LogicresultPackage.eINSTANCE); 599 LogicproblemPackageImpl theLogicproblemPackage = (LogicproblemPackageImpl)(registeredPackage instanceof LogicproblemPackageImpl ? registeredPackage : LogicproblemPackage.eINSTANCE);
600 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI);
601 LogicresultPackageImpl theLogicresultPackage = (LogicresultPackageImpl)(registeredPackage instanceof LogicresultPackageImpl ? registeredPackage : LogicresultPackage.eINSTANCE);
543 602
544 // Create package meta-data objects 603 // Create package meta-data objects
545 theLogiclanguagePackage.createPackageContents(); 604 theLogiclanguagePackage.createPackageContents();
@@ -554,7 +613,6 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
554 // Mark meta-data to indicate it can't be changed 613 // Mark meta-data to indicate it can't be changed
555 theLogiclanguagePackage.freeze(); 614 theLogiclanguagePackage.freeze();
556 615
557
558 // Update the registry and return the package 616 // Update the registry and return the package
559 EPackage.Registry.INSTANCE.put(LogiclanguagePackage.eNS_URI, theLogiclanguagePackage); 617 EPackage.Registry.INSTANCE.put(LogiclanguagePackage.eNS_URI, theLogiclanguagePackage);
560 return theLogiclanguagePackage; 618 return theLogiclanguagePackage;
@@ -565,6 +623,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
565 * <!-- end-user-doc --> 623 * <!-- end-user-doc -->
566 * @generated 624 * @generated
567 */ 625 */
626 @Override
568 public EClass getType() { 627 public EClass getType() {
569 return typeEClass; 628 return typeEClass;
570 } 629 }
@@ -574,6 +633,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
574 * <!-- end-user-doc --> 633 * <!-- end-user-doc -->
575 * @generated 634 * @generated
576 */ 635 */
636 @Override
577 public EAttribute getType_Name() { 637 public EAttribute getType_Name() {
578 return (EAttribute)typeEClass.getEStructuralFeatures().get(0); 638 return (EAttribute)typeEClass.getEStructuralFeatures().get(0);
579 } 639 }
@@ -583,6 +643,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
583 * <!-- end-user-doc --> 643 * <!-- end-user-doc -->
584 * @generated 644 * @generated
585 */ 645 */
646 @Override
586 public EReference getType_Subtypes() { 647 public EReference getType_Subtypes() {
587 return (EReference)typeEClass.getEStructuralFeatures().get(1); 648 return (EReference)typeEClass.getEStructuralFeatures().get(1);
588 } 649 }
@@ -592,6 +653,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
592 * <!-- end-user-doc --> 653 * <!-- end-user-doc -->
593 * @generated 654 * @generated
594 */ 655 */
656 @Override
595 public EReference getType_Supertypes() { 657 public EReference getType_Supertypes() {
596 return (EReference)typeEClass.getEStructuralFeatures().get(2); 658 return (EReference)typeEClass.getEStructuralFeatures().get(2);
597 } 659 }
@@ -601,6 +663,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
601 * <!-- end-user-doc --> 663 * <!-- end-user-doc -->
602 * @generated 664 * @generated
603 */ 665 */
666 @Override
604 public EAttribute getType_IsAbstract() { 667 public EAttribute getType_IsAbstract() {
605 return (EAttribute)typeEClass.getEStructuralFeatures().get(3); 668 return (EAttribute)typeEClass.getEStructuralFeatures().get(3);
606 } 669 }
@@ -610,6 +673,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
610 * <!-- end-user-doc --> 673 * <!-- end-user-doc -->
611 * @generated 674 * @generated
612 */ 675 */
676 @Override
613 public EClass getDefinedElement() { 677 public EClass getDefinedElement() {
614 return definedElementEClass; 678 return definedElementEClass;
615 } 679 }
@@ -619,6 +683,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
619 * <!-- end-user-doc --> 683 * <!-- end-user-doc -->
620 * @generated 684 * @generated
621 */ 685 */
686 @Override
622 public EReference getDefinedElement_DefinedInType() { 687 public EReference getDefinedElement_DefinedInType() {
623 return (EReference)definedElementEClass.getEStructuralFeatures().get(0); 688 return (EReference)definedElementEClass.getEStructuralFeatures().get(0);
624 } 689 }
@@ -628,6 +693,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
628 * <!-- end-user-doc --> 693 * <!-- end-user-doc -->
629 * @generated 694 * @generated
630 */ 695 */
696 @Override
631 public EClass getTypeDefinition() { 697 public EClass getTypeDefinition() {
632 return typeDefinitionEClass; 698 return typeDefinitionEClass;
633 } 699 }
@@ -637,6 +703,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
637 * <!-- end-user-doc --> 703 * <!-- end-user-doc -->
638 * @generated 704 * @generated
639 */ 705 */
706 @Override
640 public EReference getTypeDefinition_Elements() { 707 public EReference getTypeDefinition_Elements() {
641 return (EReference)typeDefinitionEClass.getEStructuralFeatures().get(0); 708 return (EReference)typeDefinitionEClass.getEStructuralFeatures().get(0);
642 } 709 }
@@ -646,6 +713,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
646 * <!-- end-user-doc --> 713 * <!-- end-user-doc -->
647 * @generated 714 * @generated
648 */ 715 */
716 @Override
649 public EReference getTypeDefinition_Defines() { 717 public EReference getTypeDefinition_Defines() {
650 return (EReference)typeDefinitionEClass.getEStructuralFeatures().get(1); 718 return (EReference)typeDefinitionEClass.getEStructuralFeatures().get(1);
651 } 719 }
@@ -655,6 +723,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
655 * <!-- end-user-doc --> 723 * <!-- end-user-doc -->
656 * @generated 724 * @generated
657 */ 725 */
726 @Override
658 public EClass getTypeReference() { 727 public EClass getTypeReference() {
659 return typeReferenceEClass; 728 return typeReferenceEClass;
660 } 729 }
@@ -664,6 +733,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
664 * <!-- end-user-doc --> 733 * <!-- end-user-doc -->
665 * @generated 734 * @generated
666 */ 735 */
736 @Override
667 public EClass getComplexTypeReference() { 737 public EClass getComplexTypeReference() {
668 return complexTypeReferenceEClass; 738 return complexTypeReferenceEClass;
669 } 739 }
@@ -673,6 +743,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
673 * <!-- end-user-doc --> 743 * <!-- end-user-doc -->
674 * @generated 744 * @generated
675 */ 745 */
746 @Override
676 public EReference getComplexTypeReference_Referred() { 747 public EReference getComplexTypeReference_Referred() {
677 return (EReference)complexTypeReferenceEClass.getEStructuralFeatures().get(0); 748 return (EReference)complexTypeReferenceEClass.getEStructuralFeatures().get(0);
678 } 749 }
@@ -682,6 +753,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
682 * <!-- end-user-doc --> 753 * <!-- end-user-doc -->
683 * @generated 754 * @generated
684 */ 755 */
756 @Override
685 public EClass getPrimitiveTypeReference() { 757 public EClass getPrimitiveTypeReference() {
686 return primitiveTypeReferenceEClass; 758 return primitiveTypeReferenceEClass;
687 } 759 }
@@ -691,6 +763,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
691 * <!-- end-user-doc --> 763 * <!-- end-user-doc -->
692 * @generated 764 * @generated
693 */ 765 */
766 @Override
694 public EClass getIntTypeReference() { 767 public EClass getIntTypeReference() {
695 return intTypeReferenceEClass; 768 return intTypeReferenceEClass;
696 } 769 }
@@ -700,6 +773,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
700 * <!-- end-user-doc --> 773 * <!-- end-user-doc -->
701 * @generated 774 * @generated
702 */ 775 */
776 @Override
703 public EClass getBoolTypeReference() { 777 public EClass getBoolTypeReference() {
704 return boolTypeReferenceEClass; 778 return boolTypeReferenceEClass;
705 } 779 }
@@ -709,6 +783,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
709 * <!-- end-user-doc --> 783 * <!-- end-user-doc -->
710 * @generated 784 * @generated
711 */ 785 */
786 @Override
712 public EClass getRealTypeReference() { 787 public EClass getRealTypeReference() {
713 return realTypeReferenceEClass; 788 return realTypeReferenceEClass;
714 } 789 }
@@ -718,6 +793,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
718 * <!-- end-user-doc --> 793 * <!-- end-user-doc -->
719 * @generated 794 * @generated
720 */ 795 */
796 @Override
721 public EClass getFunction() { 797 public EClass getFunction() {
722 return functionEClass; 798 return functionEClass;
723 } 799 }
@@ -727,6 +803,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
727 * <!-- end-user-doc --> 803 * <!-- end-user-doc -->
728 * @generated 804 * @generated
729 */ 805 */
806 @Override
730 public EReference getFunction_Range() { 807 public EReference getFunction_Range() {
731 return (EReference)functionEClass.getEStructuralFeatures().get(0); 808 return (EReference)functionEClass.getEStructuralFeatures().get(0);
732 } 809 }
@@ -736,6 +813,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
736 * <!-- end-user-doc --> 813 * <!-- end-user-doc -->
737 * @generated 814 * @generated
738 */ 815 */
816 @Override
739 public EReference getFunction_Parameters() { 817 public EReference getFunction_Parameters() {
740 return (EReference)functionEClass.getEStructuralFeatures().get(1); 818 return (EReference)functionEClass.getEStructuralFeatures().get(1);
741 } 819 }
@@ -745,6 +823,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
745 * <!-- end-user-doc --> 823 * <!-- end-user-doc -->
746 * @generated 824 * @generated
747 */ 825 */
826 @Override
748 public EReference getFunction_Annotations() { 827 public EReference getFunction_Annotations() {
749 return (EReference)functionEClass.getEStructuralFeatures().get(2); 828 return (EReference)functionEClass.getEStructuralFeatures().get(2);
750 } 829 }
@@ -754,6 +833,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
754 * <!-- end-user-doc --> 833 * <!-- end-user-doc -->
755 * @generated 834 * @generated
756 */ 835 */
836 @Override
757 public EClass getTerm() { 837 public EClass getTerm() {
758 return termEClass; 838 return termEClass;
759 } 839 }
@@ -763,6 +843,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
763 * <!-- end-user-doc --> 843 * <!-- end-user-doc -->
764 * @generated 844 * @generated
765 */ 845 */
846 @Override
766 public EClass getSymbolicDeclaration() { 847 public EClass getSymbolicDeclaration() {
767 return symbolicDeclarationEClass; 848 return symbolicDeclarationEClass;
768 } 849 }
@@ -772,6 +853,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
772 * <!-- end-user-doc --> 853 * <!-- end-user-doc -->
773 * @generated 854 * @generated
774 */ 855 */
856 @Override
775 public EAttribute getSymbolicDeclaration_Name() { 857 public EAttribute getSymbolicDeclaration_Name() {
776 return (EAttribute)symbolicDeclarationEClass.getEStructuralFeatures().get(0); 858 return (EAttribute)symbolicDeclarationEClass.getEStructuralFeatures().get(0);
777 } 859 }
@@ -781,6 +863,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
781 * <!-- end-user-doc --> 863 * <!-- end-user-doc -->
782 * @generated 864 * @generated
783 */ 865 */
866 @Override
784 public EClass getSymbolicValue() { 867 public EClass getSymbolicValue() {
785 return symbolicValueEClass; 868 return symbolicValueEClass;
786 } 869 }
@@ -790,6 +873,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
790 * <!-- end-user-doc --> 873 * <!-- end-user-doc -->
791 * @generated 874 * @generated
792 */ 875 */
876 @Override
793 public EReference getSymbolicValue_SymbolicReference() { 877 public EReference getSymbolicValue_SymbolicReference() {
794 return (EReference)symbolicValueEClass.getEStructuralFeatures().get(0); 878 return (EReference)symbolicValueEClass.getEStructuralFeatures().get(0);
795 } 879 }
@@ -799,6 +883,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
799 * <!-- end-user-doc --> 883 * <!-- end-user-doc -->
800 * @generated 884 * @generated
801 */ 885 */
886 @Override
802 public EReference getSymbolicValue_ParameterSubstitutions() { 887 public EReference getSymbolicValue_ParameterSubstitutions() {
803 return (EReference)symbolicValueEClass.getEStructuralFeatures().get(1); 888 return (EReference)symbolicValueEClass.getEStructuralFeatures().get(1);
804 } 889 }
@@ -808,6 +893,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
808 * <!-- end-user-doc --> 893 * <!-- end-user-doc -->
809 * @generated 894 * @generated
810 */ 895 */
896 @Override
811 public EClass getAtomicTerm() { 897 public EClass getAtomicTerm() {
812 return atomicTermEClass; 898 return atomicTermEClass;
813 } 899 }
@@ -817,6 +903,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
817 * <!-- end-user-doc --> 903 * <!-- end-user-doc -->
818 * @generated 904 * @generated
819 */ 905 */
906 @Override
820 public EClass getIntLiteral() { 907 public EClass getIntLiteral() {
821 return intLiteralEClass; 908 return intLiteralEClass;
822 } 909 }
@@ -826,6 +913,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
826 * <!-- end-user-doc --> 913 * <!-- end-user-doc -->
827 * @generated 914 * @generated
828 */ 915 */
916 @Override
829 public EAttribute getIntLiteral_Value() { 917 public EAttribute getIntLiteral_Value() {
830 return (EAttribute)intLiteralEClass.getEStructuralFeatures().get(0); 918 return (EAttribute)intLiteralEClass.getEStructuralFeatures().get(0);
831 } 919 }
@@ -835,6 +923,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
835 * <!-- end-user-doc --> 923 * <!-- end-user-doc -->
836 * @generated 924 * @generated
837 */ 925 */
926 @Override
838 public EClass getBoolLiteral() { 927 public EClass getBoolLiteral() {
839 return boolLiteralEClass; 928 return boolLiteralEClass;
840 } 929 }
@@ -844,6 +933,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
844 * <!-- end-user-doc --> 933 * <!-- end-user-doc -->
845 * @generated 934 * @generated
846 */ 935 */
936 @Override
847 public EAttribute getBoolLiteral_Value() { 937 public EAttribute getBoolLiteral_Value() {
848 return (EAttribute)boolLiteralEClass.getEStructuralFeatures().get(0); 938 return (EAttribute)boolLiteralEClass.getEStructuralFeatures().get(0);
849 } 939 }
@@ -853,6 +943,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
853 * <!-- end-user-doc --> 943 * <!-- end-user-doc -->
854 * @generated 944 * @generated
855 */ 945 */
946 @Override
856 public EClass getRealLiteral() { 947 public EClass getRealLiteral() {
857 return realLiteralEClass; 948 return realLiteralEClass;
858 } 949 }
@@ -862,6 +953,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
862 * <!-- end-user-doc --> 953 * <!-- end-user-doc -->
863 * @generated 954 * @generated
864 */ 955 */
956 @Override
865 public EAttribute getRealLiteral_Value() { 957 public EAttribute getRealLiteral_Value() {
866 return (EAttribute)realLiteralEClass.getEStructuralFeatures().get(0); 958 return (EAttribute)realLiteralEClass.getEStructuralFeatures().get(0);
867 } 959 }
@@ -871,6 +963,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
871 * <!-- end-user-doc --> 963 * <!-- end-user-doc -->
872 * @generated 964 * @generated
873 */ 965 */
966 @Override
874 public EClass getVariable() { 967 public EClass getVariable() {
875 return variableEClass; 968 return variableEClass;
876 } 969 }
@@ -880,6 +973,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
880 * <!-- end-user-doc --> 973 * <!-- end-user-doc -->
881 * @generated 974 * @generated
882 */ 975 */
976 @Override
883 public EReference getVariable_Range() { 977 public EReference getVariable_Range() {
884 return (EReference)variableEClass.getEStructuralFeatures().get(0); 978 return (EReference)variableEClass.getEStructuralFeatures().get(0);
885 } 979 }
@@ -889,6 +983,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
889 * <!-- end-user-doc --> 983 * <!-- end-user-doc -->
890 * @generated 984 * @generated
891 */ 985 */
986 @Override
892 public EClass getQuantifiedExpression() { 987 public EClass getQuantifiedExpression() {
893 return quantifiedExpressionEClass; 988 return quantifiedExpressionEClass;
894 } 989 }
@@ -898,6 +993,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
898 * <!-- end-user-doc --> 993 * <!-- end-user-doc -->
899 * @generated 994 * @generated
900 */ 995 */
996 @Override
901 public EReference getQuantifiedExpression_QuantifiedVariables() { 997 public EReference getQuantifiedExpression_QuantifiedVariables() {
902 return (EReference)quantifiedExpressionEClass.getEStructuralFeatures().get(0); 998 return (EReference)quantifiedExpressionEClass.getEStructuralFeatures().get(0);
903 } 999 }
@@ -907,6 +1003,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
907 * <!-- end-user-doc --> 1003 * <!-- end-user-doc -->
908 * @generated 1004 * @generated
909 */ 1005 */
1006 @Override
910 public EReference getQuantifiedExpression_Expression() { 1007 public EReference getQuantifiedExpression_Expression() {
911 return (EReference)quantifiedExpressionEClass.getEStructuralFeatures().get(1); 1008 return (EReference)quantifiedExpressionEClass.getEStructuralFeatures().get(1);
912 } 1009 }
@@ -916,6 +1013,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
916 * <!-- end-user-doc --> 1013 * <!-- end-user-doc -->
917 * @generated 1014 * @generated
918 */ 1015 */
1016 @Override
919 public EClass getExists() { 1017 public EClass getExists() {
920 return existsEClass; 1018 return existsEClass;
921 } 1019 }
@@ -925,6 +1023,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
925 * <!-- end-user-doc --> 1023 * <!-- end-user-doc -->
926 * @generated 1024 * @generated
927 */ 1025 */
1026 @Override
928 public EClass getForall() { 1027 public EClass getForall() {
929 return forallEClass; 1028 return forallEClass;
930 } 1029 }
@@ -934,6 +1033,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
934 * <!-- end-user-doc --> 1033 * <!-- end-user-doc -->
935 * @generated 1034 * @generated
936 */ 1035 */
1036 @Override
937 public EClass getBoolOperation() { 1037 public EClass getBoolOperation() {
938 return boolOperationEClass; 1038 return boolOperationEClass;
939 } 1039 }
@@ -943,6 +1043,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
943 * <!-- end-user-doc --> 1043 * <!-- end-user-doc -->
944 * @generated 1044 * @generated
945 */ 1045 */
1046 @Override
946 public EClass getAnd() { 1047 public EClass getAnd() {
947 return andEClass; 1048 return andEClass;
948 } 1049 }
@@ -952,6 +1053,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
952 * <!-- end-user-doc --> 1053 * <!-- end-user-doc -->
953 * @generated 1054 * @generated
954 */ 1055 */
1056 @Override
955 public EReference getAnd_Operands() { 1057 public EReference getAnd_Operands() {
956 return (EReference)andEClass.getEStructuralFeatures().get(0); 1058 return (EReference)andEClass.getEStructuralFeatures().get(0);
957 } 1059 }
@@ -961,6 +1063,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
961 * <!-- end-user-doc --> 1063 * <!-- end-user-doc -->
962 * @generated 1064 * @generated
963 */ 1065 */
1066 @Override
964 public EClass getOr() { 1067 public EClass getOr() {
965 return orEClass; 1068 return orEClass;
966 } 1069 }
@@ -970,6 +1073,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
970 * <!-- end-user-doc --> 1073 * <!-- end-user-doc -->
971 * @generated 1074 * @generated
972 */ 1075 */
1076 @Override
973 public EReference getOr_Operands() { 1077 public EReference getOr_Operands() {
974 return (EReference)orEClass.getEStructuralFeatures().get(0); 1078 return (EReference)orEClass.getEStructuralFeatures().get(0);
975 } 1079 }
@@ -979,6 +1083,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
979 * <!-- end-user-doc --> 1083 * <!-- end-user-doc -->
980 * @generated 1084 * @generated
981 */ 1085 */
1086 @Override
982 public EClass getImpl() { 1087 public EClass getImpl() {
983 return implEClass; 1088 return implEClass;
984 } 1089 }
@@ -988,6 +1093,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
988 * <!-- end-user-doc --> 1093 * <!-- end-user-doc -->
989 * @generated 1094 * @generated
990 */ 1095 */
1096 @Override
991 public EReference getImpl_LeftOperand() { 1097 public EReference getImpl_LeftOperand() {
992 return (EReference)implEClass.getEStructuralFeatures().get(0); 1098 return (EReference)implEClass.getEStructuralFeatures().get(0);
993 } 1099 }
@@ -997,6 +1103,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
997 * <!-- end-user-doc --> 1103 * <!-- end-user-doc -->
998 * @generated 1104 * @generated
999 */ 1105 */
1106 @Override
1000 public EReference getImpl_RightOperand() { 1107 public EReference getImpl_RightOperand() {
1001 return (EReference)implEClass.getEStructuralFeatures().get(1); 1108 return (EReference)implEClass.getEStructuralFeatures().get(1);
1002 } 1109 }
@@ -1006,6 +1113,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1006 * <!-- end-user-doc --> 1113 * <!-- end-user-doc -->
1007 * @generated 1114 * @generated
1008 */ 1115 */
1116 @Override
1009 public EClass getNot() { 1117 public EClass getNot() {
1010 return notEClass; 1118 return notEClass;
1011 } 1119 }
@@ -1015,6 +1123,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1015 * <!-- end-user-doc --> 1123 * <!-- end-user-doc -->
1016 * @generated 1124 * @generated
1017 */ 1125 */
1126 @Override
1018 public EReference getNot_Operand() { 1127 public EReference getNot_Operand() {
1019 return (EReference)notEClass.getEStructuralFeatures().get(0); 1128 return (EReference)notEClass.getEStructuralFeatures().get(0);
1020 } 1129 }
@@ -1024,6 +1133,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1024 * <!-- end-user-doc --> 1133 * <!-- end-user-doc -->
1025 * @generated 1134 * @generated
1026 */ 1135 */
1136 @Override
1027 public EClass getIff() { 1137 public EClass getIff() {
1028 return iffEClass; 1138 return iffEClass;
1029 } 1139 }
@@ -1033,6 +1143,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1033 * <!-- end-user-doc --> 1143 * <!-- end-user-doc -->
1034 * @generated 1144 * @generated
1035 */ 1145 */
1146 @Override
1036 public EReference getIff_LeftOperand() { 1147 public EReference getIff_LeftOperand() {
1037 return (EReference)iffEClass.getEStructuralFeatures().get(0); 1148 return (EReference)iffEClass.getEStructuralFeatures().get(0);
1038 } 1149 }
@@ -1042,6 +1153,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1042 * <!-- end-user-doc --> 1153 * <!-- end-user-doc -->
1043 * @generated 1154 * @generated
1044 */ 1155 */
1156 @Override
1045 public EReference getIff_RightOperand() { 1157 public EReference getIff_RightOperand() {
1046 return (EReference)iffEClass.getEStructuralFeatures().get(1); 1158 return (EReference)iffEClass.getEStructuralFeatures().get(1);
1047 } 1159 }
@@ -1051,6 +1163,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1051 * <!-- end-user-doc --> 1163 * <!-- end-user-doc -->
1052 * @generated 1164 * @generated
1053 */ 1165 */
1166 @Override
1054 public EClass getPrimitiveRelation() { 1167 public EClass getPrimitiveRelation() {
1055 return primitiveRelationEClass; 1168 return primitiveRelationEClass;
1056 } 1169 }
@@ -1060,6 +1173,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1060 * <!-- end-user-doc --> 1173 * <!-- end-user-doc -->
1061 * @generated 1174 * @generated
1062 */ 1175 */
1176 @Override
1063 public EClass getEquals() { 1177 public EClass getEquals() {
1064 return equalsEClass; 1178 return equalsEClass;
1065 } 1179 }
@@ -1069,6 +1183,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1069 * <!-- end-user-doc --> 1183 * <!-- end-user-doc -->
1070 * @generated 1184 * @generated
1071 */ 1185 */
1186 @Override
1072 public EReference getEquals_LeftOperand() { 1187 public EReference getEquals_LeftOperand() {
1073 return (EReference)equalsEClass.getEStructuralFeatures().get(0); 1188 return (EReference)equalsEClass.getEStructuralFeatures().get(0);
1074 } 1189 }
@@ -1078,6 +1193,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1078 * <!-- end-user-doc --> 1193 * <!-- end-user-doc -->
1079 * @generated 1194 * @generated
1080 */ 1195 */
1196 @Override
1081 public EReference getEquals_RightOperand() { 1197 public EReference getEquals_RightOperand() {
1082 return (EReference)equalsEClass.getEStructuralFeatures().get(1); 1198 return (EReference)equalsEClass.getEStructuralFeatures().get(1);
1083 } 1199 }
@@ -1087,6 +1203,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1087 * <!-- end-user-doc --> 1203 * <!-- end-user-doc -->
1088 * @generated 1204 * @generated
1089 */ 1205 */
1206 @Override
1090 public EClass getDistinct() { 1207 public EClass getDistinct() {
1091 return distinctEClass; 1208 return distinctEClass;
1092 } 1209 }
@@ -1096,6 +1213,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1096 * <!-- end-user-doc --> 1213 * <!-- end-user-doc -->
1097 * @generated 1214 * @generated
1098 */ 1215 */
1216 @Override
1099 public EReference getDistinct_Operands() { 1217 public EReference getDistinct_Operands() {
1100 return (EReference)distinctEClass.getEStructuralFeatures().get(0); 1218 return (EReference)distinctEClass.getEStructuralFeatures().get(0);
1101 } 1219 }
@@ -1105,6 +1223,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1105 * <!-- end-user-doc --> 1223 * <!-- end-user-doc -->
1106 * @generated 1224 * @generated
1107 */ 1225 */
1226 @Override
1108 public EClass getLessThan() { 1227 public EClass getLessThan() {
1109 return lessThanEClass; 1228 return lessThanEClass;
1110 } 1229 }
@@ -1114,6 +1233,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1114 * <!-- end-user-doc --> 1233 * <!-- end-user-doc -->
1115 * @generated 1234 * @generated
1116 */ 1235 */
1236 @Override
1117 public EReference getLessThan_LeftOperand() { 1237 public EReference getLessThan_LeftOperand() {
1118 return (EReference)lessThanEClass.getEStructuralFeatures().get(0); 1238 return (EReference)lessThanEClass.getEStructuralFeatures().get(0);
1119 } 1239 }
@@ -1123,6 +1243,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1123 * <!-- end-user-doc --> 1243 * <!-- end-user-doc -->
1124 * @generated 1244 * @generated
1125 */ 1245 */
1246 @Override
1126 public EReference getLessThan_RightOperand() { 1247 public EReference getLessThan_RightOperand() {
1127 return (EReference)lessThanEClass.getEStructuralFeatures().get(1); 1248 return (EReference)lessThanEClass.getEStructuralFeatures().get(1);
1128 } 1249 }
@@ -1132,6 +1253,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1132 * <!-- end-user-doc --> 1253 * <!-- end-user-doc -->
1133 * @generated 1254 * @generated
1134 */ 1255 */
1256 @Override
1135 public EClass getMoreThan() { 1257 public EClass getMoreThan() {
1136 return moreThanEClass; 1258 return moreThanEClass;
1137 } 1259 }
@@ -1141,6 +1263,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1141 * <!-- end-user-doc --> 1263 * <!-- end-user-doc -->
1142 * @generated 1264 * @generated
1143 */ 1265 */
1266 @Override
1144 public EReference getMoreThan_LeftOperand() { 1267 public EReference getMoreThan_LeftOperand() {
1145 return (EReference)moreThanEClass.getEStructuralFeatures().get(0); 1268 return (EReference)moreThanEClass.getEStructuralFeatures().get(0);
1146 } 1269 }
@@ -1150,6 +1273,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1150 * <!-- end-user-doc --> 1273 * <!-- end-user-doc -->
1151 * @generated 1274 * @generated
1152 */ 1275 */
1276 @Override
1153 public EReference getMoreThan_RightOperand() { 1277 public EReference getMoreThan_RightOperand() {
1154 return (EReference)moreThanEClass.getEStructuralFeatures().get(1); 1278 return (EReference)moreThanEClass.getEStructuralFeatures().get(1);
1155 } 1279 }
@@ -1159,6 +1283,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1159 * <!-- end-user-doc --> 1283 * <!-- end-user-doc -->
1160 * @generated 1284 * @generated
1161 */ 1285 */
1286 @Override
1162 public EClass getLessOrEqualThan() { 1287 public EClass getLessOrEqualThan() {
1163 return lessOrEqualThanEClass; 1288 return lessOrEqualThanEClass;
1164 } 1289 }
@@ -1168,6 +1293,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1168 * <!-- end-user-doc --> 1293 * <!-- end-user-doc -->
1169 * @generated 1294 * @generated
1170 */ 1295 */
1296 @Override
1171 public EReference getLessOrEqualThan_LeftOperand() { 1297 public EReference getLessOrEqualThan_LeftOperand() {
1172 return (EReference)lessOrEqualThanEClass.getEStructuralFeatures().get(0); 1298 return (EReference)lessOrEqualThanEClass.getEStructuralFeatures().get(0);
1173 } 1299 }
@@ -1177,6 +1303,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1177 * <!-- end-user-doc --> 1303 * <!-- end-user-doc -->
1178 * @generated 1304 * @generated
1179 */ 1305 */
1306 @Override
1180 public EReference getLessOrEqualThan_RightOperand() { 1307 public EReference getLessOrEqualThan_RightOperand() {
1181 return (EReference)lessOrEqualThanEClass.getEStructuralFeatures().get(1); 1308 return (EReference)lessOrEqualThanEClass.getEStructuralFeatures().get(1);
1182 } 1309 }
@@ -1186,6 +1313,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1186 * <!-- end-user-doc --> 1313 * <!-- end-user-doc -->
1187 * @generated 1314 * @generated
1188 */ 1315 */
1316 @Override
1189 public EClass getMoreOrEqualThan() { 1317 public EClass getMoreOrEqualThan() {
1190 return moreOrEqualThanEClass; 1318 return moreOrEqualThanEClass;
1191 } 1319 }
@@ -1195,6 +1323,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1195 * <!-- end-user-doc --> 1323 * <!-- end-user-doc -->
1196 * @generated 1324 * @generated
1197 */ 1325 */
1326 @Override
1198 public EReference getMoreOrEqualThan_LeftOperand() { 1327 public EReference getMoreOrEqualThan_LeftOperand() {
1199 return (EReference)moreOrEqualThanEClass.getEStructuralFeatures().get(0); 1328 return (EReference)moreOrEqualThanEClass.getEStructuralFeatures().get(0);
1200 } 1329 }
@@ -1204,6 +1333,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1204 * <!-- end-user-doc --> 1333 * <!-- end-user-doc -->
1205 * @generated 1334 * @generated
1206 */ 1335 */
1336 @Override
1207 public EReference getMoreOrEqualThan_RightOperand() { 1337 public EReference getMoreOrEqualThan_RightOperand() {
1208 return (EReference)moreOrEqualThanEClass.getEStructuralFeatures().get(1); 1338 return (EReference)moreOrEqualThanEClass.getEStructuralFeatures().get(1);
1209 } 1339 }
@@ -1213,8 +1343,9 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1213 * <!-- end-user-doc --> 1343 * <!-- end-user-doc -->
1214 * @generated 1344 * @generated
1215 */ 1345 */
1216 public EClass getIntOperation() { 1346 @Override
1217 return intOperationEClass; 1347 public EClass getNumericOperation() {
1348 return numericOperationEClass;
1218 } 1349 }
1219 1350
1220 /** 1351 /**
@@ -1222,8 +1353,9 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1222 * <!-- end-user-doc --> 1353 * <!-- end-user-doc -->
1223 * @generated 1354 * @generated
1224 */ 1355 */
1225 public EReference getIntOperation_LeftOperand() { 1356 @Override
1226 return (EReference)intOperationEClass.getEStructuralFeatures().get(0); 1357 public EReference getNumericOperation_LeftOperand() {
1358 return (EReference)numericOperationEClass.getEStructuralFeatures().get(0);
1227 } 1359 }
1228 1360
1229 /** 1361 /**
@@ -1231,8 +1363,9 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1231 * <!-- end-user-doc --> 1363 * <!-- end-user-doc -->
1232 * @generated 1364 * @generated
1233 */ 1365 */
1234 public EReference getIntOperation_RightOperand() { 1366 @Override
1235 return (EReference)intOperationEClass.getEStructuralFeatures().get(1); 1367 public EReference getNumericOperation_RightOperand() {
1368 return (EReference)numericOperationEClass.getEStructuralFeatures().get(1);
1236 } 1369 }
1237 1370
1238 /** 1371 /**
@@ -1240,6 +1373,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1240 * <!-- end-user-doc --> 1373 * <!-- end-user-doc -->
1241 * @generated 1374 * @generated
1242 */ 1375 */
1376 @Override
1243 public EClass getPlus() { 1377 public EClass getPlus() {
1244 return plusEClass; 1378 return plusEClass;
1245 } 1379 }
@@ -1249,6 +1383,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1249 * <!-- end-user-doc --> 1383 * <!-- end-user-doc -->
1250 * @generated 1384 * @generated
1251 */ 1385 */
1386 @Override
1252 public EClass getMinus() { 1387 public EClass getMinus() {
1253 return minusEClass; 1388 return minusEClass;
1254 } 1389 }
@@ -1258,6 +1393,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1258 * <!-- end-user-doc --> 1393 * <!-- end-user-doc -->
1259 * @generated 1394 * @generated
1260 */ 1395 */
1396 @Override
1261 public EClass getMultiply() { 1397 public EClass getMultiply() {
1262 return multiplyEClass; 1398 return multiplyEClass;
1263 } 1399 }
@@ -1267,6 +1403,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1267 * <!-- end-user-doc --> 1403 * <!-- end-user-doc -->
1268 * @generated 1404 * @generated
1269 */ 1405 */
1406 @Override
1270 public EClass getDivison() { 1407 public EClass getDivison() {
1271 return divisonEClass; 1408 return divisonEClass;
1272 } 1409 }
@@ -1276,6 +1413,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1276 * <!-- end-user-doc --> 1413 * <!-- end-user-doc -->
1277 * @generated 1414 * @generated
1278 */ 1415 */
1416 @Override
1279 public EClass getMod() { 1417 public EClass getMod() {
1280 return modEClass; 1418 return modEClass;
1281 } 1419 }
@@ -1285,6 +1423,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1285 * <!-- end-user-doc --> 1423 * <!-- end-user-doc -->
1286 * @generated 1424 * @generated
1287 */ 1425 */
1426 @Override
1288 public EClass getTypeDescriptor() { 1427 public EClass getTypeDescriptor() {
1289 return typeDescriptorEClass; 1428 return typeDescriptorEClass;
1290 } 1429 }
@@ -1294,6 +1433,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1294 * <!-- end-user-doc --> 1433 * <!-- end-user-doc -->
1295 * @generated 1434 * @generated
1296 */ 1435 */
1436 @Override
1297 public EClass getTermDescription() { 1437 public EClass getTermDescription() {
1298 return termDescriptionEClass; 1438 return termDescriptionEClass;
1299 } 1439 }
@@ -1303,6 +1443,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1303 * <!-- end-user-doc --> 1443 * <!-- end-user-doc -->
1304 * @generated 1444 * @generated
1305 */ 1445 */
1446 @Override
1306 public EClass getAssertion() { 1447 public EClass getAssertion() {
1307 return assertionEClass; 1448 return assertionEClass;
1308 } 1449 }
@@ -1312,6 +1453,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1312 * <!-- end-user-doc --> 1453 * <!-- end-user-doc -->
1313 * @generated 1454 * @generated
1314 */ 1455 */
1456 @Override
1315 public EReference getAssertion_Value() { 1457 public EReference getAssertion_Value() {
1316 return (EReference)assertionEClass.getEStructuralFeatures().get(0); 1458 return (EReference)assertionEClass.getEStructuralFeatures().get(0);
1317 } 1459 }
@@ -1321,6 +1463,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1321 * <!-- end-user-doc --> 1463 * <!-- end-user-doc -->
1322 * @generated 1464 * @generated
1323 */ 1465 */
1466 @Override
1324 public EAttribute getAssertion_Name() { 1467 public EAttribute getAssertion_Name() {
1325 return (EAttribute)assertionEClass.getEStructuralFeatures().get(1); 1468 return (EAttribute)assertionEClass.getEStructuralFeatures().get(1);
1326 } 1469 }
@@ -1330,6 +1473,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1330 * <!-- end-user-doc --> 1473 * <!-- end-user-doc -->
1331 * @generated 1474 * @generated
1332 */ 1475 */
1476 @Override
1333 public EReference getAssertion_Annotations() { 1477 public EReference getAssertion_Annotations() {
1334 return (EReference)assertionEClass.getEStructuralFeatures().get(2); 1478 return (EReference)assertionEClass.getEStructuralFeatures().get(2);
1335 } 1479 }
@@ -1339,6 +1483,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1339 * <!-- end-user-doc --> 1483 * <!-- end-user-doc -->
1340 * @generated 1484 * @generated
1341 */ 1485 */
1486 @Override
1342 public EClass getRelation() { 1487 public EClass getRelation() {
1343 return relationEClass; 1488 return relationEClass;
1344 } 1489 }
@@ -1348,6 +1493,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1348 * <!-- end-user-doc --> 1493 * <!-- end-user-doc -->
1349 * @generated 1494 * @generated
1350 */ 1495 */
1496 @Override
1351 public EReference getRelation_Parameters() { 1497 public EReference getRelation_Parameters() {
1352 return (EReference)relationEClass.getEStructuralFeatures().get(0); 1498 return (EReference)relationEClass.getEStructuralFeatures().get(0);
1353 } 1499 }
@@ -1357,6 +1503,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1357 * <!-- end-user-doc --> 1503 * <!-- end-user-doc -->
1358 * @generated 1504 * @generated
1359 */ 1505 */
1506 @Override
1360 public EReference getRelation_Annotations() { 1507 public EReference getRelation_Annotations() {
1361 return (EReference)relationEClass.getEStructuralFeatures().get(1); 1508 return (EReference)relationEClass.getEStructuralFeatures().get(1);
1362 } 1509 }
@@ -1366,6 +1513,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1366 * <!-- end-user-doc --> 1513 * <!-- end-user-doc -->
1367 * @generated 1514 * @generated
1368 */ 1515 */
1516 @Override
1369 public EClass getConstant() { 1517 public EClass getConstant() {
1370 return constantEClass; 1518 return constantEClass;
1371 } 1519 }
@@ -1375,6 +1523,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1375 * <!-- end-user-doc --> 1523 * <!-- end-user-doc -->
1376 * @generated 1524 * @generated
1377 */ 1525 */
1526 @Override
1378 public EReference getConstant_Type() { 1527 public EReference getConstant_Type() {
1379 return (EReference)constantEClass.getEStructuralFeatures().get(0); 1528 return (EReference)constantEClass.getEStructuralFeatures().get(0);
1380 } 1529 }
@@ -1384,6 +1533,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1384 * <!-- end-user-doc --> 1533 * <!-- end-user-doc -->
1385 * @generated 1534 * @generated
1386 */ 1535 */
1536 @Override
1387 public EReference getConstant_Annotations() { 1537 public EReference getConstant_Annotations() {
1388 return (EReference)constantEClass.getEStructuralFeatures().get(1); 1538 return (EReference)constantEClass.getEStructuralFeatures().get(1);
1389 } 1539 }
@@ -1393,6 +1543,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1393 * <!-- end-user-doc --> 1543 * <!-- end-user-doc -->
1394 * @generated 1544 * @generated
1395 */ 1545 */
1546 @Override
1396 public EClass getConstantDefinition() { 1547 public EClass getConstantDefinition() {
1397 return constantDefinitionEClass; 1548 return constantDefinitionEClass;
1398 } 1549 }
@@ -1402,6 +1553,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1402 * <!-- end-user-doc --> 1553 * <!-- end-user-doc -->
1403 * @generated 1554 * @generated
1404 */ 1555 */
1556 @Override
1405 public EReference getConstantDefinition_Value() { 1557 public EReference getConstantDefinition_Value() {
1406 return (EReference)constantDefinitionEClass.getEStructuralFeatures().get(0); 1558 return (EReference)constantDefinitionEClass.getEStructuralFeatures().get(0);
1407 } 1559 }
@@ -1411,6 +1563,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1411 * <!-- end-user-doc --> 1563 * <!-- end-user-doc -->
1412 * @generated 1564 * @generated
1413 */ 1565 */
1566 @Override
1414 public EReference getConstantDefinition_Defines() { 1567 public EReference getConstantDefinition_Defines() {
1415 return (EReference)constantDefinitionEClass.getEStructuralFeatures().get(1); 1568 return (EReference)constantDefinitionEClass.getEStructuralFeatures().get(1);
1416 } 1569 }
@@ -1420,6 +1573,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1420 * <!-- end-user-doc --> 1573 * <!-- end-user-doc -->
1421 * @generated 1574 * @generated
1422 */ 1575 */
1576 @Override
1423 public EClass getRelationDefinition() { 1577 public EClass getRelationDefinition() {
1424 return relationDefinitionEClass; 1578 return relationDefinitionEClass;
1425 } 1579 }
@@ -1429,6 +1583,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1429 * <!-- end-user-doc --> 1583 * <!-- end-user-doc -->
1430 * @generated 1584 * @generated
1431 */ 1585 */
1586 @Override
1432 public EReference getRelationDefinition_Variables() { 1587 public EReference getRelationDefinition_Variables() {
1433 return (EReference)relationDefinitionEClass.getEStructuralFeatures().get(0); 1588 return (EReference)relationDefinitionEClass.getEStructuralFeatures().get(0);
1434 } 1589 }
@@ -1438,6 +1593,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1438 * <!-- end-user-doc --> 1593 * <!-- end-user-doc -->
1439 * @generated 1594 * @generated
1440 */ 1595 */
1596 @Override
1441 public EReference getRelationDefinition_Value() { 1597 public EReference getRelationDefinition_Value() {
1442 return (EReference)relationDefinitionEClass.getEStructuralFeatures().get(1); 1598 return (EReference)relationDefinitionEClass.getEStructuralFeatures().get(1);
1443 } 1599 }
@@ -1447,6 +1603,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1447 * <!-- end-user-doc --> 1603 * <!-- end-user-doc -->
1448 * @generated 1604 * @generated
1449 */ 1605 */
1606 @Override
1450 public EReference getRelationDefinition_Defines() { 1607 public EReference getRelationDefinition_Defines() {
1451 return (EReference)relationDefinitionEClass.getEStructuralFeatures().get(2); 1608 return (EReference)relationDefinitionEClass.getEStructuralFeatures().get(2);
1452 } 1609 }
@@ -1456,6 +1613,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1456 * <!-- end-user-doc --> 1613 * <!-- end-user-doc -->
1457 * @generated 1614 * @generated
1458 */ 1615 */
1616 @Override
1459 public EClass getFunctionDefinition() { 1617 public EClass getFunctionDefinition() {
1460 return functionDefinitionEClass; 1618 return functionDefinitionEClass;
1461 } 1619 }
@@ -1465,6 +1623,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1465 * <!-- end-user-doc --> 1623 * <!-- end-user-doc -->
1466 * @generated 1624 * @generated
1467 */ 1625 */
1626 @Override
1468 public EReference getFunctionDefinition_Variable() { 1627 public EReference getFunctionDefinition_Variable() {
1469 return (EReference)functionDefinitionEClass.getEStructuralFeatures().get(0); 1628 return (EReference)functionDefinitionEClass.getEStructuralFeatures().get(0);
1470 } 1629 }
@@ -1474,6 +1633,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1474 * <!-- end-user-doc --> 1633 * <!-- end-user-doc -->
1475 * @generated 1634 * @generated
1476 */ 1635 */
1636 @Override
1477 public EReference getFunctionDefinition_Defines() { 1637 public EReference getFunctionDefinition_Defines() {
1478 return (EReference)functionDefinitionEClass.getEStructuralFeatures().get(1); 1638 return (EReference)functionDefinitionEClass.getEStructuralFeatures().get(1);
1479 } 1639 }
@@ -1483,6 +1643,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1483 * <!-- end-user-doc --> 1643 * <!-- end-user-doc -->
1484 * @generated 1644 * @generated
1485 */ 1645 */
1646 @Override
1486 public EReference getFunctionDefinition_Value() { 1647 public EReference getFunctionDefinition_Value() {
1487 return (EReference)functionDefinitionEClass.getEStructuralFeatures().get(2); 1648 return (EReference)functionDefinitionEClass.getEStructuralFeatures().get(2);
1488 } 1649 }
@@ -1492,6 +1653,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1492 * <!-- end-user-doc --> 1653 * <!-- end-user-doc -->
1493 * @generated 1654 * @generated
1494 */ 1655 */
1656 @Override
1495 public EClass getIfThenElse() { 1657 public EClass getIfThenElse() {
1496 return ifThenElseEClass; 1658 return ifThenElseEClass;
1497 } 1659 }
@@ -1501,6 +1663,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1501 * <!-- end-user-doc --> 1663 * <!-- end-user-doc -->
1502 * @generated 1664 * @generated
1503 */ 1665 */
1666 @Override
1504 public EReference getIfThenElse_Condition() { 1667 public EReference getIfThenElse_Condition() {
1505 return (EReference)ifThenElseEClass.getEStructuralFeatures().get(0); 1668 return (EReference)ifThenElseEClass.getEStructuralFeatures().get(0);
1506 } 1669 }
@@ -1510,6 +1673,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1510 * <!-- end-user-doc --> 1673 * <!-- end-user-doc -->
1511 * @generated 1674 * @generated
1512 */ 1675 */
1676 @Override
1513 public EReference getIfThenElse_IfTrue() { 1677 public EReference getIfThenElse_IfTrue() {
1514 return (EReference)ifThenElseEClass.getEStructuralFeatures().get(1); 1678 return (EReference)ifThenElseEClass.getEStructuralFeatures().get(1);
1515 } 1679 }
@@ -1519,6 +1683,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1519 * <!-- end-user-doc --> 1683 * <!-- end-user-doc -->
1520 * @generated 1684 * @generated
1521 */ 1685 */
1686 @Override
1522 public EReference getIfThenElse_IfFalse() { 1687 public EReference getIfThenElse_IfFalse() {
1523 return (EReference)ifThenElseEClass.getEStructuralFeatures().get(2); 1688 return (EReference)ifThenElseEClass.getEStructuralFeatures().get(2);
1524 } 1689 }
@@ -1528,6 +1693,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1528 * <!-- end-user-doc --> 1693 * <!-- end-user-doc -->
1529 * @generated 1694 * @generated
1530 */ 1695 */
1696 @Override
1531 public EClass getConstantDeclaration() { 1697 public EClass getConstantDeclaration() {
1532 return constantDeclarationEClass; 1698 return constantDeclarationEClass;
1533 } 1699 }
@@ -1537,6 +1703,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1537 * <!-- end-user-doc --> 1703 * <!-- end-user-doc -->
1538 * @generated 1704 * @generated
1539 */ 1705 */
1706 @Override
1540 public EClass getRelationDeclaration() { 1707 public EClass getRelationDeclaration() {
1541 return relationDeclarationEClass; 1708 return relationDeclarationEClass;
1542 } 1709 }
@@ -1546,6 +1713,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1546 * <!-- end-user-doc --> 1713 * <!-- end-user-doc -->
1547 * @generated 1714 * @generated
1548 */ 1715 */
1716 @Override
1549 public EClass getFunctionDeclaration() { 1717 public EClass getFunctionDeclaration() {
1550 return functionDeclarationEClass; 1718 return functionDeclarationEClass;
1551 } 1719 }
@@ -1555,6 +1723,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1555 * <!-- end-user-doc --> 1723 * <!-- end-user-doc -->
1556 * @generated 1724 * @generated
1557 */ 1725 */
1726 @Override
1558 public EClass getTypeDeclaration() { 1727 public EClass getTypeDeclaration() {
1559 return typeDeclarationEClass; 1728 return typeDeclarationEClass;
1560 } 1729 }
@@ -1564,6 +1733,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1564 * <!-- end-user-doc --> 1733 * <!-- end-user-doc -->
1565 * @generated 1734 * @generated
1566 */ 1735 */
1736 @Override
1567 public EClass getUnknownBecauseUninterpreted() { 1737 public EClass getUnknownBecauseUninterpreted() {
1568 return unknownBecauseUninterpretedEClass; 1738 return unknownBecauseUninterpretedEClass;
1569 } 1739 }
@@ -1573,6 +1743,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1573 * <!-- end-user-doc --> 1743 * <!-- end-user-doc -->
1574 * @generated 1744 * @generated
1575 */ 1745 */
1746 @Override
1576 public EClass getInstanceOf() { 1747 public EClass getInstanceOf() {
1577 return instanceOfEClass; 1748 return instanceOfEClass;
1578 } 1749 }
@@ -1582,6 +1753,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1582 * <!-- end-user-doc --> 1753 * <!-- end-user-doc -->
1583 * @generated 1754 * @generated
1584 */ 1755 */
1756 @Override
1585 public EReference getInstanceOf_Value() { 1757 public EReference getInstanceOf_Value() {
1586 return (EReference)instanceOfEClass.getEStructuralFeatures().get(0); 1758 return (EReference)instanceOfEClass.getEStructuralFeatures().get(0);
1587 } 1759 }
@@ -1591,6 +1763,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1591 * <!-- end-user-doc --> 1763 * <!-- end-user-doc -->
1592 * @generated 1764 * @generated
1593 */ 1765 */
1766 @Override
1594 public EReference getInstanceOf_Range() { 1767 public EReference getInstanceOf_Range() {
1595 return (EReference)instanceOfEClass.getEStructuralFeatures().get(1); 1768 return (EReference)instanceOfEClass.getEStructuralFeatures().get(1);
1596 } 1769 }
@@ -1600,6 +1773,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1600 * <!-- end-user-doc --> 1773 * <!-- end-user-doc -->
1601 * @generated 1774 * @generated
1602 */ 1775 */
1776 @Override
1603 public EClass getStringTypeReference() { 1777 public EClass getStringTypeReference() {
1604 return stringTypeReferenceEClass; 1778 return stringTypeReferenceEClass;
1605 } 1779 }
@@ -1609,6 +1783,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1609 * <!-- end-user-doc --> 1783 * <!-- end-user-doc -->
1610 * @generated 1784 * @generated
1611 */ 1785 */
1786 @Override
1612 public EClass getStringLiteral() { 1787 public EClass getStringLiteral() {
1613 return stringLiteralEClass; 1788 return stringLiteralEClass;
1614 } 1789 }
@@ -1618,6 +1793,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1618 * <!-- end-user-doc --> 1793 * <!-- end-user-doc -->
1619 * @generated 1794 * @generated
1620 */ 1795 */
1796 @Override
1621 public EAttribute getStringLiteral_Value() { 1797 public EAttribute getStringLiteral_Value() {
1622 return (EAttribute)stringLiteralEClass.getEStructuralFeatures().get(0); 1798 return (EAttribute)stringLiteralEClass.getEStructuralFeatures().get(0);
1623 } 1799 }
@@ -1627,6 +1803,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1627 * <!-- end-user-doc --> 1803 * <!-- end-user-doc -->
1628 * @generated 1804 * @generated
1629 */ 1805 */
1806 @Override
1630 public EClass getTransitiveClosure() { 1807 public EClass getTransitiveClosure() {
1631 return transitiveClosureEClass; 1808 return transitiveClosureEClass;
1632 } 1809 }
@@ -1636,6 +1813,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1636 * <!-- end-user-doc --> 1813 * <!-- end-user-doc -->
1637 * @generated 1814 * @generated
1638 */ 1815 */
1816 @Override
1639 public EReference getTransitiveClosure_LeftOperand() { 1817 public EReference getTransitiveClosure_LeftOperand() {
1640 return (EReference)transitiveClosureEClass.getEStructuralFeatures().get(0); 1818 return (EReference)transitiveClosureEClass.getEStructuralFeatures().get(0);
1641 } 1819 }
@@ -1645,6 +1823,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1645 * <!-- end-user-doc --> 1823 * <!-- end-user-doc -->
1646 * @generated 1824 * @generated
1647 */ 1825 */
1826 @Override
1648 public EReference getTransitiveClosure_RightOperand() { 1827 public EReference getTransitiveClosure_RightOperand() {
1649 return (EReference)transitiveClosureEClass.getEStructuralFeatures().get(1); 1828 return (EReference)transitiveClosureEClass.getEStructuralFeatures().get(1);
1650 } 1829 }
@@ -1654,6 +1833,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1654 * <!-- end-user-doc --> 1833 * <!-- end-user-doc -->
1655 * @generated 1834 * @generated
1656 */ 1835 */
1836 @Override
1657 public EReference getTransitiveClosure_Relation() { 1837 public EReference getTransitiveClosure_Relation() {
1658 return (EReference)transitiveClosureEClass.getEStructuralFeatures().get(2); 1838 return (EReference)transitiveClosureEClass.getEStructuralFeatures().get(2);
1659 } 1839 }
@@ -1663,6 +1843,97 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1663 * <!-- end-user-doc --> 1843 * <!-- end-user-doc -->
1664 * @generated 1844 * @generated
1665 */ 1845 */
1846 @Override
1847 public EClass getPow() {
1848 return powEClass;
1849 }
1850
1851 /**
1852 * <!-- begin-user-doc -->
1853 * <!-- end-user-doc -->
1854 * @generated
1855 */
1856 @Override
1857 public EClass getAggregateExpression() {
1858 return aggregateExpressionEClass;
1859 }
1860
1861 /**
1862 * <!-- begin-user-doc -->
1863 * <!-- end-user-doc -->
1864 * @generated
1865 */
1866 @Override
1867 public EReference getAggregateExpression_Relation() {
1868 return (EReference)aggregateExpressionEClass.getEStructuralFeatures().get(0);
1869 }
1870
1871 /**
1872 * <!-- begin-user-doc -->
1873 * <!-- end-user-doc -->
1874 * @generated
1875 */
1876 @Override
1877 public EClass getSum() {
1878 return sumEClass;
1879 }
1880
1881 /**
1882 * <!-- begin-user-doc -->
1883 * <!-- end-user-doc -->
1884 * @generated
1885 */
1886 @Override
1887 public EClass getCount() {
1888 return countEClass;
1889 }
1890
1891 /**
1892 * <!-- begin-user-doc -->
1893 * <!-- end-user-doc -->
1894 * @generated
1895 */
1896 @Override
1897 public EClass getMin() {
1898 return minEClass;
1899 }
1900
1901 /**
1902 * <!-- begin-user-doc -->
1903 * <!-- end-user-doc -->
1904 * @generated
1905 */
1906 @Override
1907 public EClass getMax() {
1908 return maxEClass;
1909 }
1910
1911 /**
1912 * <!-- begin-user-doc -->
1913 * <!-- end-user-doc -->
1914 * @generated
1915 */
1916 @Override
1917 public EClass getProjectedAggregateExpression() {
1918 return projectedAggregateExpressionEClass;
1919 }
1920
1921 /**
1922 * <!-- begin-user-doc -->
1923 * <!-- end-user-doc -->
1924 * @generated
1925 */
1926 @Override
1927 public EAttribute getProjectedAggregateExpression_ProjectionIndex() {
1928 return (EAttribute)projectedAggregateExpressionEClass.getEStructuralFeatures().get(0);
1929 }
1930
1931 /**
1932 * <!-- begin-user-doc -->
1933 * <!-- end-user-doc -->
1934 * @generated
1935 */
1936 @Override
1666 public LogiclanguageFactory getLogiclanguageFactory() { 1937 public LogiclanguageFactory getLogiclanguageFactory() {
1667 return (LogiclanguageFactory)getEFactoryInstance(); 1938 return (LogiclanguageFactory)getEFactoryInstance();
1668 } 1939 }
@@ -1792,9 +2063,9 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1792 createEReference(moreOrEqualThanEClass, MORE_OR_EQUAL_THAN__LEFT_OPERAND); 2063 createEReference(moreOrEqualThanEClass, MORE_OR_EQUAL_THAN__LEFT_OPERAND);
1793 createEReference(moreOrEqualThanEClass, MORE_OR_EQUAL_THAN__RIGHT_OPERAND); 2064 createEReference(moreOrEqualThanEClass, MORE_OR_EQUAL_THAN__RIGHT_OPERAND);
1794 2065
1795 intOperationEClass = createEClass(INT_OPERATION); 2066 numericOperationEClass = createEClass(NUMERIC_OPERATION);
1796 createEReference(intOperationEClass, INT_OPERATION__LEFT_OPERAND); 2067 createEReference(numericOperationEClass, NUMERIC_OPERATION__LEFT_OPERAND);
1797 createEReference(intOperationEClass, INT_OPERATION__RIGHT_OPERAND); 2068 createEReference(numericOperationEClass, NUMERIC_OPERATION__RIGHT_OPERAND);
1798 2069
1799 plusEClass = createEClass(PLUS); 2070 plusEClass = createEClass(PLUS);
1800 2071
@@ -1865,6 +2136,22 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1865 createEReference(transitiveClosureEClass, TRANSITIVE_CLOSURE__LEFT_OPERAND); 2136 createEReference(transitiveClosureEClass, TRANSITIVE_CLOSURE__LEFT_OPERAND);
1866 createEReference(transitiveClosureEClass, TRANSITIVE_CLOSURE__RIGHT_OPERAND); 2137 createEReference(transitiveClosureEClass, TRANSITIVE_CLOSURE__RIGHT_OPERAND);
1867 createEReference(transitiveClosureEClass, TRANSITIVE_CLOSURE__RELATION); 2138 createEReference(transitiveClosureEClass, TRANSITIVE_CLOSURE__RELATION);
2139
2140 powEClass = createEClass(POW);
2141
2142 aggregateExpressionEClass = createEClass(AGGREGATE_EXPRESSION);
2143 createEReference(aggregateExpressionEClass, AGGREGATE_EXPRESSION__RELATION);
2144
2145 sumEClass = createEClass(SUM);
2146
2147 countEClass = createEClass(COUNT);
2148
2149 minEClass = createEClass(MIN);
2150
2151 maxEClass = createEClass(MAX);
2152
2153 projectedAggregateExpressionEClass = createEClass(PROJECTED_AGGREGATE_EXPRESSION);
2154 createEAttribute(projectedAggregateExpressionEClass, PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX);
1868 } 2155 }
1869 2156
1870 /** 2157 /**
@@ -1932,12 +2219,12 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1932 moreThanEClass.getESuperTypes().add(this.getPrimitiveRelation()); 2219 moreThanEClass.getESuperTypes().add(this.getPrimitiveRelation());
1933 lessOrEqualThanEClass.getESuperTypes().add(this.getPrimitiveRelation()); 2220 lessOrEqualThanEClass.getESuperTypes().add(this.getPrimitiveRelation());
1934 moreOrEqualThanEClass.getESuperTypes().add(this.getPrimitiveRelation()); 2221 moreOrEqualThanEClass.getESuperTypes().add(this.getPrimitiveRelation());
1935 intOperationEClass.getESuperTypes().add(this.getTerm()); 2222 numericOperationEClass.getESuperTypes().add(this.getTerm());
1936 plusEClass.getESuperTypes().add(this.getIntOperation()); 2223 plusEClass.getESuperTypes().add(this.getNumericOperation());
1937 minusEClass.getESuperTypes().add(this.getIntOperation()); 2224 minusEClass.getESuperTypes().add(this.getNumericOperation());
1938 multiplyEClass.getESuperTypes().add(this.getIntOperation()); 2225 multiplyEClass.getESuperTypes().add(this.getNumericOperation());
1939 divisonEClass.getESuperTypes().add(this.getIntOperation()); 2226 divisonEClass.getESuperTypes().add(this.getNumericOperation());
1940 modEClass.getESuperTypes().add(this.getIntOperation()); 2227 modEClass.getESuperTypes().add(this.getNumericOperation());
1941 relationEClass.getESuperTypes().add(this.getSymbolicDeclaration()); 2228 relationEClass.getESuperTypes().add(this.getSymbolicDeclaration());
1942 constantEClass.getESuperTypes().add(this.getSymbolicDeclaration()); 2229 constantEClass.getESuperTypes().add(this.getSymbolicDeclaration());
1943 constantDefinitionEClass.getESuperTypes().add(this.getConstant()); 2230 constantDefinitionEClass.getESuperTypes().add(this.getConstant());
@@ -1953,6 +2240,13 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1953 stringTypeReferenceEClass.getESuperTypes().add(this.getPrimitiveTypeReference()); 2240 stringTypeReferenceEClass.getESuperTypes().add(this.getPrimitiveTypeReference());
1954 stringLiteralEClass.getESuperTypes().add(this.getAtomicTerm()); 2241 stringLiteralEClass.getESuperTypes().add(this.getAtomicTerm());
1955 transitiveClosureEClass.getESuperTypes().add(this.getTerm()); 2242 transitiveClosureEClass.getESuperTypes().add(this.getTerm());
2243 powEClass.getESuperTypes().add(this.getNumericOperation());
2244 aggregateExpressionEClass.getESuperTypes().add(this.getTerm());
2245 sumEClass.getESuperTypes().add(this.getProjectedAggregateExpression());
2246 countEClass.getESuperTypes().add(this.getAggregateExpression());
2247 minEClass.getESuperTypes().add(this.getProjectedAggregateExpression());
2248 maxEClass.getESuperTypes().add(this.getProjectedAggregateExpression());
2249 projectedAggregateExpressionEClass.getESuperTypes().add(this.getAggregateExpression());
1956 2250
1957 // Initialize classes, features, and operations; add parameters 2251 // Initialize classes, features, and operations; add parameters
1958 initEClass(typeEClass, Type.class, "Type", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 2252 initEClass(typeEClass, Type.class, "Type", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
@@ -1962,7 +2256,7 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
1962 initEAttribute(getType_IsAbstract(), ecorePackage.getEBoolean(), "isAbstract", null, 1, 1, Type.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2256 initEAttribute(getType_IsAbstract(), ecorePackage.getEBoolean(), "isAbstract", null, 1, 1, Type.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
1963 2257
1964 initEClass(definedElementEClass, DefinedElement.class, "DefinedElement", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 2258 initEClass(definedElementEClass, DefinedElement.class, "DefinedElement", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
1965 initEReference(getDefinedElement_DefinedInType(), this.getTypeDefinition(), this.getTypeDefinition_Elements(), "definedInType", null, 1, -1, DefinedElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2259 initEReference(getDefinedElement_DefinedInType(), this.getTypeDefinition(), this.getTypeDefinition_Elements(), "definedInType", null, 0, -1, DefinedElement.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
1966 2260
1967 initEClass(typeDefinitionEClass, TypeDefinition.class, "TypeDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 2261 initEClass(typeDefinitionEClass, TypeDefinition.class, "TypeDefinition", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
1968 initEReference(getTypeDefinition_Elements(), this.getDefinedElement(), this.getDefinedElement_DefinedInType(), "elements", null, 0, -1, TypeDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2262 initEReference(getTypeDefinition_Elements(), this.getDefinedElement(), this.getDefinedElement_DefinedInType(), "elements", null, 0, -1, TypeDefinition.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
@@ -2061,9 +2355,9 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
2061 initEReference(getMoreOrEqualThan_LeftOperand(), this.getTerm(), null, "leftOperand", null, 0, 1, MoreOrEqualThan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2355 initEReference(getMoreOrEqualThan_LeftOperand(), this.getTerm(), null, "leftOperand", null, 0, 1, MoreOrEqualThan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2062 initEReference(getMoreOrEqualThan_RightOperand(), this.getTerm(), null, "rightOperand", null, 0, 1, MoreOrEqualThan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2356 initEReference(getMoreOrEqualThan_RightOperand(), this.getTerm(), null, "rightOperand", null, 0, 1, MoreOrEqualThan.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2063 2357
2064 initEClass(intOperationEClass, IntOperation.class, "IntOperation", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 2358 initEClass(numericOperationEClass, NumericOperation.class, "NumericOperation", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2065 initEReference(getIntOperation_LeftOperand(), this.getTerm(), null, "leftOperand", null, 0, 1, IntOperation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2359 initEReference(getNumericOperation_LeftOperand(), this.getTerm(), null, "leftOperand", null, 0, 1, NumericOperation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2066 initEReference(getIntOperation_RightOperand(), this.getTerm(), null, "rightOperand", null, 0, 1, IntOperation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2360 initEReference(getNumericOperation_RightOperand(), this.getTerm(), null, "rightOperand", null, 0, 1, NumericOperation.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2067 2361
2068 initEClass(plusEClass, Plus.class, "Plus", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS); 2362 initEClass(plusEClass, Plus.class, "Plus", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2069 2363
@@ -2135,6 +2429,22 @@ public class LogiclanguagePackageImpl extends EPackageImpl implements Logiclangu
2135 initEReference(getTransitiveClosure_RightOperand(), this.getTerm(), null, "rightOperand", null, 0, 1, TransitiveClosure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2429 initEReference(getTransitiveClosure_RightOperand(), this.getTerm(), null, "rightOperand", null, 0, 1, TransitiveClosure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, IS_COMPOSITE, !IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2136 initEReference(getTransitiveClosure_Relation(), this.getRelation(), null, "relation", null, 0, 1, TransitiveClosure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED); 2430 initEReference(getTransitiveClosure_Relation(), this.getRelation(), null, "relation", null, 0, 1, TransitiveClosure.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2137 2431
2432 initEClass(powEClass, Pow.class, "Pow", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2433
2434 initEClass(aggregateExpressionEClass, AggregateExpression.class, "AggregateExpression", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2435 initEReference(getAggregateExpression_Relation(), this.getRelation(), null, "relation", null, 0, 1, AggregateExpression.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_COMPOSITE, IS_RESOLVE_PROXIES, !IS_UNSETTABLE, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2436
2437 initEClass(sumEClass, Sum.class, "Sum", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2438
2439 initEClass(countEClass, Count.class, "Count", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2440
2441 initEClass(minEClass, Min.class, "Min", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2442
2443 initEClass(maxEClass, Max.class, "Max", !IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2444
2445 initEClass(projectedAggregateExpressionEClass, ProjectedAggregateExpression.class, "ProjectedAggregateExpression", IS_ABSTRACT, !IS_INTERFACE, IS_GENERATED_INSTANCE_CLASS);
2446 initEAttribute(getProjectedAggregateExpression_ProjectionIndex(), ecorePackage.getEInt(), "projectionIndex", "-1", 1, 1, ProjectedAggregateExpression.class, !IS_TRANSIENT, !IS_VOLATILE, IS_CHANGEABLE, !IS_UNSETTABLE, !IS_ID, IS_UNIQUE, !IS_DERIVED, IS_ORDERED);
2447
2138 // Create resource 2448 // Create resource
2139 createResource(eNS_URI); 2449 createResource(eNS_URI);
2140 } 2450 }
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MaxImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MaxImpl.java
new file mode 100644
index 00000000..b2e79b09
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MaxImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Max;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Max</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class MaxImpl extends ProjectedAggregateExpressionImpl implements Max {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected MaxImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return LogiclanguagePackage.Literals.MAX;
35 }
36
37} //MaxImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinImpl.java
new file mode 100644
index 00000000..3e1e0a12
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Min;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Min</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class MinImpl extends ProjectedAggregateExpressionImpl implements Min {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected MinImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return LogiclanguagePackage.Literals.MIN;
35 }
36
37} //MinImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinusImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinusImpl.java
index 28c21b08..711f75f3 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinusImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MinusImpl.java
@@ -14,7 +14,7 @@ import org.eclipse.emf.ecore.EClass;
14 * 14 *
15 * @generated 15 * @generated
16 */ 16 */
17public class MinusImpl extends IntOperationImpl implements Minus { 17public class MinusImpl extends NumericOperationImpl implements Minus {
18 /** 18 /**
19 * <!-- begin-user-doc --> 19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc --> 20 * <!-- end-user-doc -->
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ModImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ModImpl.java
index bab8d326..16001dc6 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ModImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ModImpl.java
@@ -14,7 +14,7 @@ import org.eclipse.emf.ecore.EClass;
14 * 14 *
15 * @generated 15 * @generated
16 */ 16 */
17public class ModImpl extends IntOperationImpl implements Mod { 17public class ModImpl extends NumericOperationImpl implements Mod {
18 /** 18 /**
19 * <!-- begin-user-doc --> 19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc --> 20 * <!-- end-user-doc -->
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreOrEqualThanImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreOrEqualThanImpl.java
index 8ebf0ccf..89856c61 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreOrEqualThanImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreOrEqualThanImpl.java
@@ -73,6 +73,7 @@ public class MoreOrEqualThanImpl extends PrimitiveRelationImpl implements MoreOr
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class MoreOrEqualThanImpl extends PrimitiveRelationImpl implements MoreOr
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class MoreOrEqualThanImpl extends PrimitiveRelationImpl implements MoreOr
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class MoreOrEqualThanImpl extends PrimitiveRelationImpl implements MoreOr
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreThanImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreThanImpl.java
index a7756650..4f3ecbbd 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreThanImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MoreThanImpl.java
@@ -73,6 +73,7 @@ public class MoreThanImpl extends PrimitiveRelationImpl implements MoreThan {
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -97,6 +98,7 @@ public class MoreThanImpl extends PrimitiveRelationImpl implements MoreThan {
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
@@ -116,6 +118,7 @@ public class MoreThanImpl extends PrimitiveRelationImpl implements MoreThan {
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -140,6 +143,7 @@ public class MoreThanImpl extends PrimitiveRelationImpl implements MoreThan {
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MultiplyImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MultiplyImpl.java
index 50797800..59cbd129 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MultiplyImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/MultiplyImpl.java
@@ -14,7 +14,7 @@ import org.eclipse.emf.ecore.EClass;
14 * 14 *
15 * @generated 15 * @generated
16 */ 16 */
17public class MultiplyImpl extends IntOperationImpl implements Multiply { 17public class MultiplyImpl extends NumericOperationImpl implements Multiply {
18 /** 18 /**
19 * <!-- begin-user-doc --> 19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc --> 20 * <!-- end-user-doc -->
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NotImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NotImpl.java
index 74c4dd6f..0c280139 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NotImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NotImpl.java
@@ -62,6 +62,7 @@ public class NotImpl extends BoolOperationImpl implements Not {
62 * <!-- end-user-doc --> 62 * <!-- end-user-doc -->
63 * @generated 63 * @generated
64 */ 64 */
65 @Override
65 public Term getOperand() { 66 public Term getOperand() {
66 return operand; 67 return operand;
67 } 68 }
@@ -86,6 +87,7 @@ public class NotImpl extends BoolOperationImpl implements Not {
86 * <!-- end-user-doc --> 87 * <!-- end-user-doc -->
87 * @generated 88 * @generated
88 */ 89 */
90 @Override
89 public void setOperand(Term newOperand) { 91 public void setOperand(Term newOperand) {
90 if (newOperand != operand) { 92 if (newOperand != operand) {
91 NotificationChain msgs = null; 93 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntOperationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NumericOperationImpl.java
index dab1f9ec..4e46b43a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/IntOperationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/NumericOperationImpl.java
@@ -2,8 +2,8 @@
2 */ 2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl; 3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4 4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage; 5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation;
7import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Term; 7import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Term;
8 8
9import org.eclipse.emf.common.notify.Notification; 9import org.eclipse.emf.common.notify.Notification;
@@ -16,19 +16,19 @@ import org.eclipse.emf.ecore.impl.ENotificationImpl;
16 16
17/** 17/**
18 * <!-- begin-user-doc --> 18 * <!-- begin-user-doc -->
19 * An implementation of the model object '<em><b>Int Operation</b></em>'. 19 * An implementation of the model object '<em><b>Numeric Operation</b></em>'.
20 * <!-- end-user-doc --> 20 * <!-- end-user-doc -->
21 * <p> 21 * <p>
22 * The following features are implemented: 22 * The following features are implemented:
23 * </p> 23 * </p>
24 * <ul> 24 * <ul>
25 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.IntOperationImpl#getLeftOperand <em>Left Operand</em>}</li> 25 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.NumericOperationImpl#getLeftOperand <em>Left Operand</em>}</li>
26 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.IntOperationImpl#getRightOperand <em>Right Operand</em>}</li> 26 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.NumericOperationImpl#getRightOperand <em>Right Operand</em>}</li>
27 * </ul> 27 * </ul>
28 * 28 *
29 * @generated 29 * @generated
30 */ 30 */
31public abstract class IntOperationImpl extends TermImpl implements IntOperation { 31public abstract class NumericOperationImpl extends TermImpl implements NumericOperation {
32 /** 32 /**
33 * The cached value of the '{@link #getLeftOperand() <em>Left Operand</em>}' containment reference. 33 * The cached value of the '{@link #getLeftOperand() <em>Left Operand</em>}' containment reference.
34 * <!-- begin-user-doc --> 34 * <!-- begin-user-doc -->
@@ -54,7 +54,7 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
54 * <!-- end-user-doc --> 54 * <!-- end-user-doc -->
55 * @generated 55 * @generated
56 */ 56 */
57 protected IntOperationImpl() { 57 protected NumericOperationImpl() {
58 super(); 58 super();
59 } 59 }
60 60
@@ -65,7 +65,7 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
65 */ 65 */
66 @Override 66 @Override
67 protected EClass eStaticClass() { 67 protected EClass eStaticClass() {
68 return LogiclanguagePackage.Literals.INT_OPERATION; 68 return LogiclanguagePackage.Literals.NUMERIC_OPERATION;
69 } 69 }
70 70
71 /** 71 /**
@@ -73,6 +73,7 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public Term getLeftOperand() { 77 public Term getLeftOperand() {
77 return leftOperand; 78 return leftOperand;
78 } 79 }
@@ -86,7 +87,7 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
86 Term oldLeftOperand = leftOperand; 87 Term oldLeftOperand = leftOperand;
87 leftOperand = newLeftOperand; 88 leftOperand = newLeftOperand;
88 if (eNotificationRequired()) { 89 if (eNotificationRequired()) {
89 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND, oldLeftOperand, newLeftOperand); 90 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND, oldLeftOperand, newLeftOperand);
90 if (msgs == null) msgs = notification; else msgs.add(notification); 91 if (msgs == null) msgs = notification; else msgs.add(notification);
91 } 92 }
92 return msgs; 93 return msgs;
@@ -97,18 +98,19 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
97 * <!-- end-user-doc --> 98 * <!-- end-user-doc -->
98 * @generated 99 * @generated
99 */ 100 */
101 @Override
100 public void setLeftOperand(Term newLeftOperand) { 102 public void setLeftOperand(Term newLeftOperand) {
101 if (newLeftOperand != leftOperand) { 103 if (newLeftOperand != leftOperand) {
102 NotificationChain msgs = null; 104 NotificationChain msgs = null;
103 if (leftOperand != null) 105 if (leftOperand != null)
104 msgs = ((InternalEObject)leftOperand).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND, null, msgs); 106 msgs = ((InternalEObject)leftOperand).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND, null, msgs);
105 if (newLeftOperand != null) 107 if (newLeftOperand != null)
106 msgs = ((InternalEObject)newLeftOperand).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND, null, msgs); 108 msgs = ((InternalEObject)newLeftOperand).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND, null, msgs);
107 msgs = basicSetLeftOperand(newLeftOperand, msgs); 109 msgs = basicSetLeftOperand(newLeftOperand, msgs);
108 if (msgs != null) msgs.dispatch(); 110 if (msgs != null) msgs.dispatch();
109 } 111 }
110 else if (eNotificationRequired()) 112 else if (eNotificationRequired())
111 eNotify(new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND, newLeftOperand, newLeftOperand)); 113 eNotify(new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND, newLeftOperand, newLeftOperand));
112 } 114 }
113 115
114 /** 116 /**
@@ -116,6 +118,7 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
116 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
117 * @generated 119 * @generated
118 */ 120 */
121 @Override
119 public Term getRightOperand() { 122 public Term getRightOperand() {
120 return rightOperand; 123 return rightOperand;
121 } 124 }
@@ -129,7 +132,7 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
129 Term oldRightOperand = rightOperand; 132 Term oldRightOperand = rightOperand;
130 rightOperand = newRightOperand; 133 rightOperand = newRightOperand;
131 if (eNotificationRequired()) { 134 if (eNotificationRequired()) {
132 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND, oldRightOperand, newRightOperand); 135 ENotificationImpl notification = new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND, oldRightOperand, newRightOperand);
133 if (msgs == null) msgs = notification; else msgs.add(notification); 136 if (msgs == null) msgs = notification; else msgs.add(notification);
134 } 137 }
135 return msgs; 138 return msgs;
@@ -140,18 +143,19 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
140 * <!-- end-user-doc --> 143 * <!-- end-user-doc -->
141 * @generated 144 * @generated
142 */ 145 */
146 @Override
143 public void setRightOperand(Term newRightOperand) { 147 public void setRightOperand(Term newRightOperand) {
144 if (newRightOperand != rightOperand) { 148 if (newRightOperand != rightOperand) {
145 NotificationChain msgs = null; 149 NotificationChain msgs = null;
146 if (rightOperand != null) 150 if (rightOperand != null)
147 msgs = ((InternalEObject)rightOperand).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND, null, msgs); 151 msgs = ((InternalEObject)rightOperand).eInverseRemove(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND, null, msgs);
148 if (newRightOperand != null) 152 if (newRightOperand != null)
149 msgs = ((InternalEObject)newRightOperand).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND, null, msgs); 153 msgs = ((InternalEObject)newRightOperand).eInverseAdd(this, EOPPOSITE_FEATURE_BASE - LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND, null, msgs);
150 msgs = basicSetRightOperand(newRightOperand, msgs); 154 msgs = basicSetRightOperand(newRightOperand, msgs);
151 if (msgs != null) msgs.dispatch(); 155 if (msgs != null) msgs.dispatch();
152 } 156 }
153 else if (eNotificationRequired()) 157 else if (eNotificationRequired())
154 eNotify(new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND, newRightOperand, newRightOperand)); 158 eNotify(new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND, newRightOperand, newRightOperand));
155 } 159 }
156 160
157 /** 161 /**
@@ -162,9 +166,9 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
162 @Override 166 @Override
163 public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) { 167 public NotificationChain eInverseRemove(InternalEObject otherEnd, int featureID, NotificationChain msgs) {
164 switch (featureID) { 168 switch (featureID) {
165 case LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND: 169 case LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND:
166 return basicSetLeftOperand(null, msgs); 170 return basicSetLeftOperand(null, msgs);
167 case LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND: 171 case LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND:
168 return basicSetRightOperand(null, msgs); 172 return basicSetRightOperand(null, msgs);
169 } 173 }
170 return super.eInverseRemove(otherEnd, featureID, msgs); 174 return super.eInverseRemove(otherEnd, featureID, msgs);
@@ -178,9 +182,9 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
178 @Override 182 @Override
179 public Object eGet(int featureID, boolean resolve, boolean coreType) { 183 public Object eGet(int featureID, boolean resolve, boolean coreType) {
180 switch (featureID) { 184 switch (featureID) {
181 case LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND: 185 case LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND:
182 return getLeftOperand(); 186 return getLeftOperand();
183 case LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND: 187 case LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND:
184 return getRightOperand(); 188 return getRightOperand();
185 } 189 }
186 return super.eGet(featureID, resolve, coreType); 190 return super.eGet(featureID, resolve, coreType);
@@ -194,10 +198,10 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
194 @Override 198 @Override
195 public void eSet(int featureID, Object newValue) { 199 public void eSet(int featureID, Object newValue) {
196 switch (featureID) { 200 switch (featureID) {
197 case LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND: 201 case LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND:
198 setLeftOperand((Term)newValue); 202 setLeftOperand((Term)newValue);
199 return; 203 return;
200 case LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND: 204 case LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND:
201 setRightOperand((Term)newValue); 205 setRightOperand((Term)newValue);
202 return; 206 return;
203 } 207 }
@@ -212,10 +216,10 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
212 @Override 216 @Override
213 public void eUnset(int featureID) { 217 public void eUnset(int featureID) {
214 switch (featureID) { 218 switch (featureID) {
215 case LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND: 219 case LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND:
216 setLeftOperand((Term)null); 220 setLeftOperand((Term)null);
217 return; 221 return;
218 case LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND: 222 case LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND:
219 setRightOperand((Term)null); 223 setRightOperand((Term)null);
220 return; 224 return;
221 } 225 }
@@ -230,12 +234,12 @@ public abstract class IntOperationImpl extends TermImpl implements IntOperation
230 @Override 234 @Override
231 public boolean eIsSet(int featureID) { 235 public boolean eIsSet(int featureID) {
232 switch (featureID) { 236 switch (featureID) {
233 case LogiclanguagePackage.INT_OPERATION__LEFT_OPERAND: 237 case LogiclanguagePackage.NUMERIC_OPERATION__LEFT_OPERAND:
234 return leftOperand != null; 238 return leftOperand != null;
235 case LogiclanguagePackage.INT_OPERATION__RIGHT_OPERAND: 239 case LogiclanguagePackage.NUMERIC_OPERATION__RIGHT_OPERAND:
236 return rightOperand != null; 240 return rightOperand != null;
237 } 241 }
238 return super.eIsSet(featureID); 242 return super.eIsSet(featureID);
239 } 243 }
240 244
241} //IntOperationImpl 245} //NumericOperationImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/OrImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/OrImpl.java
index 9ef8357a..a5404a7c 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/OrImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/OrImpl.java
@@ -66,6 +66,7 @@ public class OrImpl extends BoolOperationImpl implements Or {
66 * <!-- end-user-doc --> 66 * <!-- end-user-doc -->
67 * @generated 67 * @generated
68 */ 68 */
69 @Override
69 public EList<Term> getOperands() { 70 public EList<Term> getOperands() {
70 if (operands == null) { 71 if (operands == null) {
71 operands = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.OR__OPERANDS); 72 operands = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.OR__OPERANDS);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PlusImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PlusImpl.java
index c9d0d591..68bf6357 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PlusImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PlusImpl.java
@@ -14,7 +14,7 @@ import org.eclipse.emf.ecore.EClass;
14 * 14 *
15 * @generated 15 * @generated
16 */ 16 */
17public class PlusImpl extends IntOperationImpl implements Plus { 17public class PlusImpl extends NumericOperationImpl implements Plus {
18 /** 18 /**
19 * <!-- begin-user-doc --> 19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc --> 20 * <!-- end-user-doc -->
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PowImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PowImpl.java
new file mode 100644
index 00000000..28ecf686
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/PowImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Pow;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Pow</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class PowImpl extends NumericOperationImpl implements Pow {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected PowImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return LogiclanguagePackage.Literals.POW;
35 }
36
37} //PowImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ProjectedAggregateExpressionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ProjectedAggregateExpressionImpl.java
new file mode 100644
index 00000000..1085b972
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/ProjectedAggregateExpressionImpl.java
@@ -0,0 +1,164 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression;
7
8import org.eclipse.emf.common.notify.Notification;
9
10import org.eclipse.emf.ecore.EClass;
11
12import org.eclipse.emf.ecore.impl.ENotificationImpl;
13
14/**
15 * <!-- begin-user-doc -->
16 * An implementation of the model object '<em><b>Projected Aggregate Expression</b></em>'.
17 * <!-- end-user-doc -->
18 * <p>
19 * The following features are implemented:
20 * </p>
21 * <ul>
22 * <li>{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl.ProjectedAggregateExpressionImpl#getProjectionIndex <em>Projection Index</em>}</li>
23 * </ul>
24 *
25 * @generated
26 */
27public abstract class ProjectedAggregateExpressionImpl extends AggregateExpressionImpl implements ProjectedAggregateExpression {
28 /**
29 * The default value of the '{@link #getProjectionIndex() <em>Projection Index</em>}' attribute.
30 * <!-- begin-user-doc -->
31 * <!-- end-user-doc -->
32 * @see #getProjectionIndex()
33 * @generated
34 * @ordered
35 */
36 protected static final int PROJECTION_INDEX_EDEFAULT = -1;
37
38 /**
39 * The cached value of the '{@link #getProjectionIndex() <em>Projection Index</em>}' attribute.
40 * <!-- begin-user-doc -->
41 * <!-- end-user-doc -->
42 * @see #getProjectionIndex()
43 * @generated
44 * @ordered
45 */
46 protected int projectionIndex = PROJECTION_INDEX_EDEFAULT;
47
48 /**
49 * <!-- begin-user-doc -->
50 * <!-- end-user-doc -->
51 * @generated
52 */
53 protected ProjectedAggregateExpressionImpl() {
54 super();
55 }
56
57 /**
58 * <!-- begin-user-doc -->
59 * <!-- end-user-doc -->
60 * @generated
61 */
62 @Override
63 protected EClass eStaticClass() {
64 return LogiclanguagePackage.Literals.PROJECTED_AGGREGATE_EXPRESSION;
65 }
66
67 /**
68 * <!-- begin-user-doc -->
69 * <!-- end-user-doc -->
70 * @generated
71 */
72 @Override
73 public int getProjectionIndex() {
74 return projectionIndex;
75 }
76
77 /**
78 * <!-- begin-user-doc -->
79 * <!-- end-user-doc -->
80 * @generated
81 */
82 @Override
83 public void setProjectionIndex(int newProjectionIndex) {
84 int oldProjectionIndex = projectionIndex;
85 projectionIndex = newProjectionIndex;
86 if (eNotificationRequired())
87 eNotify(new ENotificationImpl(this, Notification.SET, LogiclanguagePackage.PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX, oldProjectionIndex, projectionIndex));
88 }
89
90 /**
91 * <!-- begin-user-doc -->
92 * <!-- end-user-doc -->
93 * @generated
94 */
95 @Override
96 public Object eGet(int featureID, boolean resolve, boolean coreType) {
97 switch (featureID) {
98 case LogiclanguagePackage.PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX:
99 return getProjectionIndex();
100 }
101 return super.eGet(featureID, resolve, coreType);
102 }
103
104 /**
105 * <!-- begin-user-doc -->
106 * <!-- end-user-doc -->
107 * @generated
108 */
109 @Override
110 public void eSet(int featureID, Object newValue) {
111 switch (featureID) {
112 case LogiclanguagePackage.PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX:
113 setProjectionIndex((Integer)newValue);
114 return;
115 }
116 super.eSet(featureID, newValue);
117 }
118
119 /**
120 * <!-- begin-user-doc -->
121 * <!-- end-user-doc -->
122 * @generated
123 */
124 @Override
125 public void eUnset(int featureID) {
126 switch (featureID) {
127 case LogiclanguagePackage.PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX:
128 setProjectionIndex(PROJECTION_INDEX_EDEFAULT);
129 return;
130 }
131 super.eUnset(featureID);
132 }
133
134 /**
135 * <!-- begin-user-doc -->
136 * <!-- end-user-doc -->
137 * @generated
138 */
139 @Override
140 public boolean eIsSet(int featureID) {
141 switch (featureID) {
142 case LogiclanguagePackage.PROJECTED_AGGREGATE_EXPRESSION__PROJECTION_INDEX:
143 return projectionIndex != PROJECTION_INDEX_EDEFAULT;
144 }
145 return super.eIsSet(featureID);
146 }
147
148 /**
149 * <!-- begin-user-doc -->
150 * <!-- end-user-doc -->
151 * @generated
152 */
153 @Override
154 public String toString() {
155 if (eIsProxy()) return super.toString();
156
157 StringBuilder result = new StringBuilder(super.toString());
158 result.append(" (projectionIndex: ");
159 result.append(projectionIndex);
160 result.append(')');
161 return result.toString();
162 }
163
164} //ProjectedAggregateExpressionImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/QuantifiedExpressionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/QuantifiedExpressionImpl.java
index dad2d1af..e1388e48 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/QuantifiedExpressionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/QuantifiedExpressionImpl.java
@@ -81,6 +81,7 @@ public abstract class QuantifiedExpressionImpl extends TermImpl implements Quant
81 * <!-- end-user-doc --> 81 * <!-- end-user-doc -->
82 * @generated 82 * @generated
83 */ 83 */
84 @Override
84 public EList<Variable> getQuantifiedVariables() { 85 public EList<Variable> getQuantifiedVariables() {
85 if (quantifiedVariables == null) { 86 if (quantifiedVariables == null) {
86 quantifiedVariables = new EObjectContainmentEList<Variable>(Variable.class, this, LogiclanguagePackage.QUANTIFIED_EXPRESSION__QUANTIFIED_VARIABLES); 87 quantifiedVariables = new EObjectContainmentEList<Variable>(Variable.class, this, LogiclanguagePackage.QUANTIFIED_EXPRESSION__QUANTIFIED_VARIABLES);
@@ -93,6 +94,7 @@ public abstract class QuantifiedExpressionImpl extends TermImpl implements Quant
93 * <!-- end-user-doc --> 94 * <!-- end-user-doc -->
94 * @generated 95 * @generated
95 */ 96 */
97 @Override
96 public Term getExpression() { 98 public Term getExpression() {
97 return expression; 99 return expression;
98 } 100 }
@@ -117,6 +119,7 @@ public abstract class QuantifiedExpressionImpl extends TermImpl implements Quant
117 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
118 * @generated 120 * @generated
119 */ 121 */
122 @Override
120 public void setExpression(Term newExpression) { 123 public void setExpression(Term newExpression) {
121 if (newExpression != expression) { 124 if (newExpression != expression) {
122 NotificationChain msgs = null; 125 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RealLiteralImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RealLiteralImpl.java
index 54594606..ffb2b97f 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RealLiteralImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RealLiteralImpl.java
@@ -71,6 +71,7 @@ public class RealLiteralImpl extends AtomicTermImpl implements RealLiteral {
71 * <!-- end-user-doc --> 71 * <!-- end-user-doc -->
72 * @generated 72 * @generated
73 */ 73 */
74 @Override
74 public BigDecimal getValue() { 75 public BigDecimal getValue() {
75 return value; 76 return value;
76 } 77 }
@@ -80,6 +81,7 @@ public class RealLiteralImpl extends AtomicTermImpl implements RealLiteral {
80 * <!-- end-user-doc --> 81 * <!-- end-user-doc -->
81 * @generated 82 * @generated
82 */ 83 */
84 @Override
83 public void setValue(BigDecimal newValue) { 85 public void setValue(BigDecimal newValue) {
84 BigDecimal oldValue = value; 86 BigDecimal oldValue = value;
85 value = newValue; 87 value = newValue;
@@ -154,7 +156,7 @@ public class RealLiteralImpl extends AtomicTermImpl implements RealLiteral {
154 public String toString() { 156 public String toString() {
155 if (eIsProxy()) return super.toString(); 157 if (eIsProxy()) return super.toString();
156 158
157 StringBuffer result = new StringBuffer(super.toString()); 159 StringBuilder result = new StringBuilder(super.toString());
158 result.append(" (value: "); 160 result.append(" (value: ");
159 result.append(value); 161 result.append(value);
160 result.append(')'); 162 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationDefinitionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationDefinitionImpl.java
index 017518eb..dc8c94b3 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationDefinitionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationDefinitionImpl.java
@@ -92,6 +92,7 @@ public class RelationDefinitionImpl extends RelationImpl implements RelationDefi
92 * <!-- end-user-doc --> 92 * <!-- end-user-doc -->
93 * @generated 93 * @generated
94 */ 94 */
95 @Override
95 public EList<Variable> getVariables() { 96 public EList<Variable> getVariables() {
96 if (variables == null) { 97 if (variables == null) {
97 variables = new EObjectContainmentEList<Variable>(Variable.class, this, LogiclanguagePackage.RELATION_DEFINITION__VARIABLES); 98 variables = new EObjectContainmentEList<Variable>(Variable.class, this, LogiclanguagePackage.RELATION_DEFINITION__VARIABLES);
@@ -104,6 +105,7 @@ public class RelationDefinitionImpl extends RelationImpl implements RelationDefi
104 * <!-- end-user-doc --> 105 * <!-- end-user-doc -->
105 * @generated 106 * @generated
106 */ 107 */
108 @Override
107 public Term getValue() { 109 public Term getValue() {
108 return value; 110 return value;
109 } 111 }
@@ -128,6 +130,7 @@ public class RelationDefinitionImpl extends RelationImpl implements RelationDefi
128 * <!-- end-user-doc --> 130 * <!-- end-user-doc -->
129 * @generated 131 * @generated
130 */ 132 */
133 @Override
131 public void setValue(Term newValue) { 134 public void setValue(Term newValue) {
132 if (newValue != value) { 135 if (newValue != value) {
133 NotificationChain msgs = null; 136 NotificationChain msgs = null;
@@ -147,6 +150,7 @@ public class RelationDefinitionImpl extends RelationImpl implements RelationDefi
147 * <!-- end-user-doc --> 150 * <!-- end-user-doc -->
148 * @generated 151 * @generated
149 */ 152 */
153 @Override
150 public RelationDeclaration getDefines() { 154 public RelationDeclaration getDefines() {
151 if (defines != null && defines.eIsProxy()) { 155 if (defines != null && defines.eIsProxy()) {
152 InternalEObject oldDefines = (InternalEObject)defines; 156 InternalEObject oldDefines = (InternalEObject)defines;
@@ -173,6 +177,7 @@ public class RelationDefinitionImpl extends RelationImpl implements RelationDefi
173 * <!-- end-user-doc --> 177 * <!-- end-user-doc -->
174 * @generated 178 * @generated
175 */ 179 */
180 @Override
176 public void setDefines(RelationDeclaration newDefines) { 181 public void setDefines(RelationDeclaration newDefines) {
177 RelationDeclaration oldDefines = defines; 182 RelationDeclaration oldDefines = defines;
178 defines = newDefines; 183 defines = newDefines;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationImpl.java
index a0127ab8..e6f943e5 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/RelationImpl.java
@@ -80,6 +80,7 @@ public abstract class RelationImpl extends SymbolicDeclarationImpl implements Re
80 * <!-- end-user-doc --> 80 * <!-- end-user-doc -->
81 * @generated 81 * @generated
82 */ 82 */
83 @Override
83 public EList<TypeReference> getParameters() { 84 public EList<TypeReference> getParameters() {
84 if (parameters == null) { 85 if (parameters == null) {
85 parameters = new EObjectContainmentEList<TypeReference>(TypeReference.class, this, LogiclanguagePackage.RELATION__PARAMETERS); 86 parameters = new EObjectContainmentEList<TypeReference>(TypeReference.class, this, LogiclanguagePackage.RELATION__PARAMETERS);
@@ -92,6 +93,7 @@ public abstract class RelationImpl extends SymbolicDeclarationImpl implements Re
92 * <!-- end-user-doc --> 93 * <!-- end-user-doc -->
93 * @generated 94 * @generated
94 */ 95 */
96 @Override
95 public EList<RelationAnnotation> getAnnotations() { 97 public EList<RelationAnnotation> getAnnotations() {
96 if (annotations == null) { 98 if (annotations == null) {
97 annotations = new EObjectWithInverseResolvingEList<RelationAnnotation>(RelationAnnotation.class, this, LogiclanguagePackage.RELATION__ANNOTATIONS, LogicproblemPackage.RELATION_ANNOTATION__TARGET); 99 annotations = new EObjectWithInverseResolvingEList<RelationAnnotation>(RelationAnnotation.class, this, LogiclanguagePackage.RELATION__ANNOTATIONS, LogicproblemPackage.RELATION_ANNOTATION__TARGET);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/StringLiteralImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/StringLiteralImpl.java
index 339af3ba..6c1586a1 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/StringLiteralImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/StringLiteralImpl.java
@@ -69,6 +69,7 @@ public class StringLiteralImpl extends AtomicTermImpl implements StringLiteral {
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public String getValue() { 73 public String getValue() {
73 return value; 74 return value;
74 } 75 }
@@ -78,6 +79,7 @@ public class StringLiteralImpl extends AtomicTermImpl implements StringLiteral {
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setValue(String newValue) { 83 public void setValue(String newValue) {
82 String oldValue = value; 84 String oldValue = value;
83 value = newValue; 85 value = newValue;
@@ -152,7 +154,7 @@ public class StringLiteralImpl extends AtomicTermImpl implements StringLiteral {
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (value: "); 158 result.append(" (value: ");
157 result.append(value); 159 result.append(value);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SumImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SumImpl.java
new file mode 100644
index 00000000..3622dfb9
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SumImpl.java
@@ -0,0 +1,37 @@
1/**
2 */
3package hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.impl;
4
5import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.LogiclanguagePackage;
6import hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Sum;
7
8import org.eclipse.emf.ecore.EClass;
9
10/**
11 * <!-- begin-user-doc -->
12 * An implementation of the model object '<em><b>Sum</b></em>'.
13 * <!-- end-user-doc -->
14 *
15 * @generated
16 */
17public class SumImpl extends ProjectedAggregateExpressionImpl implements Sum {
18 /**
19 * <!-- begin-user-doc -->
20 * <!-- end-user-doc -->
21 * @generated
22 */
23 protected SumImpl() {
24 super();
25 }
26
27 /**
28 * <!-- begin-user-doc -->
29 * <!-- end-user-doc -->
30 * @generated
31 */
32 @Override
33 protected EClass eStaticClass() {
34 return LogiclanguagePackage.Literals.SUM;
35 }
36
37} //SumImpl
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicDeclarationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicDeclarationImpl.java
index 1f28cbd7..6a7110bb 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicDeclarationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicDeclarationImpl.java
@@ -67,6 +67,7 @@ public abstract class SymbolicDeclarationImpl extends MinimalEObjectImpl.Contain
67 * <!-- end-user-doc --> 67 * <!-- end-user-doc -->
68 * @generated 68 * @generated
69 */ 69 */
70 @Override
70 public String getName() { 71 public String getName() {
71 return name; 72 return name;
72 } 73 }
@@ -76,6 +77,7 @@ public abstract class SymbolicDeclarationImpl extends MinimalEObjectImpl.Contain
76 * <!-- end-user-doc --> 77 * <!-- end-user-doc -->
77 * @generated 78 * @generated
78 */ 79 */
80 @Override
79 public void setName(String newName) { 81 public void setName(String newName) {
80 String oldName = name; 82 String oldName = name;
81 name = newName; 83 name = newName;
@@ -151,7 +153,7 @@ public abstract class SymbolicDeclarationImpl extends MinimalEObjectImpl.Contain
151 public String toString() { 153 public String toString() {
152 if (eIsProxy()) return super.toString(); 154 if (eIsProxy()) return super.toString();
153 155
154 StringBuffer result = new StringBuffer(super.toString()); 156 StringBuilder result = new StringBuilder(super.toString());
155 result.append(" (name: "); 157 result.append(" (name: ");
156 result.append(name); 158 result.append(name);
157 result.append(')'); 159 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicValueImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicValueImpl.java
index 59e1a7d3..4c505cd6 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicValueImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/SymbolicValueImpl.java
@@ -81,6 +81,7 @@ public class SymbolicValueImpl extends TermImpl implements SymbolicValue {
81 * <!-- end-user-doc --> 81 * <!-- end-user-doc -->
82 * @generated 82 * @generated
83 */ 83 */
84 @Override
84 public SymbolicDeclaration getSymbolicReference() { 85 public SymbolicDeclaration getSymbolicReference() {
85 if (symbolicReference != null && symbolicReference.eIsProxy()) { 86 if (symbolicReference != null && symbolicReference.eIsProxy()) {
86 InternalEObject oldSymbolicReference = (InternalEObject)symbolicReference; 87 InternalEObject oldSymbolicReference = (InternalEObject)symbolicReference;
@@ -107,6 +108,7 @@ public class SymbolicValueImpl extends TermImpl implements SymbolicValue {
107 * <!-- end-user-doc --> 108 * <!-- end-user-doc -->
108 * @generated 109 * @generated
109 */ 110 */
111 @Override
110 public void setSymbolicReference(SymbolicDeclaration newSymbolicReference) { 112 public void setSymbolicReference(SymbolicDeclaration newSymbolicReference) {
111 SymbolicDeclaration oldSymbolicReference = symbolicReference; 113 SymbolicDeclaration oldSymbolicReference = symbolicReference;
112 symbolicReference = newSymbolicReference; 114 symbolicReference = newSymbolicReference;
@@ -119,6 +121,7 @@ public class SymbolicValueImpl extends TermImpl implements SymbolicValue {
119 * <!-- end-user-doc --> 121 * <!-- end-user-doc -->
120 * @generated 122 * @generated
121 */ 123 */
124 @Override
122 public EList<Term> getParameterSubstitutions() { 125 public EList<Term> getParameterSubstitutions() {
123 if (parameterSubstitutions == null) { 126 if (parameterSubstitutions == null) {
124 parameterSubstitutions = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.SYMBOLIC_VALUE__PARAMETER_SUBSTITUTIONS); 127 parameterSubstitutions = new EObjectContainmentEList<Term>(Term.class, this, LogiclanguagePackage.SYMBOLIC_VALUE__PARAMETER_SUBSTITUTIONS);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TransitiveClosureImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TransitiveClosureImpl.java
index ecd0eeaf..b7ad1f50 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TransitiveClosureImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TransitiveClosureImpl.java
@@ -85,6 +85,7 @@ public class TransitiveClosureImpl extends TermImpl implements TransitiveClosure
85 * <!-- end-user-doc --> 85 * <!-- end-user-doc -->
86 * @generated 86 * @generated
87 */ 87 */
88 @Override
88 public Term getLeftOperand() { 89 public Term getLeftOperand() {
89 return leftOperand; 90 return leftOperand;
90 } 91 }
@@ -109,6 +110,7 @@ public class TransitiveClosureImpl extends TermImpl implements TransitiveClosure
109 * <!-- end-user-doc --> 110 * <!-- end-user-doc -->
110 * @generated 111 * @generated
111 */ 112 */
113 @Override
112 public void setLeftOperand(Term newLeftOperand) { 114 public void setLeftOperand(Term newLeftOperand) {
113 if (newLeftOperand != leftOperand) { 115 if (newLeftOperand != leftOperand) {
114 NotificationChain msgs = null; 116 NotificationChain msgs = null;
@@ -128,6 +130,7 @@ public class TransitiveClosureImpl extends TermImpl implements TransitiveClosure
128 * <!-- end-user-doc --> 130 * <!-- end-user-doc -->
129 * @generated 131 * @generated
130 */ 132 */
133 @Override
131 public Term getRightOperand() { 134 public Term getRightOperand() {
132 return rightOperand; 135 return rightOperand;
133 } 136 }
@@ -152,6 +155,7 @@ public class TransitiveClosureImpl extends TermImpl implements TransitiveClosure
152 * <!-- end-user-doc --> 155 * <!-- end-user-doc -->
153 * @generated 156 * @generated
154 */ 157 */
158 @Override
155 public void setRightOperand(Term newRightOperand) { 159 public void setRightOperand(Term newRightOperand) {
156 if (newRightOperand != rightOperand) { 160 if (newRightOperand != rightOperand) {
157 NotificationChain msgs = null; 161 NotificationChain msgs = null;
@@ -171,6 +175,7 @@ public class TransitiveClosureImpl extends TermImpl implements TransitiveClosure
171 * <!-- end-user-doc --> 175 * <!-- end-user-doc -->
172 * @generated 176 * @generated
173 */ 177 */
178 @Override
174 public Relation getRelation() { 179 public Relation getRelation() {
175 if (relation != null && relation.eIsProxy()) { 180 if (relation != null && relation.eIsProxy()) {
176 InternalEObject oldRelation = (InternalEObject)relation; 181 InternalEObject oldRelation = (InternalEObject)relation;
@@ -197,6 +202,7 @@ public class TransitiveClosureImpl extends TermImpl implements TransitiveClosure
197 * <!-- end-user-doc --> 202 * <!-- end-user-doc -->
198 * @generated 203 * @generated
199 */ 204 */
205 @Override
200 public void setRelation(Relation newRelation) { 206 public void setRelation(Relation newRelation) {
201 Relation oldRelation = relation; 207 Relation oldRelation = relation;
202 relation = newRelation; 208 relation = newRelation;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeDefinitionImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeDefinitionImpl.java
index 02b2ec52..f1ee6db7 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeDefinitionImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeDefinitionImpl.java
@@ -77,6 +77,7 @@ public class TypeDefinitionImpl extends TypeImpl implements TypeDefinition {
77 * <!-- end-user-doc --> 77 * <!-- end-user-doc -->
78 * @generated 78 * @generated
79 */ 79 */
80 @Override
80 public EList<DefinedElement> getElements() { 81 public EList<DefinedElement> getElements() {
81 if (elements == null) { 82 if (elements == null) {
82 elements = new EObjectWithInverseResolvingEList.ManyInverse<DefinedElement>(DefinedElement.class, this, LogiclanguagePackage.TYPE_DEFINITION__ELEMENTS, LogiclanguagePackage.DEFINED_ELEMENT__DEFINED_IN_TYPE); 83 elements = new EObjectWithInverseResolvingEList.ManyInverse<DefinedElement>(DefinedElement.class, this, LogiclanguagePackage.TYPE_DEFINITION__ELEMENTS, LogiclanguagePackage.DEFINED_ELEMENT__DEFINED_IN_TYPE);
@@ -89,6 +90,7 @@ public class TypeDefinitionImpl extends TypeImpl implements TypeDefinition {
89 * <!-- end-user-doc --> 90 * <!-- end-user-doc -->
90 * @generated 91 * @generated
91 */ 92 */
93 @Override
92 public TypeDeclaration getDefines() { 94 public TypeDeclaration getDefines() {
93 if (defines != null && defines.eIsProxy()) { 95 if (defines != null && defines.eIsProxy()) {
94 InternalEObject oldDefines = (InternalEObject)defines; 96 InternalEObject oldDefines = (InternalEObject)defines;
@@ -115,6 +117,7 @@ public class TypeDefinitionImpl extends TypeImpl implements TypeDefinition {
115 * <!-- end-user-doc --> 117 * <!-- end-user-doc -->
116 * @generated 118 * @generated
117 */ 119 */
120 @Override
118 public void setDefines(TypeDeclaration newDefines) { 121 public void setDefines(TypeDeclaration newDefines) {
119 TypeDeclaration oldDefines = defines; 122 TypeDeclaration oldDefines = defines;
120 defines = newDefines; 123 defines = newDefines;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeImpl.java
index f51d7ef5..3929baac 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/TypeImpl.java
@@ -119,6 +119,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
119 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
120 * @generated 120 * @generated
121 */ 121 */
122 @Override
122 public String getName() { 123 public String getName() {
123 return name; 124 return name;
124 } 125 }
@@ -128,6 +129,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
128 * <!-- end-user-doc --> 129 * <!-- end-user-doc -->
129 * @generated 130 * @generated
130 */ 131 */
132 @Override
131 public void setName(String newName) { 133 public void setName(String newName) {
132 String oldName = name; 134 String oldName = name;
133 name = newName; 135 name = newName;
@@ -140,6 +142,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
140 * <!-- end-user-doc --> 142 * <!-- end-user-doc -->
141 * @generated 143 * @generated
142 */ 144 */
145 @Override
143 public EList<Type> getSubtypes() { 146 public EList<Type> getSubtypes() {
144 if (subtypes == null) { 147 if (subtypes == null) {
145 subtypes = new EObjectWithInverseResolvingEList.ManyInverse<Type>(Type.class, this, LogiclanguagePackage.TYPE__SUBTYPES, LogiclanguagePackage.TYPE__SUPERTYPES); 148 subtypes = new EObjectWithInverseResolvingEList.ManyInverse<Type>(Type.class, this, LogiclanguagePackage.TYPE__SUBTYPES, LogiclanguagePackage.TYPE__SUPERTYPES);
@@ -152,6 +155,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
152 * <!-- end-user-doc --> 155 * <!-- end-user-doc -->
153 * @generated 156 * @generated
154 */ 157 */
158 @Override
155 public EList<Type> getSupertypes() { 159 public EList<Type> getSupertypes() {
156 if (supertypes == null) { 160 if (supertypes == null) {
157 supertypes = new EObjectWithInverseResolvingEList.ManyInverse<Type>(Type.class, this, LogiclanguagePackage.TYPE__SUPERTYPES, LogiclanguagePackage.TYPE__SUBTYPES); 161 supertypes = new EObjectWithInverseResolvingEList.ManyInverse<Type>(Type.class, this, LogiclanguagePackage.TYPE__SUPERTYPES, LogiclanguagePackage.TYPE__SUBTYPES);
@@ -164,6 +168,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
164 * <!-- end-user-doc --> 168 * <!-- end-user-doc -->
165 * @generated 169 * @generated
166 */ 170 */
171 @Override
167 public boolean isIsAbstract() { 172 public boolean isIsAbstract() {
168 return isAbstract; 173 return isAbstract;
169 } 174 }
@@ -173,6 +178,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
173 * <!-- end-user-doc --> 178 * <!-- end-user-doc -->
174 * @generated 179 * @generated
175 */ 180 */
181 @Override
176 public void setIsAbstract(boolean newIsAbstract) { 182 public void setIsAbstract(boolean newIsAbstract) {
177 boolean oldIsAbstract = isAbstract; 183 boolean oldIsAbstract = isAbstract;
178 isAbstract = newIsAbstract; 184 isAbstract = newIsAbstract;
@@ -313,7 +319,7 @@ public abstract class TypeImpl extends MinimalEObjectImpl.Container implements T
313 public String toString() { 319 public String toString() {
314 if (eIsProxy()) return super.toString(); 320 if (eIsProxy()) return super.toString();
315 321
316 StringBuffer result = new StringBuffer(super.toString()); 322 StringBuilder result = new StringBuilder(super.toString());
317 result.append(" (name: "); 323 result.append(" (name: ");
318 result.append(name); 324 result.append(name);
319 result.append(", isAbstract: "); 325 result.append(", isAbstract: ");
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/VariableImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/VariableImpl.java
index 5e862b9f..d499afad 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/VariableImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/impl/VariableImpl.java
@@ -62,6 +62,7 @@ public class VariableImpl extends SymbolicDeclarationImpl implements Variable {
62 * <!-- end-user-doc --> 62 * <!-- end-user-doc -->
63 * @generated 63 * @generated
64 */ 64 */
65 @Override
65 public TypeReference getRange() { 66 public TypeReference getRange() {
66 return range; 67 return range;
67 } 68 }
@@ -86,6 +87,7 @@ public class VariableImpl extends SymbolicDeclarationImpl implements Variable {
86 * <!-- end-user-doc --> 87 * <!-- end-user-doc -->
87 * @generated 88 * @generated
88 */ 89 */
90 @Override
89 public void setRange(TypeReference newRange) { 91 public void setRange(TypeReference newRange) {
90 if (newRange != range) { 92 if (newRange != range) {
91 NotificationChain msgs = null; 93 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageAdapterFactory.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageAdapterFactory.java
index d61c3a2a..25edee70 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageAdapterFactory.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageAdapterFactory.java
@@ -204,8 +204,8 @@ public class LogiclanguageAdapterFactory extends AdapterFactoryImpl {
204 return createMoreOrEqualThanAdapter(); 204 return createMoreOrEqualThanAdapter();
205 } 205 }
206 @Override 206 @Override
207 public Adapter caseIntOperation(IntOperation object) { 207 public Adapter caseNumericOperation(NumericOperation object) {
208 return createIntOperationAdapter(); 208 return createNumericOperationAdapter();
209 } 209 }
210 @Override 210 @Override
211 public Adapter casePlus(Plus object) { 211 public Adapter casePlus(Plus object) {
@@ -300,6 +300,34 @@ public class LogiclanguageAdapterFactory extends AdapterFactoryImpl {
300 return createTransitiveClosureAdapter(); 300 return createTransitiveClosureAdapter();
301 } 301 }
302 @Override 302 @Override
303 public Adapter casePow(Pow object) {
304 return createPowAdapter();
305 }
306 @Override
307 public Adapter caseAggregateExpression(AggregateExpression object) {
308 return createAggregateExpressionAdapter();
309 }
310 @Override
311 public Adapter caseSum(Sum object) {
312 return createSumAdapter();
313 }
314 @Override
315 public Adapter caseCount(Count object) {
316 return createCountAdapter();
317 }
318 @Override
319 public Adapter caseMin(Min object) {
320 return createMinAdapter();
321 }
322 @Override
323 public Adapter caseMax(Max object) {
324 return createMaxAdapter();
325 }
326 @Override
327 public Adapter caseProjectedAggregateExpression(ProjectedAggregateExpression object) {
328 return createProjectedAggregateExpressionAdapter();
329 }
330 @Override
303 public Adapter defaultCase(EObject object) { 331 public Adapter defaultCase(EObject object) {
304 return createEObjectAdapter(); 332 return createEObjectAdapter();
305 } 333 }
@@ -796,16 +824,16 @@ public class LogiclanguageAdapterFactory extends AdapterFactoryImpl {
796 } 824 }
797 825
798 /** 826 /**
799 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation <em>Int Operation</em>}'. 827 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation <em>Numeric Operation</em>}'.
800 * <!-- begin-user-doc --> 828 * <!-- begin-user-doc -->
801 * This default implementation returns null so that we can easily ignore cases; 829 * This default implementation returns null so that we can easily ignore cases;
802 * it's useful to ignore a case when inheritance will catch all the cases anyway. 830 * it's useful to ignore a case when inheritance will catch all the cases anyway.
803 * <!-- end-user-doc --> 831 * <!-- end-user-doc -->
804 * @return the new adapter. 832 * @return the new adapter.
805 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.IntOperation 833 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.NumericOperation
806 * @generated 834 * @generated
807 */ 835 */
808 public Adapter createIntOperationAdapter() { 836 public Adapter createNumericOperationAdapter() {
809 return null; 837 return null;
810 } 838 }
811 839
@@ -1132,6 +1160,104 @@ public class LogiclanguageAdapterFactory extends AdapterFactoryImpl {
1132 } 1160 }
1133 1161
1134 /** 1162 /**
1163 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Pow <em>Pow</em>}'.
1164 * <!-- begin-user-doc -->
1165 * This default implementation returns null so that we can easily ignore cases;
1166 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1167 * <!-- end-user-doc -->
1168 * @return the new adapter.
1169 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Pow
1170 * @generated
1171 */
1172 public Adapter createPowAdapter() {
1173 return null;
1174 }
1175
1176 /**
1177 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression <em>Aggregate Expression</em>}'.
1178 * <!-- begin-user-doc -->
1179 * This default implementation returns null so that we can easily ignore cases;
1180 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1181 * <!-- end-user-doc -->
1182 * @return the new adapter.
1183 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.AggregateExpression
1184 * @generated
1185 */
1186 public Adapter createAggregateExpressionAdapter() {
1187 return null;
1188 }
1189
1190 /**
1191 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Sum <em>Sum</em>}'.
1192 * <!-- begin-user-doc -->
1193 * This default implementation returns null so that we can easily ignore cases;
1194 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1195 * <!-- end-user-doc -->
1196 * @return the new adapter.
1197 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Sum
1198 * @generated
1199 */
1200 public Adapter createSumAdapter() {
1201 return null;
1202 }
1203
1204 /**
1205 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Count <em>Count</em>}'.
1206 * <!-- begin-user-doc -->
1207 * This default implementation returns null so that we can easily ignore cases;
1208 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1209 * <!-- end-user-doc -->
1210 * @return the new adapter.
1211 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Count
1212 * @generated
1213 */
1214 public Adapter createCountAdapter() {
1215 return null;
1216 }
1217
1218 /**
1219 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Min <em>Min</em>}'.
1220 * <!-- begin-user-doc -->
1221 * This default implementation returns null so that we can easily ignore cases;
1222 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1223 * <!-- end-user-doc -->
1224 * @return the new adapter.
1225 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Min
1226 * @generated
1227 */
1228 public Adapter createMinAdapter() {
1229 return null;
1230 }
1231
1232 /**
1233 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Max <em>Max</em>}'.
1234 * <!-- begin-user-doc -->
1235 * This default implementation returns null so that we can easily ignore cases;
1236 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1237 * <!-- end-user-doc -->
1238 * @return the new adapter.
1239 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.Max
1240 * @generated
1241 */
1242 public Adapter createMaxAdapter() {
1243 return null;
1244 }
1245
1246 /**
1247 * Creates a new adapter for an object of class '{@link hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression <em>Projected Aggregate Expression</em>}'.
1248 * <!-- begin-user-doc -->
1249 * This default implementation returns null so that we can easily ignore cases;
1250 * it's useful to ignore a case when inheritance will catch all the cases anyway.
1251 * <!-- end-user-doc -->
1252 * @return the new adapter.
1253 * @see hu.bme.mit.inf.dslreasoner.logic.model.logiclanguage.ProjectedAggregateExpression
1254 * @generated
1255 */
1256 public Adapter createProjectedAggregateExpressionAdapter() {
1257 return null;
1258 }
1259
1260 /**
1135 * Creates a new adapter for the default case. 1261 * Creates a new adapter for the default case.
1136 * <!-- begin-user-doc --> 1262 * <!-- begin-user-doc -->
1137 * This default implementation returns null. 1263 * This default implementation returns null.
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageSwitch.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageSwitch.java
index 07554514..fc443484 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageSwitch.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logiclanguage/util/LogiclanguageSwitch.java
@@ -353,18 +353,18 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
353 if (result == null) result = defaultCase(theEObject); 353 if (result == null) result = defaultCase(theEObject);
354 return result; 354 return result;
355 } 355 }
356 case LogiclanguagePackage.INT_OPERATION: { 356 case LogiclanguagePackage.NUMERIC_OPERATION: {
357 IntOperation intOperation = (IntOperation)theEObject; 357 NumericOperation numericOperation = (NumericOperation)theEObject;
358 T result = caseIntOperation(intOperation); 358 T result = caseNumericOperation(numericOperation);
359 if (result == null) result = caseTerm(intOperation); 359 if (result == null) result = caseTerm(numericOperation);
360 if (result == null) result = caseTermDescription(intOperation); 360 if (result == null) result = caseTermDescription(numericOperation);
361 if (result == null) result = defaultCase(theEObject); 361 if (result == null) result = defaultCase(theEObject);
362 return result; 362 return result;
363 } 363 }
364 case LogiclanguagePackage.PLUS: { 364 case LogiclanguagePackage.PLUS: {
365 Plus plus = (Plus)theEObject; 365 Plus plus = (Plus)theEObject;
366 T result = casePlus(plus); 366 T result = casePlus(plus);
367 if (result == null) result = caseIntOperation(plus); 367 if (result == null) result = caseNumericOperation(plus);
368 if (result == null) result = caseTerm(plus); 368 if (result == null) result = caseTerm(plus);
369 if (result == null) result = caseTermDescription(plus); 369 if (result == null) result = caseTermDescription(plus);
370 if (result == null) result = defaultCase(theEObject); 370 if (result == null) result = defaultCase(theEObject);
@@ -373,7 +373,7 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
373 case LogiclanguagePackage.MINUS: { 373 case LogiclanguagePackage.MINUS: {
374 Minus minus = (Minus)theEObject; 374 Minus minus = (Minus)theEObject;
375 T result = caseMinus(minus); 375 T result = caseMinus(minus);
376 if (result == null) result = caseIntOperation(minus); 376 if (result == null) result = caseNumericOperation(minus);
377 if (result == null) result = caseTerm(minus); 377 if (result == null) result = caseTerm(minus);
378 if (result == null) result = caseTermDescription(minus); 378 if (result == null) result = caseTermDescription(minus);
379 if (result == null) result = defaultCase(theEObject); 379 if (result == null) result = defaultCase(theEObject);
@@ -382,7 +382,7 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
382 case LogiclanguagePackage.MULTIPLY: { 382 case LogiclanguagePackage.MULTIPLY: {
383 Multiply multiply = (Multiply)theEObject; 383 Multiply multiply = (Multiply)theEObject;
384 T result = caseMultiply(multiply); 384 T result = caseMultiply(multiply);
385 if (result == null) result = caseIntOperation(multiply); 385 if (result == null) result = caseNumericOperation(multiply);
386 if (result == null) result = caseTerm(multiply); 386 if (result == null) result = caseTerm(multiply);
387 if (result == null) result = caseTermDescription(multiply); 387 if (result == null) result = caseTermDescription(multiply);
388 if (result == null) result = defaultCase(theEObject); 388 if (result == null) result = defaultCase(theEObject);
@@ -391,7 +391,7 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
391 case LogiclanguagePackage.DIVISON: { 391 case LogiclanguagePackage.DIVISON: {
392 Divison divison = (Divison)theEObject; 392 Divison divison = (Divison)theEObject;
393 T result = caseDivison(divison); 393 T result = caseDivison(divison);
394 if (result == null) result = caseIntOperation(divison); 394 if (result == null) result = caseNumericOperation(divison);
395 if (result == null) result = caseTerm(divison); 395 if (result == null) result = caseTerm(divison);
396 if (result == null) result = caseTermDescription(divison); 396 if (result == null) result = caseTermDescription(divison);
397 if (result == null) result = defaultCase(theEObject); 397 if (result == null) result = defaultCase(theEObject);
@@ -400,7 +400,7 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
400 case LogiclanguagePackage.MOD: { 400 case LogiclanguagePackage.MOD: {
401 Mod mod = (Mod)theEObject; 401 Mod mod = (Mod)theEObject;
402 T result = caseMod(mod); 402 T result = caseMod(mod);
403 if (result == null) result = caseIntOperation(mod); 403 if (result == null) result = caseNumericOperation(mod);
404 if (result == null) result = caseTerm(mod); 404 if (result == null) result = caseTerm(mod);
405 if (result == null) result = caseTermDescription(mod); 405 if (result == null) result = caseTermDescription(mod);
406 if (result == null) result = defaultCase(theEObject); 406 if (result == null) result = defaultCase(theEObject);
@@ -552,6 +552,71 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
552 if (result == null) result = defaultCase(theEObject); 552 if (result == null) result = defaultCase(theEObject);
553 return result; 553 return result;
554 } 554 }
555 case LogiclanguagePackage.POW: {
556 Pow pow = (Pow)theEObject;
557 T result = casePow(pow);
558 if (result == null) result = caseNumericOperation(pow);
559 if (result == null) result = caseTerm(pow);
560 if (result == null) result = caseTermDescription(pow);
561 if (result == null) result = defaultCase(theEObject);
562 return result;
563 }
564 case LogiclanguagePackage.AGGREGATE_EXPRESSION: {
565 AggregateExpression aggregateExpression = (AggregateExpression)theEObject;
566 T result = caseAggregateExpression(aggregateExpression);
567 if (result == null) result = caseTerm(aggregateExpression);
568 if (result == null) result = caseTermDescription(aggregateExpression);
569 if (result == null) result = defaultCase(theEObject);
570 return result;
571 }
572 case LogiclanguagePackage.SUM: {
573 Sum sum = (Sum)theEObject;
574 T result = caseSum(sum);
575 if (result == null) result = caseProjectedAggregateExpression(sum);
576 if (result == null) result = caseAggregateExpression(sum);
577 if (result == null) result = caseTerm(sum);
578 if (result == null) result = caseTermDescription(sum);
579 if (result == null) result = defaultCase(theEObject);
580 return result;
581 }
582 case LogiclanguagePackage.COUNT: {
583 Count count = (Count)theEObject;
584 T result = caseCount(count);
585 if (result == null) result = caseAggregateExpression(count);
586 if (result == null) result = caseTerm(count);
587 if (result == null) result = caseTermDescription(count);
588 if (result == null) result = defaultCase(theEObject);
589 return result;
590 }
591 case LogiclanguagePackage.MIN: {
592 Min min = (Min)theEObject;
593 T result = caseMin(min);
594 if (result == null) result = caseProjectedAggregateExpression(min);
595 if (result == null) result = caseAggregateExpression(min);
596 if (result == null) result = caseTerm(min);
597 if (result == null) result = caseTermDescription(min);
598 if (result == null) result = defaultCase(theEObject);
599 return result;
600 }
601 case LogiclanguagePackage.MAX: {
602 Max max = (Max)theEObject;
603 T result = caseMax(max);
604 if (result == null) result = caseProjectedAggregateExpression(max);
605 if (result == null) result = caseAggregateExpression(max);
606 if (result == null) result = caseTerm(max);
607 if (result == null) result = caseTermDescription(max);
608 if (result == null) result = defaultCase(theEObject);
609 return result;
610 }
611 case LogiclanguagePackage.PROJECTED_AGGREGATE_EXPRESSION: {
612 ProjectedAggregateExpression projectedAggregateExpression = (ProjectedAggregateExpression)theEObject;
613 T result = caseProjectedAggregateExpression(projectedAggregateExpression);
614 if (result == null) result = caseAggregateExpression(projectedAggregateExpression);
615 if (result == null) result = caseTerm(projectedAggregateExpression);
616 if (result == null) result = caseTermDescription(projectedAggregateExpression);
617 if (result == null) result = defaultCase(theEObject);
618 return result;
619 }
555 default: return defaultCase(theEObject); 620 default: return defaultCase(theEObject);
556 } 621 }
557 } 622 }
@@ -1067,17 +1132,17 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
1067 } 1132 }
1068 1133
1069 /** 1134 /**
1070 * Returns the result of interpreting the object as an instance of '<em>Int Operation</em>'. 1135 * Returns the result of interpreting the object as an instance of '<em>Numeric Operation</em>'.
1071 * <!-- begin-user-doc --> 1136 * <!-- begin-user-doc -->
1072 * This implementation returns null; 1137 * This implementation returns null;
1073 * returning a non-null result will terminate the switch. 1138 * returning a non-null result will terminate the switch.
1074 * <!-- end-user-doc --> 1139 * <!-- end-user-doc -->
1075 * @param object the target of the switch. 1140 * @param object the target of the switch.
1076 * @return the result of interpreting the object as an instance of '<em>Int Operation</em>'. 1141 * @return the result of interpreting the object as an instance of '<em>Numeric Operation</em>'.
1077 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject) 1142 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1078 * @generated 1143 * @generated
1079 */ 1144 */
1080 public T caseIntOperation(IntOperation object) { 1145 public T caseNumericOperation(NumericOperation object) {
1081 return null; 1146 return null;
1082 } 1147 }
1083 1148
@@ -1427,6 +1492,111 @@ public class LogiclanguageSwitch<T> extends Switch<T> {
1427 } 1492 }
1428 1493
1429 /** 1494 /**
1495 * Returns the result of interpreting the object as an instance of '<em>Pow</em>'.
1496 * <!-- begin-user-doc -->
1497 * This implementation returns null;
1498 * returning a non-null result will terminate the switch.
1499 * <!-- end-user-doc -->
1500 * @param object the target of the switch.
1501 * @return the result of interpreting the object as an instance of '<em>Pow</em>'.
1502 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1503 * @generated
1504 */
1505 public T casePow(Pow object) {
1506 return null;
1507 }
1508
1509 /**
1510 * Returns the result of interpreting the object as an instance of '<em>Aggregate Expression</em>'.
1511 * <!-- begin-user-doc -->
1512 * This implementation returns null;
1513 * returning a non-null result will terminate the switch.
1514 * <!-- end-user-doc -->
1515 * @param object the target of the switch.
1516 * @return the result of interpreting the object as an instance of '<em>Aggregate Expression</em>'.
1517 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1518 * @generated
1519 */
1520 public T caseAggregateExpression(AggregateExpression object) {
1521 return null;
1522 }
1523
1524 /**
1525 * Returns the result of interpreting the object as an instance of '<em>Sum</em>'.
1526 * <!-- begin-user-doc -->
1527 * This implementation returns null;
1528 * returning a non-null result will terminate the switch.
1529 * <!-- end-user-doc -->
1530 * @param object the target of the switch.
1531 * @return the result of interpreting the object as an instance of '<em>Sum</em>'.
1532 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1533 * @generated
1534 */
1535 public T caseSum(Sum object) {
1536 return null;
1537 }
1538
1539 /**
1540 * Returns the result of interpreting the object as an instance of '<em>Count</em>'.
1541 * <!-- begin-user-doc -->
1542 * This implementation returns null;
1543 * returning a non-null result will terminate the switch.
1544 * <!-- end-user-doc -->
1545 * @param object the target of the switch.
1546 * @return the result of interpreting the object as an instance of '<em>Count</em>'.
1547 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1548 * @generated
1549 */
1550 public T caseCount(Count object) {
1551 return null;
1552 }
1553
1554 /**
1555 * Returns the result of interpreting the object as an instance of '<em>Min</em>'.
1556 * <!-- begin-user-doc -->
1557 * This implementation returns null;
1558 * returning a non-null result will terminate the switch.
1559 * <!-- end-user-doc -->
1560 * @param object the target of the switch.
1561 * @return the result of interpreting the object as an instance of '<em>Min</em>'.
1562 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1563 * @generated
1564 */
1565 public T caseMin(Min object) {
1566 return null;
1567 }
1568
1569 /**
1570 * Returns the result of interpreting the object as an instance of '<em>Max</em>'.
1571 * <!-- begin-user-doc -->
1572 * This implementation returns null;
1573 * returning a non-null result will terminate the switch.
1574 * <!-- end-user-doc -->
1575 * @param object the target of the switch.
1576 * @return the result of interpreting the object as an instance of '<em>Max</em>'.
1577 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1578 * @generated
1579 */
1580 public T caseMax(Max object) {
1581 return null;
1582 }
1583
1584 /**
1585 * Returns the result of interpreting the object as an instance of '<em>Projected Aggregate Expression</em>'.
1586 * <!-- begin-user-doc -->
1587 * This implementation returns null;
1588 * returning a non-null result will terminate the switch.
1589 * <!-- end-user-doc -->
1590 * @param object the target of the switch.
1591 * @return the result of interpreting the object as an instance of '<em>Projected Aggregate Expression</em>'.
1592 * @see #doSwitch(org.eclipse.emf.ecore.EObject) doSwitch(EObject)
1593 * @generated
1594 */
1595 public T caseProjectedAggregateExpression(ProjectedAggregateExpression object) {
1596 return null;
1597 }
1598
1599 /**
1430 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'. 1600 * Returns the result of interpreting the object as an instance of '<em>EObject</em>'.
1431 * <!-- begin-user-doc --> 1601 * <!-- begin-user-doc -->
1432 * This implementation returns null; 1602 * This implementation returns null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/AssertionAnnotationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/AssertionAnnotationImpl.java
index 1e015974..8475fa72 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/AssertionAnnotationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/AssertionAnnotationImpl.java
@@ -64,6 +64,7 @@ public class AssertionAnnotationImpl extends AnnotationImpl implements Assertion
64 * <!-- end-user-doc --> 64 * <!-- end-user-doc -->
65 * @generated 65 * @generated
66 */ 66 */
67 @Override
67 public Assertion getTarget() { 68 public Assertion getTarget() {
68 if (target != null && target.eIsProxy()) { 69 if (target != null && target.eIsProxy()) {
69 InternalEObject oldTarget = (InternalEObject)target; 70 InternalEObject oldTarget = (InternalEObject)target;
@@ -105,6 +106,7 @@ public class AssertionAnnotationImpl extends AnnotationImpl implements Assertion
105 * <!-- end-user-doc --> 106 * <!-- end-user-doc -->
106 * @generated 107 * @generated
107 */ 108 */
109 @Override
108 public void setTarget(Assertion newTarget) { 110 public void setTarget(Assertion newTarget) {
109 if (newTarget != target) { 111 if (newTarget != target) {
110 NotificationChain msgs = null; 112 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ConstantAnnotationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ConstantAnnotationImpl.java
index 734ce70c..b9021015 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ConstantAnnotationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ConstantAnnotationImpl.java
@@ -64,6 +64,7 @@ public class ConstantAnnotationImpl extends AnnotationImpl implements ConstantAn
64 * <!-- end-user-doc --> 64 * <!-- end-user-doc -->
65 * @generated 65 * @generated
66 */ 66 */
67 @Override
67 public Constant getTarget() { 68 public Constant getTarget() {
68 if (target != null && target.eIsProxy()) { 69 if (target != null && target.eIsProxy()) {
69 InternalEObject oldTarget = (InternalEObject)target; 70 InternalEObject oldTarget = (InternalEObject)target;
@@ -105,6 +106,7 @@ public class ConstantAnnotationImpl extends AnnotationImpl implements ConstantAn
105 * <!-- end-user-doc --> 106 * <!-- end-user-doc -->
106 * @generated 107 * @generated
107 */ 108 */
109 @Override
108 public void setTarget(Constant newTarget) { 110 public void setTarget(Constant newTarget) {
109 if (newTarget != target) { 111 if (newTarget != target) {
110 NotificationChain msgs = null; 112 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ContainmentHierarchyImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ContainmentHierarchyImpl.java
index 909f49a5..bb7b8ede 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ContainmentHierarchyImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/ContainmentHierarchyImpl.java
@@ -105,6 +105,7 @@ public class ContainmentHierarchyImpl extends MinimalEObjectImpl.Container imple
105 * <!-- end-user-doc --> 105 * <!-- end-user-doc -->
106 * @generated 106 * @generated
107 */ 107 */
108 @Override
108 public EList<Type> getTypesOrderedInHierarchy() { 109 public EList<Type> getTypesOrderedInHierarchy() {
109 if (typesOrderedInHierarchy == null) { 110 if (typesOrderedInHierarchy == null) {
110 typesOrderedInHierarchy = new EObjectResolvingEList<Type>(Type.class, this, LogicproblemPackage.CONTAINMENT_HIERARCHY__TYPES_ORDERED_IN_HIERARCHY); 111 typesOrderedInHierarchy = new EObjectResolvingEList<Type>(Type.class, this, LogicproblemPackage.CONTAINMENT_HIERARCHY__TYPES_ORDERED_IN_HIERARCHY);
@@ -117,6 +118,7 @@ public class ContainmentHierarchyImpl extends MinimalEObjectImpl.Container imple
117 * <!-- end-user-doc --> 118 * <!-- end-user-doc -->
118 * @generated 119 * @generated
119 */ 120 */
121 @Override
120 public EList<Function> getContainmentFunctions() { 122 public EList<Function> getContainmentFunctions() {
121 if (containmentFunctions == null) { 123 if (containmentFunctions == null) {
122 containmentFunctions = new EObjectResolvingEList<Function>(Function.class, this, LogicproblemPackage.CONTAINMENT_HIERARCHY__CONTAINMENT_FUNCTIONS); 124 containmentFunctions = new EObjectResolvingEList<Function>(Function.class, this, LogicproblemPackage.CONTAINMENT_HIERARCHY__CONTAINMENT_FUNCTIONS);
@@ -129,6 +131,7 @@ public class ContainmentHierarchyImpl extends MinimalEObjectImpl.Container imple
129 * <!-- end-user-doc --> 131 * <!-- end-user-doc -->
130 * @generated 132 * @generated
131 */ 133 */
134 @Override
132 public EList<Relation> getContainmentRelations() { 135 public EList<Relation> getContainmentRelations() {
133 if (containmentRelations == null) { 136 if (containmentRelations == null) {
134 containmentRelations = new EObjectResolvingEList<Relation>(Relation.class, this, LogicproblemPackage.CONTAINMENT_HIERARCHY__CONTAINMENT_RELATIONS); 137 containmentRelations = new EObjectResolvingEList<Relation>(Relation.class, this, LogicproblemPackage.CONTAINMENT_HIERARCHY__CONTAINMENT_RELATIONS);
@@ -141,6 +144,7 @@ public class ContainmentHierarchyImpl extends MinimalEObjectImpl.Container imple
141 * <!-- end-user-doc --> 144 * <!-- end-user-doc -->
142 * @generated 145 * @generated
143 */ 146 */
147 @Override
144 public Constant getRootConstant() { 148 public Constant getRootConstant() {
145 if (rootConstant != null && rootConstant.eIsProxy()) { 149 if (rootConstant != null && rootConstant.eIsProxy()) {
146 InternalEObject oldRootConstant = (InternalEObject)rootConstant; 150 InternalEObject oldRootConstant = (InternalEObject)rootConstant;
@@ -167,6 +171,7 @@ public class ContainmentHierarchyImpl extends MinimalEObjectImpl.Container imple
167 * <!-- end-user-doc --> 171 * <!-- end-user-doc -->
168 * @generated 172 * @generated
169 */ 173 */
174 @Override
170 public void setRootConstant(Constant newRootConstant) { 175 public void setRootConstant(Constant newRootConstant) {
171 Constant oldRootConstant = rootConstant; 176 Constant oldRootConstant = rootConstant;
172 rootConstant = newRootConstant; 177 rootConstant = newRootConstant;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/FunctionAnnotationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/FunctionAnnotationImpl.java
index 77ee58c2..a65374f8 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/FunctionAnnotationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/FunctionAnnotationImpl.java
@@ -64,6 +64,7 @@ public class FunctionAnnotationImpl extends AnnotationImpl implements FunctionAn
64 * <!-- end-user-doc --> 64 * <!-- end-user-doc -->
65 * @generated 65 * @generated
66 */ 66 */
67 @Override
67 public Function getTarget() { 68 public Function getTarget() {
68 if (target != null && target.eIsProxy()) { 69 if (target != null && target.eIsProxy()) {
69 InternalEObject oldTarget = (InternalEObject)target; 70 InternalEObject oldTarget = (InternalEObject)target;
@@ -105,6 +106,7 @@ public class FunctionAnnotationImpl extends AnnotationImpl implements FunctionAn
105 * <!-- end-user-doc --> 106 * <!-- end-user-doc -->
106 * @generated 107 * @generated
107 */ 108 */
109 @Override
108 public void setTarget(Function newTarget) { 110 public void setTarget(Function newTarget) {
109 if (newTarget != target) { 111 if (newTarget != target) {
110 NotificationChain msgs = null; 112 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicProblemImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicProblemImpl.java
index 70b31163..f3aa5808 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicProblemImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicProblemImpl.java
@@ -152,6 +152,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
152 * <!-- end-user-doc --> 152 * <!-- end-user-doc -->
153 * @generated 153 * @generated
154 */ 154 */
155 @Override
155 public EList<Type> getTypes() { 156 public EList<Type> getTypes() {
156 if (types == null) { 157 if (types == null) {
157 types = new EObjectContainmentEList<Type>(Type.class, this, LogicproblemPackage.LOGIC_PROBLEM__TYPES); 158 types = new EObjectContainmentEList<Type>(Type.class, this, LogicproblemPackage.LOGIC_PROBLEM__TYPES);
@@ -164,6 +165,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
164 * <!-- end-user-doc --> 165 * <!-- end-user-doc -->
165 * @generated 166 * @generated
166 */ 167 */
168 @Override
167 public EList<Function> getFunctions() { 169 public EList<Function> getFunctions() {
168 if (functions == null) { 170 if (functions == null) {
169 functions = new EObjectContainmentEList<Function>(Function.class, this, LogicproblemPackage.LOGIC_PROBLEM__FUNCTIONS); 171 functions = new EObjectContainmentEList<Function>(Function.class, this, LogicproblemPackage.LOGIC_PROBLEM__FUNCTIONS);
@@ -176,6 +178,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
176 * <!-- end-user-doc --> 178 * <!-- end-user-doc -->
177 * @generated 179 * @generated
178 */ 180 */
181 @Override
179 public EList<Assertion> getAssertions() { 182 public EList<Assertion> getAssertions() {
180 if (assertions == null) { 183 if (assertions == null) {
181 assertions = new EObjectContainmentEList<Assertion>(Assertion.class, this, LogicproblemPackage.LOGIC_PROBLEM__ASSERTIONS); 184 assertions = new EObjectContainmentEList<Assertion>(Assertion.class, this, LogicproblemPackage.LOGIC_PROBLEM__ASSERTIONS);
@@ -188,6 +191,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
188 * <!-- end-user-doc --> 191 * <!-- end-user-doc -->
189 * @generated 192 * @generated
190 */ 193 */
194 @Override
191 public EList<Relation> getRelations() { 195 public EList<Relation> getRelations() {
192 if (relations == null) { 196 if (relations == null) {
193 relations = new EObjectContainmentEList<Relation>(Relation.class, this, LogicproblemPackage.LOGIC_PROBLEM__RELATIONS); 197 relations = new EObjectContainmentEList<Relation>(Relation.class, this, LogicproblemPackage.LOGIC_PROBLEM__RELATIONS);
@@ -200,6 +204,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
200 * <!-- end-user-doc --> 204 * <!-- end-user-doc -->
201 * @generated 205 * @generated
202 */ 206 */
207 @Override
203 public EList<Constant> getConstants() { 208 public EList<Constant> getConstants() {
204 if (constants == null) { 209 if (constants == null) {
205 constants = new EObjectContainmentEList<Constant>(Constant.class, this, LogicproblemPackage.LOGIC_PROBLEM__CONSTANTS); 210 constants = new EObjectContainmentEList<Constant>(Constant.class, this, LogicproblemPackage.LOGIC_PROBLEM__CONSTANTS);
@@ -212,6 +217,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
212 * <!-- end-user-doc --> 217 * <!-- end-user-doc -->
213 * @generated 218 * @generated
214 */ 219 */
220 @Override
215 public EList<DefinedElement> getElements() { 221 public EList<DefinedElement> getElements() {
216 if (elements == null) { 222 if (elements == null) {
217 elements = new EObjectContainmentEList<DefinedElement>(DefinedElement.class, this, LogicproblemPackage.LOGIC_PROBLEM__ELEMENTS); 223 elements = new EObjectContainmentEList<DefinedElement>(DefinedElement.class, this, LogicproblemPackage.LOGIC_PROBLEM__ELEMENTS);
@@ -224,6 +230,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
224 * <!-- end-user-doc --> 230 * <!-- end-user-doc -->
225 * @generated 231 * @generated
226 */ 232 */
233 @Override
227 public EList<ContainmentHierarchy> getContainmentHierarchies() { 234 public EList<ContainmentHierarchy> getContainmentHierarchies() {
228 if (containmentHierarchies == null) { 235 if (containmentHierarchies == null) {
229 containmentHierarchies = new EObjectContainmentEList<ContainmentHierarchy>(ContainmentHierarchy.class, this, LogicproblemPackage.LOGIC_PROBLEM__CONTAINMENT_HIERARCHIES); 236 containmentHierarchies = new EObjectContainmentEList<ContainmentHierarchy>(ContainmentHierarchy.class, this, LogicproblemPackage.LOGIC_PROBLEM__CONTAINMENT_HIERARCHIES);
@@ -236,6 +243,7 @@ public class LogicProblemImpl extends MinimalEObjectImpl.Container implements Lo
236 * <!-- end-user-doc --> 243 * <!-- end-user-doc -->
237 * @generated 244 * @generated
238 */ 245 */
246 @Override
239 public EList<Annotation> getAnnotations() { 247 public EList<Annotation> getAnnotations() {
240 if (annotations == null) { 248 if (annotations == null) {
241 annotations = new EObjectContainmentEList<Annotation>(Annotation.class, this, LogicproblemPackage.LOGIC_PROBLEM__ANNOTATIONS); 249 annotations = new EObjectContainmentEList<Annotation>(Annotation.class, this, LogicproblemPackage.LOGIC_PROBLEM__ANNOTATIONS);
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemFactoryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemFactoryImpl.java
index 66a8f116..a4703586 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemFactoryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemFactoryImpl.java
@@ -73,6 +73,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
73 * <!-- end-user-doc --> 73 * <!-- end-user-doc -->
74 * @generated 74 * @generated
75 */ 75 */
76 @Override
76 public LogicProblem createLogicProblem() { 77 public LogicProblem createLogicProblem() {
77 LogicProblemImpl logicProblem = new LogicProblemImpl(); 78 LogicProblemImpl logicProblem = new LogicProblemImpl();
78 return logicProblem; 79 return logicProblem;
@@ -83,6 +84,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
83 * <!-- end-user-doc --> 84 * <!-- end-user-doc -->
84 * @generated 85 * @generated
85 */ 86 */
87 @Override
86 public ContainmentHierarchy createContainmentHierarchy() { 88 public ContainmentHierarchy createContainmentHierarchy() {
87 ContainmentHierarchyImpl containmentHierarchy = new ContainmentHierarchyImpl(); 89 ContainmentHierarchyImpl containmentHierarchy = new ContainmentHierarchyImpl();
88 return containmentHierarchy; 90 return containmentHierarchy;
@@ -93,6 +95,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
93 * <!-- end-user-doc --> 95 * <!-- end-user-doc -->
94 * @generated 96 * @generated
95 */ 97 */
98 @Override
96 public RelationAnnotation createRelationAnnotation() { 99 public RelationAnnotation createRelationAnnotation() {
97 RelationAnnotationImpl relationAnnotation = new RelationAnnotationImpl(); 100 RelationAnnotationImpl relationAnnotation = new RelationAnnotationImpl();
98 return relationAnnotation; 101 return relationAnnotation;
@@ -103,6 +106,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
103 * <!-- end-user-doc --> 106 * <!-- end-user-doc -->
104 * @generated 107 * @generated
105 */ 108 */
109 @Override
106 public ConstantAnnotation createConstantAnnotation() { 110 public ConstantAnnotation createConstantAnnotation() {
107 ConstantAnnotationImpl constantAnnotation = new ConstantAnnotationImpl(); 111 ConstantAnnotationImpl constantAnnotation = new ConstantAnnotationImpl();
108 return constantAnnotation; 112 return constantAnnotation;
@@ -113,6 +117,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
113 * <!-- end-user-doc --> 117 * <!-- end-user-doc -->
114 * @generated 118 * @generated
115 */ 119 */
120 @Override
116 public FunctionAnnotation createFunctionAnnotation() { 121 public FunctionAnnotation createFunctionAnnotation() {
117 FunctionAnnotationImpl functionAnnotation = new FunctionAnnotationImpl(); 122 FunctionAnnotationImpl functionAnnotation = new FunctionAnnotationImpl();
118 return functionAnnotation; 123 return functionAnnotation;
@@ -123,6 +128,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
123 * <!-- end-user-doc --> 128 * <!-- end-user-doc -->
124 * @generated 129 * @generated
125 */ 130 */
131 @Override
126 public AssertionAnnotation createAssertionAnnotation() { 132 public AssertionAnnotation createAssertionAnnotation() {
127 AssertionAnnotationImpl assertionAnnotation = new AssertionAnnotationImpl(); 133 AssertionAnnotationImpl assertionAnnotation = new AssertionAnnotationImpl();
128 return assertionAnnotation; 134 return assertionAnnotation;
@@ -133,6 +139,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
133 * <!-- end-user-doc --> 139 * <!-- end-user-doc -->
134 * @generated 140 * @generated
135 */ 141 */
142 @Override
136 public Annotation createAnnotation() { 143 public Annotation createAnnotation() {
137 AnnotationImpl annotation = new AnnotationImpl(); 144 AnnotationImpl annotation = new AnnotationImpl();
138 return annotation; 145 return annotation;
@@ -143,6 +150,7 @@ public class LogicproblemFactoryImpl extends EFactoryImpl implements Logicproble
143 * <!-- end-user-doc --> 150 * <!-- end-user-doc -->
144 * @generated 151 * @generated
145 */ 152 */
153 @Override
146 public LogicproblemPackage getLogicproblemPackage() { 154 public LogicproblemPackage getLogicproblemPackage() {
147 return (LogicproblemPackage)getEPackage(); 155 return (LogicproblemPackage)getEPackage();
148 } 156 }
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemPackageImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemPackageImpl.java
index 1dd429e7..3d50b05c 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemPackageImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/LogicproblemPackageImpl.java
@@ -109,7 +109,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
109 109
110 /** 110 /**
111 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. 111 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
112 * 112 *
113 * <p>This method is used to initialize {@link LogicproblemPackage#eINSTANCE} when that field is accessed. 113 * <p>This method is used to initialize {@link LogicproblemPackage#eINSTANCE} when that field is accessed.
114 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. 114 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
115 * <!-- begin-user-doc --> 115 * <!-- begin-user-doc -->
@@ -123,13 +123,16 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
123 if (isInited) return (LogicproblemPackage)EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI); 123 if (isInited) return (LogicproblemPackage)EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI);
124 124
125 // Obtain or create and register package 125 // Obtain or create and register package
126 LogicproblemPackageImpl theLogicproblemPackage = (LogicproblemPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof LogicproblemPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new LogicproblemPackageImpl()); 126 Object registeredLogicproblemPackage = EPackage.Registry.INSTANCE.get(eNS_URI);
127 LogicproblemPackageImpl theLogicproblemPackage = registeredLogicproblemPackage instanceof LogicproblemPackageImpl ? (LogicproblemPackageImpl)registeredLogicproblemPackage : new LogicproblemPackageImpl();
127 128
128 isInited = true; 129 isInited = true;
129 130
130 // Obtain or create and register interdependencies 131 // Obtain or create and register interdependencies
131 LogiclanguagePackageImpl theLogiclanguagePackage = (LogiclanguagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI) instanceof LogiclanguagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI) : LogiclanguagePackage.eINSTANCE); 132 Object registeredPackage = EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI);
132 LogicresultPackageImpl theLogicresultPackage = (LogicresultPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI) instanceof LogicresultPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI) : LogicresultPackage.eINSTANCE); 133 LogiclanguagePackageImpl theLogiclanguagePackage = (LogiclanguagePackageImpl)(registeredPackage instanceof LogiclanguagePackageImpl ? registeredPackage : LogiclanguagePackage.eINSTANCE);
134 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI);
135 LogicresultPackageImpl theLogicresultPackage = (LogicresultPackageImpl)(registeredPackage instanceof LogicresultPackageImpl ? registeredPackage : LogicresultPackage.eINSTANCE);
133 136
134 // Create package meta-data objects 137 // Create package meta-data objects
135 theLogicproblemPackage.createPackageContents(); 138 theLogicproblemPackage.createPackageContents();
@@ -144,7 +147,6 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
144 // Mark meta-data to indicate it can't be changed 147 // Mark meta-data to indicate it can't be changed
145 theLogicproblemPackage.freeze(); 148 theLogicproblemPackage.freeze();
146 149
147
148 // Update the registry and return the package 150 // Update the registry and return the package
149 EPackage.Registry.INSTANCE.put(LogicproblemPackage.eNS_URI, theLogicproblemPackage); 151 EPackage.Registry.INSTANCE.put(LogicproblemPackage.eNS_URI, theLogicproblemPackage);
150 return theLogicproblemPackage; 152 return theLogicproblemPackage;
@@ -155,6 +157,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
155 * <!-- end-user-doc --> 157 * <!-- end-user-doc -->
156 * @generated 158 * @generated
157 */ 159 */
160 @Override
158 public EClass getLogicProblem() { 161 public EClass getLogicProblem() {
159 return logicProblemEClass; 162 return logicProblemEClass;
160 } 163 }
@@ -164,6 +167,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
164 * <!-- end-user-doc --> 167 * <!-- end-user-doc -->
165 * @generated 168 * @generated
166 */ 169 */
170 @Override
167 public EReference getLogicProblem_Types() { 171 public EReference getLogicProblem_Types() {
168 return (EReference)logicProblemEClass.getEStructuralFeatures().get(0); 172 return (EReference)logicProblemEClass.getEStructuralFeatures().get(0);
169 } 173 }
@@ -173,6 +177,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
173 * <!-- end-user-doc --> 177 * <!-- end-user-doc -->
174 * @generated 178 * @generated
175 */ 179 */
180 @Override
176 public EReference getLogicProblem_Functions() { 181 public EReference getLogicProblem_Functions() {
177 return (EReference)logicProblemEClass.getEStructuralFeatures().get(1); 182 return (EReference)logicProblemEClass.getEStructuralFeatures().get(1);
178 } 183 }
@@ -182,6 +187,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
182 * <!-- end-user-doc --> 187 * <!-- end-user-doc -->
183 * @generated 188 * @generated
184 */ 189 */
190 @Override
185 public EReference getLogicProblem_Assertions() { 191 public EReference getLogicProblem_Assertions() {
186 return (EReference)logicProblemEClass.getEStructuralFeatures().get(2); 192 return (EReference)logicProblemEClass.getEStructuralFeatures().get(2);
187 } 193 }
@@ -191,6 +197,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
191 * <!-- end-user-doc --> 197 * <!-- end-user-doc -->
192 * @generated 198 * @generated
193 */ 199 */
200 @Override
194 public EReference getLogicProblem_Relations() { 201 public EReference getLogicProblem_Relations() {
195 return (EReference)logicProblemEClass.getEStructuralFeatures().get(3); 202 return (EReference)logicProblemEClass.getEStructuralFeatures().get(3);
196 } 203 }
@@ -200,6 +207,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
200 * <!-- end-user-doc --> 207 * <!-- end-user-doc -->
201 * @generated 208 * @generated
202 */ 209 */
210 @Override
203 public EReference getLogicProblem_Constants() { 211 public EReference getLogicProblem_Constants() {
204 return (EReference)logicProblemEClass.getEStructuralFeatures().get(4); 212 return (EReference)logicProblemEClass.getEStructuralFeatures().get(4);
205 } 213 }
@@ -209,6 +217,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
209 * <!-- end-user-doc --> 217 * <!-- end-user-doc -->
210 * @generated 218 * @generated
211 */ 219 */
220 @Override
212 public EReference getLogicProblem_Elements() { 221 public EReference getLogicProblem_Elements() {
213 return (EReference)logicProblemEClass.getEStructuralFeatures().get(5); 222 return (EReference)logicProblemEClass.getEStructuralFeatures().get(5);
214 } 223 }
@@ -218,6 +227,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
218 * <!-- end-user-doc --> 227 * <!-- end-user-doc -->
219 * @generated 228 * @generated
220 */ 229 */
230 @Override
221 public EReference getLogicProblem_ContainmentHierarchies() { 231 public EReference getLogicProblem_ContainmentHierarchies() {
222 return (EReference)logicProblemEClass.getEStructuralFeatures().get(6); 232 return (EReference)logicProblemEClass.getEStructuralFeatures().get(6);
223 } 233 }
@@ -227,6 +237,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
227 * <!-- end-user-doc --> 237 * <!-- end-user-doc -->
228 * @generated 238 * @generated
229 */ 239 */
240 @Override
230 public EReference getLogicProblem_Annotations() { 241 public EReference getLogicProblem_Annotations() {
231 return (EReference)logicProblemEClass.getEStructuralFeatures().get(7); 242 return (EReference)logicProblemEClass.getEStructuralFeatures().get(7);
232 } 243 }
@@ -236,6 +247,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
236 * <!-- end-user-doc --> 247 * <!-- end-user-doc -->
237 * @generated 248 * @generated
238 */ 249 */
250 @Override
239 public EClass getContainmentHierarchy() { 251 public EClass getContainmentHierarchy() {
240 return containmentHierarchyEClass; 252 return containmentHierarchyEClass;
241 } 253 }
@@ -245,6 +257,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
245 * <!-- end-user-doc --> 257 * <!-- end-user-doc -->
246 * @generated 258 * @generated
247 */ 259 */
260 @Override
248 public EReference getContainmentHierarchy_TypesOrderedInHierarchy() { 261 public EReference getContainmentHierarchy_TypesOrderedInHierarchy() {
249 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(0); 262 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(0);
250 } 263 }
@@ -254,6 +267,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
254 * <!-- end-user-doc --> 267 * <!-- end-user-doc -->
255 * @generated 268 * @generated
256 */ 269 */
270 @Override
257 public EReference getContainmentHierarchy_ContainmentFunctions() { 271 public EReference getContainmentHierarchy_ContainmentFunctions() {
258 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(1); 272 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(1);
259 } 273 }
@@ -263,6 +277,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
263 * <!-- end-user-doc --> 277 * <!-- end-user-doc -->
264 * @generated 278 * @generated
265 */ 279 */
280 @Override
266 public EReference getContainmentHierarchy_ContainmentRelations() { 281 public EReference getContainmentHierarchy_ContainmentRelations() {
267 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(2); 282 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(2);
268 } 283 }
@@ -272,6 +287,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
272 * <!-- end-user-doc --> 287 * <!-- end-user-doc -->
273 * @generated 288 * @generated
274 */ 289 */
290 @Override
275 public EReference getContainmentHierarchy_RootConstant() { 291 public EReference getContainmentHierarchy_RootConstant() {
276 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(3); 292 return (EReference)containmentHierarchyEClass.getEStructuralFeatures().get(3);
277 } 293 }
@@ -281,6 +297,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
281 * <!-- end-user-doc --> 297 * <!-- end-user-doc -->
282 * @generated 298 * @generated
283 */ 299 */
300 @Override
284 public EClass getRelationAnnotation() { 301 public EClass getRelationAnnotation() {
285 return relationAnnotationEClass; 302 return relationAnnotationEClass;
286 } 303 }
@@ -290,6 +307,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
290 * <!-- end-user-doc --> 307 * <!-- end-user-doc -->
291 * @generated 308 * @generated
292 */ 309 */
310 @Override
293 public EReference getRelationAnnotation_Target() { 311 public EReference getRelationAnnotation_Target() {
294 return (EReference)relationAnnotationEClass.getEStructuralFeatures().get(0); 312 return (EReference)relationAnnotationEClass.getEStructuralFeatures().get(0);
295 } 313 }
@@ -299,6 +317,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
299 * <!-- end-user-doc --> 317 * <!-- end-user-doc -->
300 * @generated 318 * @generated
301 */ 319 */
320 @Override
302 public EClass getConstantAnnotation() { 321 public EClass getConstantAnnotation() {
303 return constantAnnotationEClass; 322 return constantAnnotationEClass;
304 } 323 }
@@ -308,6 +327,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
308 * <!-- end-user-doc --> 327 * <!-- end-user-doc -->
309 * @generated 328 * @generated
310 */ 329 */
330 @Override
311 public EReference getConstantAnnotation_Target() { 331 public EReference getConstantAnnotation_Target() {
312 return (EReference)constantAnnotationEClass.getEStructuralFeatures().get(0); 332 return (EReference)constantAnnotationEClass.getEStructuralFeatures().get(0);
313 } 333 }
@@ -317,6 +337,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
317 * <!-- end-user-doc --> 337 * <!-- end-user-doc -->
318 * @generated 338 * @generated
319 */ 339 */
340 @Override
320 public EClass getFunctionAnnotation() { 341 public EClass getFunctionAnnotation() {
321 return functionAnnotationEClass; 342 return functionAnnotationEClass;
322 } 343 }
@@ -326,6 +347,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
326 * <!-- end-user-doc --> 347 * <!-- end-user-doc -->
327 * @generated 348 * @generated
328 */ 349 */
350 @Override
329 public EReference getFunctionAnnotation_Target() { 351 public EReference getFunctionAnnotation_Target() {
330 return (EReference)functionAnnotationEClass.getEStructuralFeatures().get(0); 352 return (EReference)functionAnnotationEClass.getEStructuralFeatures().get(0);
331 } 353 }
@@ -335,6 +357,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
335 * <!-- end-user-doc --> 357 * <!-- end-user-doc -->
336 * @generated 358 * @generated
337 */ 359 */
360 @Override
338 public EClass getAssertionAnnotation() { 361 public EClass getAssertionAnnotation() {
339 return assertionAnnotationEClass; 362 return assertionAnnotationEClass;
340 } 363 }
@@ -344,6 +367,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
344 * <!-- end-user-doc --> 367 * <!-- end-user-doc -->
345 * @generated 368 * @generated
346 */ 369 */
370 @Override
347 public EReference getAssertionAnnotation_Target() { 371 public EReference getAssertionAnnotation_Target() {
348 return (EReference)assertionAnnotationEClass.getEStructuralFeatures().get(0); 372 return (EReference)assertionAnnotationEClass.getEStructuralFeatures().get(0);
349 } 373 }
@@ -353,6 +377,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
353 * <!-- end-user-doc --> 377 * <!-- end-user-doc -->
354 * @generated 378 * @generated
355 */ 379 */
380 @Override
356 public EClass getAnnotation() { 381 public EClass getAnnotation() {
357 return annotationEClass; 382 return annotationEClass;
358 } 383 }
@@ -362,6 +387,7 @@ public class LogicproblemPackageImpl extends EPackageImpl implements Logicproble
362 * <!-- end-user-doc --> 387 * <!-- end-user-doc -->
363 * @generated 388 * @generated
364 */ 389 */
390 @Override
365 public LogicproblemFactory getLogicproblemFactory() { 391 public LogicproblemFactory getLogicproblemFactory() {
366 return (LogicproblemFactory)getEFactoryInstance(); 392 return (LogicproblemFactory)getEFactoryInstance();
367 } 393 }
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/RelationAnnotationImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/RelationAnnotationImpl.java
index 23fb6e5d..22e5527e 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/RelationAnnotationImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicproblem/impl/RelationAnnotationImpl.java
@@ -64,6 +64,7 @@ public class RelationAnnotationImpl extends AnnotationImpl implements RelationAn
64 * <!-- end-user-doc --> 64 * <!-- end-user-doc -->
65 * @generated 65 * @generated
66 */ 66 */
67 @Override
67 public Relation getTarget() { 68 public Relation getTarget() {
68 if (target != null && target.eIsProxy()) { 69 if (target != null && target.eIsProxy()) {
69 InternalEObject oldTarget = (InternalEObject)target; 70 InternalEObject oldTarget = (InternalEObject)target;
@@ -105,6 +106,7 @@ public class RelationAnnotationImpl extends AnnotationImpl implements RelationAn
105 * <!-- end-user-doc --> 106 * <!-- end-user-doc -->
106 * @generated 107 * @generated
107 */ 108 */
109 @Override
108 public void setTarget(Relation newTarget) { 110 public void setTarget(Relation newTarget) {
109 if (newTarget != target) { 111 if (newTarget != target) {
110 NotificationChain msgs = null; 112 NotificationChain msgs = null;
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ErrorResultImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ErrorResultImpl.java
index 579bc772..979f4778 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ErrorResultImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ErrorResultImpl.java
@@ -69,6 +69,7 @@ public class ErrorResultImpl extends UnknownResultImpl implements ErrorResult {
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public String getMessage() { 73 public String getMessage() {
73 return message; 74 return message;
74 } 75 }
@@ -78,6 +79,7 @@ public class ErrorResultImpl extends UnknownResultImpl implements ErrorResult {
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setMessage(String newMessage) { 83 public void setMessage(String newMessage) {
82 String oldMessage = message; 84 String oldMessage = message;
83 message = newMessage; 85 message = newMessage;
@@ -152,7 +154,7 @@ public class ErrorResultImpl extends UnknownResultImpl implements ErrorResult {
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (message: "); 158 result.append(" (message: ");
157 result.append(message); 159 result.append(message);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/InsuficientResourcesResultImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/InsuficientResourcesResultImpl.java
index 3f8d7ebf..3febc803 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/InsuficientResourcesResultImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/InsuficientResourcesResultImpl.java
@@ -69,6 +69,7 @@ public class InsuficientResourcesResultImpl extends UnknownResultImpl implements
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public String getResourceName() { 73 public String getResourceName() {
73 return resourceName; 74 return resourceName;
74 } 75 }
@@ -78,6 +79,7 @@ public class InsuficientResourcesResultImpl extends UnknownResultImpl implements
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setResourceName(String newResourceName) { 83 public void setResourceName(String newResourceName) {
82 String oldResourceName = resourceName; 84 String oldResourceName = resourceName;
83 resourceName = newResourceName; 85 resourceName = newResourceName;
@@ -152,7 +154,7 @@ public class InsuficientResourcesResultImpl extends UnknownResultImpl implements
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (resourceName: "); 158 result.append(" (resourceName: ");
157 result.append(resourceName); 159 result.append(resourceName);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/IntStatisticEntryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/IntStatisticEntryImpl.java
index e8bedf70..663f9014 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/IntStatisticEntryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/IntStatisticEntryImpl.java
@@ -69,6 +69,7 @@ public class IntStatisticEntryImpl extends StatisticEntryImpl implements IntStat
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public int getValue() { 73 public int getValue() {
73 return value; 74 return value;
74 } 75 }
@@ -78,6 +79,7 @@ public class IntStatisticEntryImpl extends StatisticEntryImpl implements IntStat
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setValue(int newValue) { 83 public void setValue(int newValue) {
82 int oldValue = value; 84 int oldValue = value;
83 value = newValue; 85 value = newValue;
@@ -152,7 +154,7 @@ public class IntStatisticEntryImpl extends StatisticEntryImpl implements IntStat
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (value: "); 158 result.append(" (value: ");
157 result.append(value); 159 result.append(value);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicResultImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicResultImpl.java
index 1bd5c833..a49e0bce 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicResultImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicResultImpl.java
@@ -111,6 +111,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
111 * <!-- end-user-doc --> 111 * <!-- end-user-doc -->
112 * @generated 112 * @generated
113 */ 113 */
114 @Override
114 public LogicProblem getProblem() { 115 public LogicProblem getProblem() {
115 if (problem != null && problem.eIsProxy()) { 116 if (problem != null && problem.eIsProxy()) {
116 InternalEObject oldProblem = (InternalEObject)problem; 117 InternalEObject oldProblem = (InternalEObject)problem;
@@ -137,6 +138,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
137 * <!-- end-user-doc --> 138 * <!-- end-user-doc -->
138 * @generated 139 * @generated
139 */ 140 */
141 @Override
140 public void setProblem(LogicProblem newProblem) { 142 public void setProblem(LogicProblem newProblem) {
141 LogicProblem oldProblem = problem; 143 LogicProblem oldProblem = problem;
142 problem = newProblem; 144 problem = newProblem;
@@ -149,6 +151,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
149 * <!-- end-user-doc --> 151 * <!-- end-user-doc -->
150 * @generated 152 * @generated
151 */ 153 */
154 @Override
152 public Statistics getStatistics() { 155 public Statistics getStatistics() {
153 return statistics; 156 return statistics;
154 } 157 }
@@ -173,6 +176,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
173 * <!-- end-user-doc --> 176 * <!-- end-user-doc -->
174 * @generated 177 * @generated
175 */ 178 */
179 @Override
176 public void setStatistics(Statistics newStatistics) { 180 public void setStatistics(Statistics newStatistics) {
177 if (newStatistics != statistics) { 181 if (newStatistics != statistics) {
178 NotificationChain msgs = null; 182 NotificationChain msgs = null;
@@ -192,6 +196,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
192 * <!-- end-user-doc --> 196 * <!-- end-user-doc -->
193 * @generated 197 * @generated
194 */ 198 */
199 @Override
195 public Object getTrace() { 200 public Object getTrace() {
196 return trace; 201 return trace;
197 } 202 }
@@ -201,6 +206,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
201 * <!-- end-user-doc --> 206 * <!-- end-user-doc -->
202 * @generated 207 * @generated
203 */ 208 */
209 @Override
204 public void setTrace(Object newTrace) { 210 public void setTrace(Object newTrace) {
205 Object oldTrace = trace; 211 Object oldTrace = trace;
206 trace = newTrace; 212 trace = newTrace;
@@ -213,6 +219,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
213 * <!-- end-user-doc --> 219 * <!-- end-user-doc -->
214 * @generated 220 * @generated
215 */ 221 */
222 @Override
216 public EList<Object> getRepresentation() { 223 public EList<Object> getRepresentation() {
217 if (representation == null) { 224 if (representation == null) {
218 representation = new EDataTypeUniqueEList<Object>(Object.class, this, LogicresultPackage.LOGIC_RESULT__REPRESENTATION); 225 representation = new EDataTypeUniqueEList<Object>(Object.class, this, LogicresultPackage.LOGIC_RESULT__REPRESENTATION);
@@ -334,7 +341,7 @@ public abstract class LogicResultImpl extends MinimalEObjectImpl.Container imple
334 public String toString() { 341 public String toString() {
335 if (eIsProxy()) return super.toString(); 342 if (eIsProxy()) return super.toString();
336 343
337 StringBuffer result = new StringBuffer(super.toString()); 344 StringBuilder result = new StringBuilder(super.toString());
338 result.append(" (trace: "); 345 result.append(" (trace: ");
339 result.append(trace); 346 result.append(trace);
340 result.append(", representation: "); 347 result.append(", representation: ");
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
index 5a102523..1bbc4942 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultFactoryImpl.java
@@ -75,6 +75,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
75 * <!-- end-user-doc --> 75 * <!-- end-user-doc -->
76 * @generated 76 * @generated
77 */ 77 */
78 @Override
78 public ModelResult createModelResult() { 79 public ModelResult createModelResult() {
79 ModelResultImpl modelResult = new ModelResultImpl(); 80 ModelResultImpl modelResult = new ModelResultImpl();
80 return modelResult; 81 return modelResult;
@@ -85,6 +86,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
85 * <!-- end-user-doc --> 86 * <!-- end-user-doc -->
86 * @generated 87 * @generated
87 */ 88 */
89 @Override
88 public InconsistencyResult createInconsistencyResult() { 90 public InconsistencyResult createInconsistencyResult() {
89 InconsistencyResultImpl inconsistencyResult = new InconsistencyResultImpl(); 91 InconsistencyResultImpl inconsistencyResult = new InconsistencyResultImpl();
90 return inconsistencyResult; 92 return inconsistencyResult;
@@ -95,6 +97,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
95 * <!-- end-user-doc --> 97 * <!-- end-user-doc -->
96 * @generated 98 * @generated
97 */ 99 */
100 @Override
98 public InsuficientResourcesResult createInsuficientResourcesResult() { 101 public InsuficientResourcesResult createInsuficientResourcesResult() {
99 InsuficientResourcesResultImpl insuficientResourcesResult = new InsuficientResourcesResultImpl(); 102 InsuficientResourcesResultImpl insuficientResourcesResult = new InsuficientResourcesResultImpl();
100 return insuficientResourcesResult; 103 return insuficientResourcesResult;
@@ -105,6 +108,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
105 * <!-- end-user-doc --> 108 * <!-- end-user-doc -->
106 * @generated 109 * @generated
107 */ 110 */
111 @Override
108 public ErrorResult createErrorResult() { 112 public ErrorResult createErrorResult() {
109 ErrorResultImpl errorResult = new ErrorResultImpl(); 113 ErrorResultImpl errorResult = new ErrorResultImpl();
110 return errorResult; 114 return errorResult;
@@ -115,6 +119,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
115 * <!-- end-user-doc --> 119 * <!-- end-user-doc -->
116 * @generated 120 * @generated
117 */ 121 */
122 @Override
118 public Statistics createStatistics() { 123 public Statistics createStatistics() {
119 StatisticsImpl statistics = new StatisticsImpl(); 124 StatisticsImpl statistics = new StatisticsImpl();
120 return statistics; 125 return statistics;
@@ -125,6 +130,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
125 * <!-- end-user-doc --> 130 * <!-- end-user-doc -->
126 * @generated 131 * @generated
127 */ 132 */
133 @Override
128 public UndecidableResult createUndecidableResult() { 134 public UndecidableResult createUndecidableResult() {
129 UndecidableResultImpl undecidableResult = new UndecidableResultImpl(); 135 UndecidableResultImpl undecidableResult = new UndecidableResultImpl();
130 return undecidableResult; 136 return undecidableResult;
@@ -135,6 +141,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
135 * <!-- end-user-doc --> 141 * <!-- end-user-doc -->
136 * @generated 142 * @generated
137 */ 143 */
144 @Override
138 public IntStatisticEntry createIntStatisticEntry() { 145 public IntStatisticEntry createIntStatisticEntry() {
139 IntStatisticEntryImpl intStatisticEntry = new IntStatisticEntryImpl(); 146 IntStatisticEntryImpl intStatisticEntry = new IntStatisticEntryImpl();
140 return intStatisticEntry; 147 return intStatisticEntry;
@@ -145,6 +152,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
145 * <!-- end-user-doc --> 152 * <!-- end-user-doc -->
146 * @generated 153 * @generated
147 */ 154 */
155 @Override
148 public RealStatisticEntry createRealStatisticEntry() { 156 public RealStatisticEntry createRealStatisticEntry() {
149 RealStatisticEntryImpl realStatisticEntry = new RealStatisticEntryImpl(); 157 RealStatisticEntryImpl realStatisticEntry = new RealStatisticEntryImpl();
150 return realStatisticEntry; 158 return realStatisticEntry;
@@ -155,6 +163,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
155 * <!-- end-user-doc --> 163 * <!-- end-user-doc -->
156 * @generated 164 * @generated
157 */ 165 */
166 @Override
158 public StringStatisticEntry createStringStatisticEntry() { 167 public StringStatisticEntry createStringStatisticEntry() {
159 StringStatisticEntryImpl stringStatisticEntry = new StringStatisticEntryImpl(); 168 StringStatisticEntryImpl stringStatisticEntry = new StringStatisticEntryImpl();
160 return stringStatisticEntry; 169 return stringStatisticEntry;
@@ -165,6 +174,7 @@ public class LogicresultFactoryImpl extends EFactoryImpl implements LogicresultF
165 * <!-- end-user-doc --> 174 * <!-- end-user-doc -->
166 * @generated 175 * @generated
167 */ 176 */
177 @Override
168 public LogicresultPackage getLogicresultPackage() { 178 public LogicresultPackage getLogicresultPackage() {
169 return (LogicresultPackage)getEPackage(); 179 return (LogicresultPackage)getEPackage();
170 } 180 }
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultPackageImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultPackageImpl.java
index 8b0e0605..e67784d2 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultPackageImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/LogicresultPackageImpl.java
@@ -151,7 +151,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
151 151
152 /** 152 /**
153 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends. 153 * Creates, registers, and initializes the <b>Package</b> for this model, and for any others upon which it depends.
154 * 154 *
155 * <p>This method is used to initialize {@link LogicresultPackage#eINSTANCE} when that field is accessed. 155 * <p>This method is used to initialize {@link LogicresultPackage#eINSTANCE} when that field is accessed.
156 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package. 156 * Clients should not invoke it directly. Instead, they should simply access that field to obtain the package.
157 * <!-- begin-user-doc --> 157 * <!-- begin-user-doc -->
@@ -165,13 +165,16 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
165 if (isInited) return (LogicresultPackage)EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI); 165 if (isInited) return (LogicresultPackage)EPackage.Registry.INSTANCE.getEPackage(LogicresultPackage.eNS_URI);
166 166
167 // Obtain or create and register package 167 // Obtain or create and register package
168 LogicresultPackageImpl theLogicresultPackage = (LogicresultPackageImpl)(EPackage.Registry.INSTANCE.get(eNS_URI) instanceof LogicresultPackageImpl ? EPackage.Registry.INSTANCE.get(eNS_URI) : new LogicresultPackageImpl()); 168 Object registeredLogicresultPackage = EPackage.Registry.INSTANCE.get(eNS_URI);
169 LogicresultPackageImpl theLogicresultPackage = registeredLogicresultPackage instanceof LogicresultPackageImpl ? (LogicresultPackageImpl)registeredLogicresultPackage : new LogicresultPackageImpl();
169 170
170 isInited = true; 171 isInited = true;
171 172
172 // Obtain or create and register interdependencies 173 // Obtain or create and register interdependencies
173 LogiclanguagePackageImpl theLogiclanguagePackage = (LogiclanguagePackageImpl)(EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI) instanceof LogiclanguagePackageImpl ? EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI) : LogiclanguagePackage.eINSTANCE); 174 Object registeredPackage = EPackage.Registry.INSTANCE.getEPackage(LogiclanguagePackage.eNS_URI);
174 LogicproblemPackageImpl theLogicproblemPackage = (LogicproblemPackageImpl)(EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI) instanceof LogicproblemPackageImpl ? EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI) : LogicproblemPackage.eINSTANCE); 175 LogiclanguagePackageImpl theLogiclanguagePackage = (LogiclanguagePackageImpl)(registeredPackage instanceof LogiclanguagePackageImpl ? registeredPackage : LogiclanguagePackage.eINSTANCE);
176 registeredPackage = EPackage.Registry.INSTANCE.getEPackage(LogicproblemPackage.eNS_URI);
177 LogicproblemPackageImpl theLogicproblemPackage = (LogicproblemPackageImpl)(registeredPackage instanceof LogicproblemPackageImpl ? registeredPackage : LogicproblemPackage.eINSTANCE);
175 178
176 // Create package meta-data objects 179 // Create package meta-data objects
177 theLogicresultPackage.createPackageContents(); 180 theLogicresultPackage.createPackageContents();
@@ -186,7 +189,6 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
186 // Mark meta-data to indicate it can't be changed 189 // Mark meta-data to indicate it can't be changed
187 theLogicresultPackage.freeze(); 190 theLogicresultPackage.freeze();
188 191
189
190 // Update the registry and return the package 192 // Update the registry and return the package
191 EPackage.Registry.INSTANCE.put(LogicresultPackage.eNS_URI, theLogicresultPackage); 193 EPackage.Registry.INSTANCE.put(LogicresultPackage.eNS_URI, theLogicresultPackage);
192 return theLogicresultPackage; 194 return theLogicresultPackage;
@@ -197,6 +199,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
197 * <!-- end-user-doc --> 199 * <!-- end-user-doc -->
198 * @generated 200 * @generated
199 */ 201 */
202 @Override
200 public EClass getLogicResult() { 203 public EClass getLogicResult() {
201 return logicResultEClass; 204 return logicResultEClass;
202 } 205 }
@@ -206,6 +209,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
206 * <!-- end-user-doc --> 209 * <!-- end-user-doc -->
207 * @generated 210 * @generated
208 */ 211 */
212 @Override
209 public EReference getLogicResult_Problem() { 213 public EReference getLogicResult_Problem() {
210 return (EReference)logicResultEClass.getEStructuralFeatures().get(0); 214 return (EReference)logicResultEClass.getEStructuralFeatures().get(0);
211 } 215 }
@@ -215,6 +219,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
215 * <!-- end-user-doc --> 219 * <!-- end-user-doc -->
216 * @generated 220 * @generated
217 */ 221 */
222 @Override
218 public EReference getLogicResult_Statistics() { 223 public EReference getLogicResult_Statistics() {
219 return (EReference)logicResultEClass.getEStructuralFeatures().get(1); 224 return (EReference)logicResultEClass.getEStructuralFeatures().get(1);
220 } 225 }
@@ -224,6 +229,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
224 * <!-- end-user-doc --> 229 * <!-- end-user-doc -->
225 * @generated 230 * @generated
226 */ 231 */
232 @Override
227 public EAttribute getLogicResult_Trace() { 233 public EAttribute getLogicResult_Trace() {
228 return (EAttribute)logicResultEClass.getEStructuralFeatures().get(2); 234 return (EAttribute)logicResultEClass.getEStructuralFeatures().get(2);
229 } 235 }
@@ -233,6 +239,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
233 * <!-- end-user-doc --> 239 * <!-- end-user-doc -->
234 * @generated 240 * @generated
235 */ 241 */
242 @Override
236 public EAttribute getLogicResult_Representation() { 243 public EAttribute getLogicResult_Representation() {
237 return (EAttribute)logicResultEClass.getEStructuralFeatures().get(3); 244 return (EAttribute)logicResultEClass.getEStructuralFeatures().get(3);
238 } 245 }
@@ -242,6 +249,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
242 * <!-- end-user-doc --> 249 * <!-- end-user-doc -->
243 * @generated 250 * @generated
244 */ 251 */
252 @Override
245 public EClass getModelResult() { 253 public EClass getModelResult() {
246 return modelResultEClass; 254 return modelResultEClass;
247 } 255 }
@@ -251,6 +259,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
251 * <!-- end-user-doc --> 259 * <!-- end-user-doc -->
252 * @generated 260 * @generated
253 */ 261 */
262 @Override
254 public EAttribute getModelResult_MaxInteger() { 263 public EAttribute getModelResult_MaxInteger() {
255 return (EAttribute)modelResultEClass.getEStructuralFeatures().get(0); 264 return (EAttribute)modelResultEClass.getEStructuralFeatures().get(0);
256 } 265 }
@@ -260,6 +269,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
260 * <!-- end-user-doc --> 269 * <!-- end-user-doc -->
261 * @generated 270 * @generated
262 */ 271 */
272 @Override
263 public EAttribute getModelResult_MinInteger() { 273 public EAttribute getModelResult_MinInteger() {
264 return (EAttribute)modelResultEClass.getEStructuralFeatures().get(1); 274 return (EAttribute)modelResultEClass.getEStructuralFeatures().get(1);
265 } 275 }
@@ -269,6 +279,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
269 * <!-- end-user-doc --> 279 * <!-- end-user-doc -->
270 * @generated 280 * @generated
271 */ 281 */
282 @Override
272 public EClass getInconsistencyResult() { 283 public EClass getInconsistencyResult() {
273 return inconsistencyResultEClass; 284 return inconsistencyResultEClass;
274 } 285 }
@@ -278,6 +289,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
278 * <!-- end-user-doc --> 289 * <!-- end-user-doc -->
279 * @generated 290 * @generated
280 */ 291 */
292 @Override
281 public EClass getUnknownResult() { 293 public EClass getUnknownResult() {
282 return unknownResultEClass; 294 return unknownResultEClass;
283 } 295 }
@@ -287,6 +299,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
287 * <!-- end-user-doc --> 299 * <!-- end-user-doc -->
288 * @generated 300 * @generated
289 */ 301 */
302 @Override
290 public EClass getInsuficientResourcesResult() { 303 public EClass getInsuficientResourcesResult() {
291 return insuficientResourcesResultEClass; 304 return insuficientResourcesResultEClass;
292 } 305 }
@@ -296,6 +309,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
296 * <!-- end-user-doc --> 309 * <!-- end-user-doc -->
297 * @generated 310 * @generated
298 */ 311 */
312 @Override
299 public EAttribute getInsuficientResourcesResult_ResourceName() { 313 public EAttribute getInsuficientResourcesResult_ResourceName() {
300 return (EAttribute)insuficientResourcesResultEClass.getEStructuralFeatures().get(0); 314 return (EAttribute)insuficientResourcesResultEClass.getEStructuralFeatures().get(0);
301 } 315 }
@@ -305,6 +319,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
305 * <!-- end-user-doc --> 319 * <!-- end-user-doc -->
306 * @generated 320 * @generated
307 */ 321 */
322 @Override
308 public EClass getErrorResult() { 323 public EClass getErrorResult() {
309 return errorResultEClass; 324 return errorResultEClass;
310 } 325 }
@@ -314,6 +329,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
314 * <!-- end-user-doc --> 329 * <!-- end-user-doc -->
315 * @generated 330 * @generated
316 */ 331 */
332 @Override
317 public EAttribute getErrorResult_Message() { 333 public EAttribute getErrorResult_Message() {
318 return (EAttribute)errorResultEClass.getEStructuralFeatures().get(0); 334 return (EAttribute)errorResultEClass.getEStructuralFeatures().get(0);
319 } 335 }
@@ -323,6 +339,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
323 * <!-- end-user-doc --> 339 * <!-- end-user-doc -->
324 * @generated 340 * @generated
325 */ 341 */
342 @Override
326 public EClass getStatistics() { 343 public EClass getStatistics() {
327 return statisticsEClass; 344 return statisticsEClass;
328 } 345 }
@@ -332,6 +349,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
332 * <!-- end-user-doc --> 349 * <!-- end-user-doc -->
333 * @generated 350 * @generated
334 */ 351 */
352 @Override
335 public EReference getStatistics_Entries() { 353 public EReference getStatistics_Entries() {
336 return (EReference)statisticsEClass.getEStructuralFeatures().get(0); 354 return (EReference)statisticsEClass.getEStructuralFeatures().get(0);
337 } 355 }
@@ -341,6 +359,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
341 * <!-- end-user-doc --> 359 * <!-- end-user-doc -->
342 * @generated 360 * @generated
343 */ 361 */
362 @Override
344 public EAttribute getStatistics_TransformationTime() { 363 public EAttribute getStatistics_TransformationTime() {
345 return (EAttribute)statisticsEClass.getEStructuralFeatures().get(1); 364 return (EAttribute)statisticsEClass.getEStructuralFeatures().get(1);
346 } 365 }
@@ -350,6 +369,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
350 * <!-- end-user-doc --> 369 * <!-- end-user-doc -->
351 * @generated 370 * @generated
352 */ 371 */
372 @Override
353 public EAttribute getStatistics_SolverTime() { 373 public EAttribute getStatistics_SolverTime() {
354 return (EAttribute)statisticsEClass.getEStructuralFeatures().get(2); 374 return (EAttribute)statisticsEClass.getEStructuralFeatures().get(2);
355 } 375 }
@@ -359,6 +379,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
359 * <!-- end-user-doc --> 379 * <!-- end-user-doc -->
360 * @generated 380 * @generated
361 */ 381 */
382 @Override
362 public EAttribute getStatistics_SolverMemory() { 383 public EAttribute getStatistics_SolverMemory() {
363 return (EAttribute)statisticsEClass.getEStructuralFeatures().get(3); 384 return (EAttribute)statisticsEClass.getEStructuralFeatures().get(3);
364 } 385 }
@@ -368,6 +389,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
368 * <!-- end-user-doc --> 389 * <!-- end-user-doc -->
369 * @generated 390 * @generated
370 */ 391 */
392 @Override
371 public EClass getStatisticEntry() { 393 public EClass getStatisticEntry() {
372 return statisticEntryEClass; 394 return statisticEntryEClass;
373 } 395 }
@@ -377,6 +399,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
377 * <!-- end-user-doc --> 399 * <!-- end-user-doc -->
378 * @generated 400 * @generated
379 */ 401 */
402 @Override
380 public EAttribute getStatisticEntry_Name() { 403 public EAttribute getStatisticEntry_Name() {
381 return (EAttribute)statisticEntryEClass.getEStructuralFeatures().get(0); 404 return (EAttribute)statisticEntryEClass.getEStructuralFeatures().get(0);
382 } 405 }
@@ -386,6 +409,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
386 * <!-- end-user-doc --> 409 * <!-- end-user-doc -->
387 * @generated 410 * @generated
388 */ 411 */
412 @Override
389 public EClass getUndecidableResult() { 413 public EClass getUndecidableResult() {
390 return undecidableResultEClass; 414 return undecidableResultEClass;
391 } 415 }
@@ -395,6 +419,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
395 * <!-- end-user-doc --> 419 * <!-- end-user-doc -->
396 * @generated 420 * @generated
397 */ 421 */
422 @Override
398 public EClass getIntStatisticEntry() { 423 public EClass getIntStatisticEntry() {
399 return intStatisticEntryEClass; 424 return intStatisticEntryEClass;
400 } 425 }
@@ -404,6 +429,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
404 * <!-- end-user-doc --> 429 * <!-- end-user-doc -->
405 * @generated 430 * @generated
406 */ 431 */
432 @Override
407 public EAttribute getIntStatisticEntry_Value() { 433 public EAttribute getIntStatisticEntry_Value() {
408 return (EAttribute)intStatisticEntryEClass.getEStructuralFeatures().get(0); 434 return (EAttribute)intStatisticEntryEClass.getEStructuralFeatures().get(0);
409 } 435 }
@@ -413,6 +439,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
413 * <!-- end-user-doc --> 439 * <!-- end-user-doc -->
414 * @generated 440 * @generated
415 */ 441 */
442 @Override
416 public EClass getRealStatisticEntry() { 443 public EClass getRealStatisticEntry() {
417 return realStatisticEntryEClass; 444 return realStatisticEntryEClass;
418 } 445 }
@@ -422,6 +449,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
422 * <!-- end-user-doc --> 449 * <!-- end-user-doc -->
423 * @generated 450 * @generated
424 */ 451 */
452 @Override
425 public EAttribute getRealStatisticEntry_Value() { 453 public EAttribute getRealStatisticEntry_Value() {
426 return (EAttribute)realStatisticEntryEClass.getEStructuralFeatures().get(0); 454 return (EAttribute)realStatisticEntryEClass.getEStructuralFeatures().get(0);
427 } 455 }
@@ -431,6 +459,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
431 * <!-- end-user-doc --> 459 * <!-- end-user-doc -->
432 * @generated 460 * @generated
433 */ 461 */
462 @Override
434 public EClass getStringStatisticEntry() { 463 public EClass getStringStatisticEntry() {
435 return stringStatisticEntryEClass; 464 return stringStatisticEntryEClass;
436 } 465 }
@@ -440,6 +469,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
440 * <!-- end-user-doc --> 469 * <!-- end-user-doc -->
441 * @generated 470 * @generated
442 */ 471 */
472 @Override
443 public EAttribute getStringStatisticEntry_Value() { 473 public EAttribute getStringStatisticEntry_Value() {
444 return (EAttribute)stringStatisticEntryEClass.getEStructuralFeatures().get(0); 474 return (EAttribute)stringStatisticEntryEClass.getEStructuralFeatures().get(0);
445 } 475 }
@@ -449,6 +479,7 @@ public class LogicresultPackageImpl extends EPackageImpl implements LogicresultP
449 * <!-- end-user-doc --> 479 * <!-- end-user-doc -->
450 * @generated 480 * @generated
451 */ 481 */
482 @Override
452 public LogicresultFactory getLogicresultFactory() { 483 public LogicresultFactory getLogicresultFactory() {
453 return (LogicresultFactory)getEFactoryInstance(); 484 return (LogicresultFactory)getEFactoryInstance();
454 } 485 }
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ModelResultImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ModelResultImpl.java
index 63a15a81..5a601ae8 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ModelResultImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/ModelResultImpl.java
@@ -90,6 +90,7 @@ public class ModelResultImpl extends LogicResultImpl implements ModelResult {
90 * <!-- end-user-doc --> 90 * <!-- end-user-doc -->
91 * @generated 91 * @generated
92 */ 92 */
93 @Override
93 public int getMaxInteger() { 94 public int getMaxInteger() {
94 return maxInteger; 95 return maxInteger;
95 } 96 }
@@ -99,6 +100,7 @@ public class ModelResultImpl extends LogicResultImpl implements ModelResult {
99 * <!-- end-user-doc --> 100 * <!-- end-user-doc -->
100 * @generated 101 * @generated
101 */ 102 */
103 @Override
102 public void setMaxInteger(int newMaxInteger) { 104 public void setMaxInteger(int newMaxInteger) {
103 int oldMaxInteger = maxInteger; 105 int oldMaxInteger = maxInteger;
104 maxInteger = newMaxInteger; 106 maxInteger = newMaxInteger;
@@ -111,6 +113,7 @@ public class ModelResultImpl extends LogicResultImpl implements ModelResult {
111 * <!-- end-user-doc --> 113 * <!-- end-user-doc -->
112 * @generated 114 * @generated
113 */ 115 */
116 @Override
114 public int getMinInteger() { 117 public int getMinInteger() {
115 return minInteger; 118 return minInteger;
116 } 119 }
@@ -120,6 +123,7 @@ public class ModelResultImpl extends LogicResultImpl implements ModelResult {
120 * <!-- end-user-doc --> 123 * <!-- end-user-doc -->
121 * @generated 124 * @generated
122 */ 125 */
126 @Override
123 public void setMinInteger(int newMinInteger) { 127 public void setMinInteger(int newMinInteger) {
124 int oldMinInteger = minInteger; 128 int oldMinInteger = minInteger;
125 minInteger = newMinInteger; 129 minInteger = newMinInteger;
@@ -204,7 +208,7 @@ public class ModelResultImpl extends LogicResultImpl implements ModelResult {
204 public String toString() { 208 public String toString() {
205 if (eIsProxy()) return super.toString(); 209 if (eIsProxy()) return super.toString();
206 210
207 StringBuffer result = new StringBuffer(super.toString()); 211 StringBuilder result = new StringBuilder(super.toString());
208 result.append(" (maxInteger: "); 212 result.append(" (maxInteger: ");
209 result.append(maxInteger); 213 result.append(maxInteger);
210 result.append(", minInteger: "); 214 result.append(", minInteger: ");
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/RealStatisticEntryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/RealStatisticEntryImpl.java
index ed09f0df..464a3b1a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/RealStatisticEntryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/RealStatisticEntryImpl.java
@@ -69,6 +69,7 @@ public class RealStatisticEntryImpl extends StatisticEntryImpl implements RealSt
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public double getValue() { 73 public double getValue() {
73 return value; 74 return value;
74 } 75 }
@@ -78,6 +79,7 @@ public class RealStatisticEntryImpl extends StatisticEntryImpl implements RealSt
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setValue(double newValue) { 83 public void setValue(double newValue) {
82 double oldValue = value; 84 double oldValue = value;
83 value = newValue; 85 value = newValue;
@@ -152,7 +154,7 @@ public class RealStatisticEntryImpl extends StatisticEntryImpl implements RealSt
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (value: "); 158 result.append(" (value: ");
157 result.append(value); 159 result.append(value);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticEntryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticEntryImpl.java
index bc1c5a92..e15e2a49 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticEntryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticEntryImpl.java
@@ -70,6 +70,7 @@ public abstract class StatisticEntryImpl extends MinimalEObjectImpl.Container im
70 * <!-- end-user-doc --> 70 * <!-- end-user-doc -->
71 * @generated 71 * @generated
72 */ 72 */
73 @Override
73 public String getName() { 74 public String getName() {
74 return name; 75 return name;
75 } 76 }
@@ -79,6 +80,7 @@ public abstract class StatisticEntryImpl extends MinimalEObjectImpl.Container im
79 * <!-- end-user-doc --> 80 * <!-- end-user-doc -->
80 * @generated 81 * @generated
81 */ 82 */
83 @Override
82 public void setName(String newName) { 84 public void setName(String newName) {
83 String oldName = name; 85 String oldName = name;
84 name = newName; 86 name = newName;
@@ -153,7 +155,7 @@ public abstract class StatisticEntryImpl extends MinimalEObjectImpl.Container im
153 public String toString() { 155 public String toString() {
154 if (eIsProxy()) return super.toString(); 156 if (eIsProxy()) return super.toString();
155 157
156 StringBuffer result = new StringBuffer(super.toString()); 158 StringBuilder result = new StringBuilder(super.toString());
157 result.append(" (name: "); 159 result.append(" (name: ");
158 result.append(name); 160 result.append(name);
159 result.append(')'); 161 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticsImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticsImpl.java
index 77d43c97..e0cce270 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticsImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StatisticsImpl.java
@@ -133,6 +133,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
133 * <!-- end-user-doc --> 133 * <!-- end-user-doc -->
134 * @generated 134 * @generated
135 */ 135 */
136 @Override
136 public EList<StatisticEntry> getEntries() { 137 public EList<StatisticEntry> getEntries() {
137 if (entries == null) { 138 if (entries == null) {
138 entries = new EObjectContainmentEList<StatisticEntry>(StatisticEntry.class, this, LogicresultPackage.STATISTICS__ENTRIES); 139 entries = new EObjectContainmentEList<StatisticEntry>(StatisticEntry.class, this, LogicresultPackage.STATISTICS__ENTRIES);
@@ -145,6 +146,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
145 * <!-- end-user-doc --> 146 * <!-- end-user-doc -->
146 * @generated 147 * @generated
147 */ 148 */
149 @Override
148 public int getTransformationTime() { 150 public int getTransformationTime() {
149 return transformationTime; 151 return transformationTime;
150 } 152 }
@@ -154,6 +156,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
154 * <!-- end-user-doc --> 156 * <!-- end-user-doc -->
155 * @generated 157 * @generated
156 */ 158 */
159 @Override
157 public void setTransformationTime(int newTransformationTime) { 160 public void setTransformationTime(int newTransformationTime) {
158 int oldTransformationTime = transformationTime; 161 int oldTransformationTime = transformationTime;
159 transformationTime = newTransformationTime; 162 transformationTime = newTransformationTime;
@@ -166,6 +169,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
166 * <!-- end-user-doc --> 169 * <!-- end-user-doc -->
167 * @generated 170 * @generated
168 */ 171 */
172 @Override
169 public int getSolverTime() { 173 public int getSolverTime() {
170 return solverTime; 174 return solverTime;
171 } 175 }
@@ -175,6 +179,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
175 * <!-- end-user-doc --> 179 * <!-- end-user-doc -->
176 * @generated 180 * @generated
177 */ 181 */
182 @Override
178 public void setSolverTime(int newSolverTime) { 183 public void setSolverTime(int newSolverTime) {
179 int oldSolverTime = solverTime; 184 int oldSolverTime = solverTime;
180 solverTime = newSolverTime; 185 solverTime = newSolverTime;
@@ -187,6 +192,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
187 * <!-- end-user-doc --> 192 * <!-- end-user-doc -->
188 * @generated 193 * @generated
189 */ 194 */
195 @Override
190 public int getSolverMemory() { 196 public int getSolverMemory() {
191 return solverMemory; 197 return solverMemory;
192 } 198 }
@@ -196,6 +202,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
196 * <!-- end-user-doc --> 202 * <!-- end-user-doc -->
197 * @generated 203 * @generated
198 */ 204 */
205 @Override
199 public void setSolverMemory(int newSolverMemory) { 206 public void setSolverMemory(int newSolverMemory) {
200 int oldSolverMemory = solverMemory; 207 int oldSolverMemory = solverMemory;
201 solverMemory = newSolverMemory; 208 solverMemory = newSolverMemory;
@@ -316,7 +323,7 @@ public class StatisticsImpl extends MinimalEObjectImpl.Container implements Stat
316 public String toString() { 323 public String toString() {
317 if (eIsProxy()) return super.toString(); 324 if (eIsProxy()) return super.toString();
318 325
319 StringBuffer result = new StringBuffer(super.toString()); 326 StringBuilder result = new StringBuilder(super.toString());
320 result.append(" (transformationTime: "); 327 result.append(" (transformationTime: ");
321 result.append(transformationTime); 328 result.append(transformationTime);
322 result.append(", solverTime: "); 329 result.append(", solverTime: ");
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StringStatisticEntryImpl.java b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StringStatisticEntryImpl.java
index 8698f73b..9011cf97 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StringStatisticEntryImpl.java
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/ecore-gen/hu/bme/mit/inf/dslreasoner/logic/model/logicresult/impl/StringStatisticEntryImpl.java
@@ -69,6 +69,7 @@ public class StringStatisticEntryImpl extends StatisticEntryImpl implements Stri
69 * <!-- end-user-doc --> 69 * <!-- end-user-doc -->
70 * @generated 70 * @generated
71 */ 71 */
72 @Override
72 public String getValue() { 73 public String getValue() {
73 return value; 74 return value;
74 } 75 }
@@ -78,6 +79,7 @@ public class StringStatisticEntryImpl extends StatisticEntryImpl implements Stri
78 * <!-- end-user-doc --> 79 * <!-- end-user-doc -->
79 * @generated 80 * @generated
80 */ 81 */
82 @Override
81 public void setValue(String newValue) { 83 public void setValue(String newValue) {
82 String oldValue = value; 84 String oldValue = value;
83 value = newValue; 85 value = newValue;
@@ -152,7 +154,7 @@ public class StringStatisticEntryImpl extends StatisticEntryImpl implements Stri
152 public String toString() { 154 public String toString() {
153 if (eIsProxy()) return super.toString(); 155 if (eIsProxy()) return super.toString();
154 156
155 StringBuffer result = new StringBuffer(super.toString()); 157 StringBuilder result = new StringBuilder(super.toString());
156 result.append(" (value: "); 158 result.append(" (value: ");
157 result.append(value); 159 result.append(value);
158 result.append(')'); 160 result.append(')');
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/figures/Terms.png b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/figures/Terms.png
new file mode 100644
index 00000000..d3e27ad1
--- /dev/null
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/figures/Terms.png
Binary files differ
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.aird b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.aird
index 2a817e82..5673d66a 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.aird
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.aird
@@ -1,50 +1,50 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> 2<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
3 <viewpoint:DAnalysis xmi:id="_VrVKcDx1EeWiQ_wtFd6fGQ" selectedViews="_WD40YDx1EeWiQ_wtFd6fGQ _WEG20Dx1EeWiQ_wtFd6fGQ _WEIE8Dx1EeWiQ_wtFd6fGQ _WEOLkDx1EeWiQ_wtFd6fGQ" version="12.1.0.201708031200"> 3 <viewpoint:DAnalysis uid="_VrVKcDx1EeWiQ_wtFd6fGQ" selectedViews="_WD40YDx1EeWiQ_wtFd6fGQ _WEG20Dx1EeWiQ_wtFd6fGQ _WEIE8Dx1EeWiQ_wtFd6fGQ _WEOLkDx1EeWiQ_wtFd6fGQ" version="14.1.0.201810161215">
4 <semanticResources>logiclanguage.ecore</semanticResources> 4 <semanticResources>logiclanguage.ecore</semanticResources>
5 <semanticResources>http://www.eclipse.org/emf/2002/Ecore</semanticResources> 5 <semanticResources>http://www.eclipse.org/emf/2002/Ecore</semanticResources>
6 <semanticResources>logicproblem.ecore</semanticResources> 6 <semanticResources>logicproblem.ecore</semanticResources>
7 <semanticResources>logicresult.ecore</semanticResources> 7 <semanticResources>logicresult.ecore</semanticResources>
8 <ownedViews xmi:type="viewpoint:DView" xmi:id="_WD40YDx1EeWiQ_wtFd6fGQ"> 8 <ownedViews xmi:type="viewpoint:DView" uid="_WD40YDx1EeWiQ_wtFd6fGQ">
9 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/> 9 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/>
10 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_xO0WUHt9EeeCn_RNMwgEBg" name="All elements" repPath="#_TBG5QG7rEeifqZoaQeIEkw"> 10 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_xO0WUHt9EeeCn_RNMwgEBg" name="All elements" repPath="#_XL9PsDx1EeWiQ_wtFd6fGQ">
11 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 11 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
12 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 12 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
13 </ownedRepresentationDescriptors> 13 </ownedRepresentationDescriptors>
14 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_xO0WUXt9EeeCn_RNMwgEBg" name="logicproblem class diagram" repPath="#_TC2lsG7rEeifqZoaQeIEkw"> 14 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_xO0WUXt9EeeCn_RNMwgEBg" name="logicproblem class diagram" repPath="#_veq9MGCGEeWg-_mfCA72gg">
15 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 15 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
16 <target xmi:type="ecore:EPackage" href="logicproblem.ecore#/"/> 16 <target xmi:type="ecore:EPackage" href="logicproblem.ecore#/"/>
17 </ownedRepresentationDescriptors> 17 </ownedRepresentationDescriptors>
18 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_xO0WUnt9EeeCn_RNMwgEBg" name="Types and Type References" repPath="#_TDHEYG7rEeifqZoaQeIEkw"> 18 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_xO0WUnt9EeeCn_RNMwgEBg" name="Types and Type References" repPath="#_v6LzUIApEeW6pe97ikalXw">
19 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 19 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
20 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 20 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
21 </ownedRepresentationDescriptors> 21 </ownedRepresentationDescriptors>
22 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_xO09YHt9EeeCn_RNMwgEBg" name="Constants, Functions and Relations" repPath="#_TDSDgG7rEeifqZoaQeIEkw"> 22 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_xO09YHt9EeeCn_RNMwgEBg" name="Constants, Functions and Relations" repPath="#_FSREgIP2EeWOre-0TMCmMQ">
23 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 23 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
24 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 24 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
25 </ownedRepresentationDescriptors> 25 </ownedRepresentationDescriptors>
26 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_xO09YXt9EeeCn_RNMwgEBg" name="LogicResult" repPath="#_TDxLsG7rEeifqZoaQeIEkw"> 26 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_xO09YXt9EeeCn_RNMwgEBg" name="LogicResult" repPath="#_LobkUAJFEea4lsNl5Yuy6Q">
27 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 27 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
28 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 28 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
29 </ownedRepresentationDescriptors> 29 </ownedRepresentationDescriptors>
30 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_xO09Ynt9EeeCn_RNMwgEBg" name="Terms" repPath="#_TD8K0G7rEeifqZoaQeIEkw"> 30 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_xO09Ynt9EeeCn_RNMwgEBg" name="Terms" repPath="#_l6XRgLdnEeau1vMV3Bsx4w">
31 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 31 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
32 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 32 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
33 </ownedRepresentationDescriptors> 33 </ownedRepresentationDescriptors>
34 </ownedViews> 34 </ownedViews>
35 <ownedViews xmi:type="viewpoint:DView" xmi:id="_WEG20Dx1EeWiQ_wtFd6fGQ"> 35 <ownedViews xmi:type="viewpoint:DView" uid="_WEG20Dx1EeWiQ_wtFd6fGQ">
36 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/> 36 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/>
37 </ownedViews> 37 </ownedViews>
38 <ownedViews xmi:type="viewpoint:DView" xmi:id="_WEIE8Dx1EeWiQ_wtFd6fGQ"> 38 <ownedViews xmi:type="viewpoint:DView" uid="_WEIE8Dx1EeWiQ_wtFd6fGQ">
39 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/> 39 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/>
40 </ownedViews> 40 </ownedViews>
41 <ownedViews xmi:type="viewpoint:DView" xmi:id="_WEOLkDx1EeWiQ_wtFd6fGQ"> 41 <ownedViews xmi:type="viewpoint:DView" uid="_WEOLkDx1EeWiQ_wtFd6fGQ">
42 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/> 42 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/>
43 </ownedViews> 43 </ownedViews>
44 </viewpoint:DAnalysis> 44 </viewpoint:DAnalysis>
45 <diagram:DSemanticDiagram xmi:id="_XL9PsDx1EeWiQ_wtFd6fGQ" name="All elements" uid="_TBG5QG7rEeifqZoaQeIEkw"> 45 <diagram:DSemanticDiagram uid="_XL9PsDx1EeWiQ_wtFd6fGQ" name="All elements">
46 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_XL9PsTx1EeWiQ_wtFd6fGQ" source="DANNOTATION_CUSTOMIZATION_KEY"> 46 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_XL9PsTx1EeWiQ_wtFd6fGQ" source="DANNOTATION_CUSTOMIZATION_KEY">
47 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_XL9Psjx1EeWiQ_wtFd6fGQ"> 47 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_XL9Psjx1EeWiQ_wtFd6fGQ">
48 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_bcoasDx1EeWiQ_wtFd6fGQ" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1"> 48 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_bcoasDx1EeWiQ_wtFd6fGQ" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1">
49 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 49 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
50 <labelFormat>bold</labelFormat> 50 <labelFormat>bold</labelFormat>
@@ -83,7 +83,7 @@
83 </computedStyleDescriptions> 83 </computedStyleDescriptions>
84 </data> 84 </data>
85 </ownedAnnotationEntries> 85 </ownedAnnotationEntries>
86 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_XMn-EDx1EeWiQ_wtFd6fGQ" source="GMF_DIAGRAMS"> 86 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_XMn-EDx1EeWiQ_wtFd6fGQ" source="GMF_DIAGRAMS">
87 <data xmi:type="notation:Diagram" xmi:id="_XMolIDx1EeWiQ_wtFd6fGQ" type="Sirius" element="_XL9PsDx1EeWiQ_wtFd6fGQ" measurementUnit="Pixel"> 87 <data xmi:type="notation:Diagram" xmi:id="_XMolIDx1EeWiQ_wtFd6fGQ" type="Sirius" element="_XL9PsDx1EeWiQ_wtFd6fGQ" measurementUnit="Pixel">
88 <children xmi:type="notation:Node" xmi:id="_be9V8Dx1EeWiQ_wtFd6fGQ" type="2003" element="_bZ1lYDx1EeWiQ_wtFd6fGQ"> 88 <children xmi:type="notation:Node" xmi:id="_be9V8Dx1EeWiQ_wtFd6fGQ" type="2003" element="_bZ1lYDx1EeWiQ_wtFd6fGQ">
89 <children xmi:type="notation:Node" xmi:id="_be_LIDx1EeWiQ_wtFd6fGQ" type="5007"/> 89 <children xmi:type="notation:Node" xmi:id="_be_LIDx1EeWiQ_wtFd6fGQ" type="5007"/>
@@ -2138,1766 +2138,1766 @@
2138 </edges> 2138 </edges>
2139 </data> 2139 </data>
2140 </ownedAnnotationEntries> 2140 </ownedAnnotationEntries>
2141 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bZ1lYDx1EeWiQ_wtFd6fGQ" name="Type" tooltipText="" outgoingEdges="_beBh0Dx1EeWiQ_wtFd6fGQ _OLE8QIPKEeWOre-0TMCmMQ" incomingEdges="_bdQs0Dx1EeWiQ_wtFd6fGQ _beElIDx1EeWiQ_wtFd6fGQ _agR7AGPkEeWuQbyserbs4Q _OLE8QIPKEeWOre-0TMCmMQ" width="12" height="10"> 2141 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bZ1lYDx1EeWiQ_wtFd6fGQ" name="Type" tooltipText="" outgoingEdges="_beBh0Dx1EeWiQ_wtFd6fGQ _OLE8QIPKEeWOre-0TMCmMQ" incomingEdges="_bdQs0Dx1EeWiQ_wtFd6fGQ _beElIDx1EeWiQ_wtFd6fGQ _agR7AGPkEeWuQbyserbs4Q _OLE8QIPKEeWOre-0TMCmMQ" width="12" height="10">
2142 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 2142 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
2143 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 2143 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
2144 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2144 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2145 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2145 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2146 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2146 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2147 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_5YFD4IPIEeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2147 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_5YFD4IPIEeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2148 <labelFormat>italic</labelFormat> 2148 <labelFormat>italic</labelFormat>
2149 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2149 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2150 </ownedStyle> 2150 </ownedStyle>
2151 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2151 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2152 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bcl-cDx1EeWiQ_wtFd6fGQ" name="name : EString" tooltipText=""> 2152 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bcl-cDx1EeWiQ_wtFd6fGQ" name="name : EString" tooltipText="">
2153 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 2153 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
2154 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 2154 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
2155 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_bcsFEDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ"> 2155 <ownedStyle xmi:type="diagram:BundledImage" uid="_bcsFEDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ">
2156 <labelFormat>bold</labelFormat> 2156 <labelFormat>bold</labelFormat>
2157 </ownedStyle> 2157 </ownedStyle>
2158 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2158 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2159 </ownedElements> 2159 </ownedElements>
2160 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_ODWbwAGOEeaDEJmvhpl9gg" name="isAbstract : EBoolean = false" tooltipText=""> 2160 <ownedElements xmi:type="diagram:DNodeListElement" uid="_ODWbwAGOEeaDEJmvhpl9gg" name="isAbstract : EBoolean = false" tooltipText="">
2161 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 2161 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
2162 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 2162 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
2163 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_ODXC0AGOEeaDEJmvhpl9gg" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ"> 2163 <ownedStyle xmi:type="diagram:BundledImage" uid="_ODXC0AGOEeaDEJmvhpl9gg" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ">
2164 <labelFormat>bold</labelFormat> 2164 <labelFormat>bold</labelFormat>
2165 </ownedStyle> 2165 </ownedStyle>
2166 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2166 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2167 </ownedElements> 2167 </ownedElements>
2168 </ownedDiagramElements> 2168 </ownedDiagramElements>
2169 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baDn0Dx1EeWiQ_wtFd6fGQ" name="DefinedElement" tooltipText="" outgoingEdges="_beDXADx1EeWiQ_wtFd6fGQ _OEz0UAGOEeaDEJmvhpl9gg" width="12" height="10"> 2169 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baDn0Dx1EeWiQ_wtFd6fGQ" name="DefinedElement" tooltipText="" outgoingEdges="_beDXADx1EeWiQ_wtFd6fGQ _OEz0UAGOEeaDEJmvhpl9gg" width="12" height="10">
2170 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 2170 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
2171 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 2171 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
2172 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2172 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2173 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2173 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2174 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2174 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2175 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baE18Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2175 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baE18Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2176 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2176 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2177 </ownedStyle> 2177 </ownedStyle>
2178 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2178 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2179 </ownedDiagramElements> 2179 </ownedDiagramElements>
2180 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baGEEDx1EeWiQ_wtFd6fGQ" name="TypeDefinition" tooltipText="" outgoingEdges="_beElIDx1EeWiQ_wtFd6fGQ _dBnPUGPkEeWuQbyserbs4Q" incomingEdges="_OEz0UAGOEeaDEJmvhpl9gg" width="12" height="10"> 2180 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baGEEDx1EeWiQ_wtFd6fGQ" name="TypeDefinition" tooltipText="" outgoingEdges="_beElIDx1EeWiQ_wtFd6fGQ _dBnPUGPkEeWuQbyserbs4Q" incomingEdges="_OEz0UAGOEeaDEJmvhpl9gg" width="12" height="10">
2181 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 2181 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
2182 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 2182 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
2183 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2183 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2184 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2184 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2185 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2185 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2186 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baGrIDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2186 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baGrIDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2187 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2187 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2188 </ownedStyle> 2188 </ownedStyle>
2189 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2189 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2190 </ownedDiagramElements> 2190 </ownedDiagramElements>
2191 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baKVgDx1EeWiQ_wtFd6fGQ" name="TypeReference" tooltipText="" outgoingEdges="_beGaUDx1EeWiQ_wtFd6fGQ" incomingEdges="_bdRT4Dx1EeWiQ_wtFd6fGQ _bdTJEDx1EeWiQ_wtFd6fGQ _bdXagDx1EeWiQ_wtFd6fGQ _bd8pUzx1EeWiQ_wtFd6fGQ _bd-egDx1EeWiQ_wtFd6fGQ _beHBYDx1EeWiQ_wtFd6fGQ _beHoczx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2191 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baKVgDx1EeWiQ_wtFd6fGQ" name="TypeReference" tooltipText="" outgoingEdges="_beGaUDx1EeWiQ_wtFd6fGQ" incomingEdges="_bdRT4Dx1EeWiQ_wtFd6fGQ _bdTJEDx1EeWiQ_wtFd6fGQ _bdXagDx1EeWiQ_wtFd6fGQ _bd8pUzx1EeWiQ_wtFd6fGQ _bd-egDx1EeWiQ_wtFd6fGQ _beHBYDx1EeWiQ_wtFd6fGQ _beHoczx1EeWiQ_wtFd6fGQ" width="12" height="10">
2192 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 2192 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
2193 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 2193 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
2194 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baLjoDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2194 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baLjoDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2195 <labelFormat>italic</labelFormat> 2195 <labelFormat>italic</labelFormat>
2196 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2196 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2197 </ownedStyle> 2197 </ownedStyle>
2198 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2198 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2199 </ownedDiagramElements> 2199 </ownedDiagramElements>
2200 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baMxwDx1EeWiQ_wtFd6fGQ" name="ComplexTypeReference" tooltipText="" outgoingEdges="_bdQs0Dx1EeWiQ_wtFd6fGQ _beHBYDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2200 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baMxwDx1EeWiQ_wtFd6fGQ" name="ComplexTypeReference" tooltipText="" outgoingEdges="_bdQs0Dx1EeWiQ_wtFd6fGQ _beHBYDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2201 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 2201 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
2202 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 2202 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
2203 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2203 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2204 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2204 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2205 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2205 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2206 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baNY0Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2206 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baNY0Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2207 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2207 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2208 </ownedStyle> 2208 </ownedStyle>
2209 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2209 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2210 </ownedDiagramElements> 2210 </ownedDiagramElements>
2211 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baPOADx1EeWiQ_wtFd6fGQ" name="PrimitiveTypeReference" tooltipText="" outgoingEdges="_beHoczx1EeWiQ_wtFd6fGQ" incomingEdges="_beIPgzx1EeWiQ_wtFd6fGQ _beJdoDx1EeWiQ_wtFd6fGQ _beKrwDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2211 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baPOADx1EeWiQ_wtFd6fGQ" name="PrimitiveTypeReference" tooltipText="" outgoingEdges="_beHoczx1EeWiQ_wtFd6fGQ" incomingEdges="_beIPgzx1EeWiQ_wtFd6fGQ _beJdoDx1EeWiQ_wtFd6fGQ _beKrwDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2212 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 2212 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
2213 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 2213 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
2214 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2214 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2215 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2215 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2216 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2216 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2217 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baP1EDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2217 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baP1EDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2218 <labelFormat>italic</labelFormat> 2218 <labelFormat>italic</labelFormat>
2219 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2219 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2220 </ownedStyle> 2220 </ownedStyle>
2221 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2221 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2222 </ownedDiagramElements> 2222 </ownedDiagramElements>
2223 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baRDMDx1EeWiQ_wtFd6fGQ" name="IntTypeReference" tooltipText="" outgoingEdges="_beIPgzx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2223 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baRDMDx1EeWiQ_wtFd6fGQ" name="IntTypeReference" tooltipText="" outgoingEdges="_beIPgzx1EeWiQ_wtFd6fGQ" width="12" height="10">
2224 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 2224 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
2225 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 2225 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
2226 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baRqQDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2226 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baRqQDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2227 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2227 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2228 </ownedStyle> 2228 </ownedStyle>
2229 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2229 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2230 </ownedDiagramElements> 2230 </ownedDiagramElements>
2231 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baYX8Dx1EeWiQ_wtFd6fGQ" name="BoolTypeReference" tooltipText="" outgoingEdges="_beJdoDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2231 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baYX8Dx1EeWiQ_wtFd6fGQ" name="BoolTypeReference" tooltipText="" outgoingEdges="_beJdoDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2232 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 2232 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
2233 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 2233 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
2234 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baZmEDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2234 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baZmEDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2235 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2235 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2236 </ownedStyle> 2236 </ownedStyle>
2237 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2237 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2238 </ownedDiagramElements> 2238 </ownedDiagramElements>
2239 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baa0MDx1EeWiQ_wtFd6fGQ" name="RealTypeReference" tooltipText="" outgoingEdges="_beKrwDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2239 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baa0MDx1EeWiQ_wtFd6fGQ" name="RealTypeReference" tooltipText="" outgoingEdges="_beKrwDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2240 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 2240 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
2241 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 2241 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
2242 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bacCUDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2242 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bacCUDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2243 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2243 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2244 </ownedStyle> 2244 </ownedStyle>
2245 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2245 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2246 </ownedDiagramElements> 2246 </ownedDiagramElements>
2247 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_badQcDx1EeWiQ_wtFd6fGQ" name="Function" tooltipText="" outgoingEdges="_bdRT4Dx1EeWiQ_wtFd6fGQ _bdTJEDx1EeWiQ_wtFd6fGQ _beLS0zx1EeWiQ_wtFd6fGQ" incomingEdges="_9x_-EGB0EeWUrY3nJWVIeg _VHCI0GL8EeW2rMch79jPxg" width="12" height="10"> 2247 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_badQcDx1EeWiQ_wtFd6fGQ" name="Function" tooltipText="" outgoingEdges="_bdRT4Dx1EeWiQ_wtFd6fGQ _bdTJEDx1EeWiQ_wtFd6fGQ _beLS0zx1EeWiQ_wtFd6fGQ" incomingEdges="_9x_-EGB0EeWUrY3nJWVIeg _VHCI0GL8EeW2rMch79jPxg" width="12" height="10">
2248 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 2248 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
2249 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 2249 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
2250 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2250 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2251 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2251 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2252 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2252 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2253 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_h3pUkGL8EeW2rMch79jPxg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2253 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_h3pUkGL8EeW2rMch79jPxg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2254 <labelFormat>italic</labelFormat> 2254 <labelFormat>italic</labelFormat>
2255 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2255 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2256 </ownedStyle> 2256 </ownedStyle>
2257 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2257 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2258 </ownedDiagramElements> 2258 </ownedDiagramElements>
2259 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bafssDx1EeWiQ_wtFd6fGQ" name="Term" tooltipText="" outgoingEdges="_beMg8Dx1EeWiQ_wtFd6fGQ" incomingEdges="_bdVlUDx1EeWiQ_wtFd6fGQ _bdZ2wDx1EeWiQ_wtFd6fGQ _bdbE4Dx1EeWiQ_wtFd6fGQ _bdcTADx1EeWiQ_wtFd6fGQ _bdjAsDx1EeWiQ_wtFd6fGQ _bdkO0Dx1EeWiQ_wtFd6fGQ _bdlc8Dx1EeWiQ_wtFd6fGQ _bdmrEDx1EeWiQ_wtFd6fGQ _bdn5MDx1EeWiQ_wtFd6fGQ _bdpuYDx1EeWiQ_wtFd6fGQ _bdq8gDx1EeWiQ_wtFd6fGQ _bdsxsDx1EeWiQ_wtFd6fGQ _bdt_0Dx1EeWiQ_wtFd6fGQ _bdvN8Dx1EeWiQ_wtFd6fGQ _bdwcEDx1EeWiQ_wtFd6fGQ _bdyRQDx1EeWiQ_wtFd6fGQ _bdzfYDx1EeWiQ_wtFd6fGQ _bd0tgDx1EeWiQ_wtFd6fGQ _bd17oDx1EeWiQ_wtFd6fGQ _bd3JwDx1EeWiQ_wtFd6fGQ _bd4-8Dx1EeWiQ_wtFd6fGQ _bd6NEDx1EeWiQ_wtFd6fGQ _bd7bMDx1EeWiQ_wtFd6fGQ _beOWIDx1EeWiQ_wtFd6fGQ _beO9MDx1EeWiQ_wtFd6fGQ _beT1sDx1EeWiQ_wtFd6fGQ _beWR8Dx1EeWiQ_wtFd6fGQ _bebKcDx1EeWiQ_wtFd6fGQ _bek7cDx1EeWiQ_wtFd6fGQ _3jn3oGBxEeWUrY3nJWVIeg _vtC1kGB0EeWUrY3nJWVIeg _NuL4gGB2EeWUrY3nJWVIeg _RF40IGB2EeWUrY3nJWVIeg _SEkp8GB2EeWUrY3nJWVIeg _UrvggGB2EeWUrY3nJWVIeg _wgcQsIV8EeWhkpx1k3JSIA _X9kCIAGOEeaDEJmvhpl9gg" width="12" height="10"> 2259 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bafssDx1EeWiQ_wtFd6fGQ" name="Term" tooltipText="" outgoingEdges="_beMg8Dx1EeWiQ_wtFd6fGQ" incomingEdges="_bdVlUDx1EeWiQ_wtFd6fGQ _bdZ2wDx1EeWiQ_wtFd6fGQ _bdbE4Dx1EeWiQ_wtFd6fGQ _bdcTADx1EeWiQ_wtFd6fGQ _bdjAsDx1EeWiQ_wtFd6fGQ _bdkO0Dx1EeWiQ_wtFd6fGQ _bdlc8Dx1EeWiQ_wtFd6fGQ _bdmrEDx1EeWiQ_wtFd6fGQ _bdn5MDx1EeWiQ_wtFd6fGQ _bdpuYDx1EeWiQ_wtFd6fGQ _bdq8gDx1EeWiQ_wtFd6fGQ _bdsxsDx1EeWiQ_wtFd6fGQ _bdt_0Dx1EeWiQ_wtFd6fGQ _bdvN8Dx1EeWiQ_wtFd6fGQ _bdwcEDx1EeWiQ_wtFd6fGQ _bdyRQDx1EeWiQ_wtFd6fGQ _bdzfYDx1EeWiQ_wtFd6fGQ _bd0tgDx1EeWiQ_wtFd6fGQ _bd17oDx1EeWiQ_wtFd6fGQ _bd3JwDx1EeWiQ_wtFd6fGQ _bd4-8Dx1EeWiQ_wtFd6fGQ _bd6NEDx1EeWiQ_wtFd6fGQ _bd7bMDx1EeWiQ_wtFd6fGQ _beOWIDx1EeWiQ_wtFd6fGQ _beO9MDx1EeWiQ_wtFd6fGQ _beT1sDx1EeWiQ_wtFd6fGQ _beWR8Dx1EeWiQ_wtFd6fGQ _bebKcDx1EeWiQ_wtFd6fGQ _bek7cDx1EeWiQ_wtFd6fGQ _3jn3oGBxEeWUrY3nJWVIeg _vtC1kGB0EeWUrY3nJWVIeg _NuL4gGB2EeWUrY3nJWVIeg _RF40IGB2EeWUrY3nJWVIeg _SEkp8GB2EeWUrY3nJWVIeg _UrvggGB2EeWUrY3nJWVIeg _wgcQsIV8EeWhkpx1k3JSIA _X9kCIAGOEeaDEJmvhpl9gg" width="12" height="10">
2260 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 2260 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
2261 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 2261 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
2262 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bagTwDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2262 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bagTwDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2263 <labelFormat>italic</labelFormat> 2263 <labelFormat>italic</labelFormat>
2264 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2264 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2265 </ownedStyle> 2265 </ownedStyle>
2266 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2266 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2267 </ownedDiagramElements> 2267 </ownedDiagramElements>
2268 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bahh4Dx1EeWiQ_wtFd6fGQ" name="SymbolicDeclaration" tooltipText="" outgoingEdges="_beNIAzx1EeWiQ_wtFd6fGQ" incomingEdges="_bdU-QDx1EeWiQ_wtFd6fGQ _beDXADx1EeWiQ_wtFd6fGQ _beLS0zx1EeWiQ_wtFd6fGQ _beTOoDx1EeWiQ_wtFd6fGQ _berCEDx1EeWiQ_wtFd6fGQ _berpIDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2268 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bahh4Dx1EeWiQ_wtFd6fGQ" name="SymbolicDeclaration" tooltipText="" outgoingEdges="_beNIAzx1EeWiQ_wtFd6fGQ" incomingEdges="_bdU-QDx1EeWiQ_wtFd6fGQ _beDXADx1EeWiQ_wtFd6fGQ _beLS0zx1EeWiQ_wtFd6fGQ _beTOoDx1EeWiQ_wtFd6fGQ _berCEDx1EeWiQ_wtFd6fGQ _berpIDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2269 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 2269 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
2270 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 2270 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
2271 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2271 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2272 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2272 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2273 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2273 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2274 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baiI8Dx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2274 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baiI8Dx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2275 <labelFormat>italic</labelFormat> 2275 <labelFormat>italic</labelFormat>
2276 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2276 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2277 </ownedStyle> 2277 </ownedStyle>
2278 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2278 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2279 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bcuhUDx1EeWiQ_wtFd6fGQ" name="name : EString" tooltipText=""> 2279 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bcuhUDx1EeWiQ_wtFd6fGQ" name="name : EString" tooltipText="">
2280 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/> 2280 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/>
2281 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/> 2281 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/>
2282 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_bcvvcDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ"> 2282 <ownedStyle xmi:type="diagram:BundledImage" uid="_bcvvcDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ">
2283 <labelFormat>bold</labelFormat> 2283 <labelFormat>bold</labelFormat>
2284 </ownedStyle> 2284 </ownedStyle>
2285 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2285 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2286 </ownedElements> 2286 </ownedElements>
2287 </ownedDiagramElements> 2287 </ownedDiagramElements>
2288 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baj-IDx1EeWiQ_wtFd6fGQ" name="SymbolicValue" tooltipText="" outgoingEdges="_bdU-QDx1EeWiQ_wtFd6fGQ _bdVlUDx1EeWiQ_wtFd6fGQ _beOWIDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2288 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baj-IDx1EeWiQ_wtFd6fGQ" name="SymbolicValue" tooltipText="" outgoingEdges="_bdU-QDx1EeWiQ_wtFd6fGQ _bdVlUDx1EeWiQ_wtFd6fGQ _beOWIDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2289 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/> 2289 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
2290 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/> 2290 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
2291 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2291 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2292 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2292 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2293 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2293 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2294 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baklMDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2294 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baklMDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2295 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2295 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2296 </ownedStyle> 2296 </ownedStyle>
2297 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2297 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2298 </ownedDiagramElements> 2298 </ownedDiagramElements>
2299 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_balzUDx1EeWiQ_wtFd6fGQ" name="AtomicTerm" tooltipText="" outgoingEdges="_beO9MDx1EeWiQ_wtFd6fGQ" incomingEdges="_bePkQzx1EeWiQ_wtFd6fGQ _beRZcDx1EeWiQ_wtFd6fGQ _beSAgDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2299 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_balzUDx1EeWiQ_wtFd6fGQ" name="AtomicTerm" tooltipText="" outgoingEdges="_beO9MDx1EeWiQ_wtFd6fGQ" incomingEdges="_bePkQzx1EeWiQ_wtFd6fGQ _beRZcDx1EeWiQ_wtFd6fGQ _beSAgDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2300 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/> 2300 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
2301 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/> 2301 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
2302 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2302 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2303 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2303 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2304 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2304 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2305 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_banBcDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2305 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_banBcDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2306 <labelFormat>italic</labelFormat> 2306 <labelFormat>italic</labelFormat>
2307 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2307 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2308 </ownedStyle> 2308 </ownedStyle>
2309 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2309 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2310 </ownedDiagramElements> 2310 </ownedDiagramElements>
2311 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bao2oDx1EeWiQ_wtFd6fGQ" name="IntLiteral" tooltipText="" outgoingEdges="_bePkQzx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2311 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bao2oDx1EeWiQ_wtFd6fGQ" name="IntLiteral" tooltipText="" outgoingEdges="_bePkQzx1EeWiQ_wtFd6fGQ" width="12" height="10">
2312 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/> 2312 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
2313 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/> 2313 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
2314 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bar58Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2314 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bar58Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2315 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2315 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2316 </ownedStyle> 2316 </ownedStyle>
2317 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2317 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2318 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bcw9kDx1EeWiQ_wtFd6fGQ" name="value : EInt" tooltipText=""> 2318 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bcw9kDx1EeWiQ_wtFd6fGQ" name="value : EInt" tooltipText="">
2319 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/> 2319 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/>
2320 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/> 2320 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/>
2321 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_bcxkoDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT"> 2321 <ownedStyle xmi:type="diagram:BundledImage" uid="_bcxkoDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT">
2322 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 2322 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
2323 </ownedStyle> 2323 </ownedStyle>
2324 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2324 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2325 </ownedElements> 2325 </ownedElements>
2326 </ownedDiagramElements> 2326 </ownedDiagramElements>
2327 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_batvIDx1EeWiQ_wtFd6fGQ" name="BoolLiteral" tooltipText="" outgoingEdges="_beRZcDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2327 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_batvIDx1EeWiQ_wtFd6fGQ" name="BoolLiteral" tooltipText="" outgoingEdges="_beRZcDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2328 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/> 2328 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
2329 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/> 2329 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
2330 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bau9QDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2330 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bau9QDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2331 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2331 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2332 </ownedStyle> 2332 </ownedStyle>
2333 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2333 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2334 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bcyLsDx1EeWiQ_wtFd6fGQ" name="value : EBoolean = false" tooltipText=""> 2334 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bcyLsDx1EeWiQ_wtFd6fGQ" name="value : EBoolean = false" tooltipText="">
2335 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/> 2335 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/>
2336 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/> 2336 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/>
2337 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_bcyywDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT"> 2337 <ownedStyle xmi:type="diagram:BundledImage" uid="_bcyywDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT">
2338 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 2338 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
2339 </ownedStyle> 2339 </ownedStyle>
2340 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2340 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2341 </ownedElements> 2341 </ownedElements>
2342 </ownedDiagramElements> 2342 </ownedDiagramElements>
2343 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bawLYDx1EeWiQ_wtFd6fGQ" name="RealLiteral" tooltipText="" outgoingEdges="_beSAgDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2343 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bawLYDx1EeWiQ_wtFd6fGQ" name="RealLiteral" tooltipText="" outgoingEdges="_beSAgDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2344 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/> 2344 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
2345 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/> 2345 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
2346 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_baxZgDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2346 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_baxZgDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2347 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2347 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2348 </ownedStyle> 2348 </ownedStyle>
2349 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2349 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2350 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bczZ0Dx1EeWiQ_wtFd6fGQ" name="value : EBigDecimal" tooltipText=""> 2350 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bczZ0Dx1EeWiQ_wtFd6fGQ" name="value : EBigDecimal" tooltipText="">
2351 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/> 2351 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/>
2352 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/> 2352 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/>
2353 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_bc0A4Dx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT"> 2353 <ownedStyle xmi:type="diagram:BundledImage" uid="_bc0A4Dx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT">
2354 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 2354 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
2355 </ownedStyle> 2355 </ownedStyle>
2356 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2356 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2357 </ownedElements> 2357 </ownedElements>
2358 </ownedDiagramElements> 2358 </ownedDiagramElements>
2359 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_baynoDx1EeWiQ_wtFd6fGQ" name="Variable" tooltipText="" outgoingEdges="_bdXagDx1EeWiQ_wtFd6fGQ _beTOoDx1EeWiQ_wtFd6fGQ" incomingEdges="_bdYooDx1EeWiQ_wtFd6fGQ _y4FgIGByEeWUrY3nJWVIeg _CHDSwGB1EeWUrY3nJWVIeg" width="12" height="10"> 2359 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_baynoDx1EeWiQ_wtFd6fGQ" name="Variable" tooltipText="" outgoingEdges="_bdXagDx1EeWiQ_wtFd6fGQ _beTOoDx1EeWiQ_wtFd6fGQ" incomingEdges="_bdYooDx1EeWiQ_wtFd6fGQ _y4FgIGByEeWUrY3nJWVIeg _CHDSwGB1EeWUrY3nJWVIeg" width="12" height="10">
2360 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 2360 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
2361 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 2361 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
2362 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2362 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2363 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2363 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2364 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2364 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2365 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bazOsDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2365 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bazOsDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2366 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2366 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2367 </ownedStyle> 2367 </ownedStyle>
2368 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2368 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2369 </ownedDiagramElements> 2369 </ownedDiagramElements>
2370 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ba1D4Dx1EeWiQ_wtFd6fGQ" name="QuantifiedExpression" tooltipText="" outgoingEdges="_bdYooDx1EeWiQ_wtFd6fGQ _bdZ2wDx1EeWiQ_wtFd6fGQ _beT1sDx1EeWiQ_wtFd6fGQ" incomingEdges="_beUcwDx1EeWiQ_wtFd6fGQ _beVq4Dx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2370 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ba1D4Dx1EeWiQ_wtFd6fGQ" name="QuantifiedExpression" tooltipText="" outgoingEdges="_bdYooDx1EeWiQ_wtFd6fGQ _bdZ2wDx1EeWiQ_wtFd6fGQ _beT1sDx1EeWiQ_wtFd6fGQ" incomingEdges="_beUcwDx1EeWiQ_wtFd6fGQ _beVq4Dx1EeWiQ_wtFd6fGQ" width="12" height="10">
2371 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/> 2371 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
2372 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/> 2372 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
2373 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ba2SADx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2373 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ba2SADx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2374 <labelFormat>italic</labelFormat> 2374 <labelFormat>italic</labelFormat>
2375 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2375 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2376 </ownedStyle> 2376 </ownedStyle>
2377 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2377 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2378 </ownedDiagramElements> 2378 </ownedDiagramElements>
2379 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ba3gIDx1EeWiQ_wtFd6fGQ" name="Exists" tooltipText="" outgoingEdges="_beUcwDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2379 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ba3gIDx1EeWiQ_wtFd6fGQ" name="Exists" tooltipText="" outgoingEdges="_beUcwDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2380 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/> 2380 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
2381 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/> 2381 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
2382 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ba4uQDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2382 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ba4uQDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2383 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2383 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2384 </ownedStyle> 2384 </ownedStyle>
2385 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2385 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2386 </ownedDiagramElements> 2386 </ownedDiagramElements>
2387 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ba58YDx1EeWiQ_wtFd6fGQ" name="Forall" tooltipText="" outgoingEdges="_beVq4Dx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2387 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ba58YDx1EeWiQ_wtFd6fGQ" name="Forall" tooltipText="" outgoingEdges="_beVq4Dx1EeWiQ_wtFd6fGQ" width="12" height="10">
2388 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/> 2388 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
2389 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/> 2389 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
2390 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ba6jcDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2390 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ba6jcDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2391 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2391 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2392 </ownedStyle> 2392 </ownedStyle>
2393 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2393 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2394 </ownedDiagramElements> 2394 </ownedDiagramElements>
2395 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ba7xkDx1EeWiQ_wtFd6fGQ" name="BoolOperation" tooltipText="" outgoingEdges="_beWR8Dx1EeWiQ_wtFd6fGQ" incomingEdges="_beW5Azx1EeWiQ_wtFd6fGQ _beYHIDx1EeWiQ_wtFd6fGQ _beYuMDx1EeWiQ_wtFd6fGQ _beZVQzx1EeWiQ_wtFd6fGQ _beajYDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2395 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ba7xkDx1EeWiQ_wtFd6fGQ" name="BoolOperation" tooltipText="" outgoingEdges="_beWR8Dx1EeWiQ_wtFd6fGQ" incomingEdges="_beW5Azx1EeWiQ_wtFd6fGQ _beYHIDx1EeWiQ_wtFd6fGQ _beYuMDx1EeWiQ_wtFd6fGQ _beZVQzx1EeWiQ_wtFd6fGQ _beajYDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2396 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/> 2396 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
2397 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/> 2397 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
2398 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ba8YoDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2398 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ba8YoDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2399 <labelFormat>italic</labelFormat> 2399 <labelFormat>italic</labelFormat>
2400 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2400 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2401 </ownedStyle> 2401 </ownedStyle>
2402 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2402 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2403 </ownedDiagramElements> 2403 </ownedDiagramElements>
2404 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ba9mwDx1EeWiQ_wtFd6fGQ" name="And" tooltipText="" outgoingEdges="_bdbE4Dx1EeWiQ_wtFd6fGQ _beW5Azx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2404 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ba9mwDx1EeWiQ_wtFd6fGQ" name="And" tooltipText="" outgoingEdges="_bdbE4Dx1EeWiQ_wtFd6fGQ _beW5Azx1EeWiQ_wtFd6fGQ" width="12" height="10">
2405 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/> 2405 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
2406 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/> 2406 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
2407 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ba-N0Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2407 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ba-N0Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2408 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2408 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2409 </ownedStyle> 2409 </ownedStyle>
2410 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2410 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2411 </ownedDiagramElements> 2411 </ownedDiagramElements>
2412 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ba_b8Dx1EeWiQ_wtFd6fGQ" name="Or" tooltipText="" outgoingEdges="_bdcTADx1EeWiQ_wtFd6fGQ _beYHIDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2412 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ba_b8Dx1EeWiQ_wtFd6fGQ" name="Or" tooltipText="" outgoingEdges="_bdcTADx1EeWiQ_wtFd6fGQ _beYHIDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2413 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/> 2413 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
2414 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/> 2414 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
2415 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbAqEDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2415 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbAqEDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2416 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2416 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2417 </ownedStyle> 2417 </ownedStyle>
2418 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2418 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2419 </ownedDiagramElements> 2419 </ownedDiagramElements>
2420 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbBRIDx1EeWiQ_wtFd6fGQ" name="Impl" tooltipText="" outgoingEdges="_bdjAsDx1EeWiQ_wtFd6fGQ _bdkO0Dx1EeWiQ_wtFd6fGQ _beYuMDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2420 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbBRIDx1EeWiQ_wtFd6fGQ" name="Impl" tooltipText="" outgoingEdges="_bdjAsDx1EeWiQ_wtFd6fGQ _bdkO0Dx1EeWiQ_wtFd6fGQ _beYuMDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2421 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/> 2421 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
2422 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/> 2422 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
2423 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbB4MDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2423 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbB4MDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2424 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2424 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2425 </ownedStyle> 2425 </ownedStyle>
2426 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2426 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2427 </ownedDiagramElements> 2427 </ownedDiagramElements>
2428 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbDtYDx1EeWiQ_wtFd6fGQ" name="Not" tooltipText="" outgoingEdges="_bdlc8Dx1EeWiQ_wtFd6fGQ _beZVQzx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2428 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbDtYDx1EeWiQ_wtFd6fGQ" name="Not" tooltipText="" outgoingEdges="_bdlc8Dx1EeWiQ_wtFd6fGQ _beZVQzx1EeWiQ_wtFd6fGQ" width="12" height="10">
2429 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/> 2429 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
2430 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/> 2430 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
2431 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbEUcDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2431 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbEUcDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2432 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2432 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2433 </ownedStyle> 2433 </ownedStyle>
2434 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2434 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2435 </ownedDiagramElements> 2435 </ownedDiagramElements>
2436 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbFikDx1EeWiQ_wtFd6fGQ" name="Iff" tooltipText="" outgoingEdges="_bdmrEDx1EeWiQ_wtFd6fGQ _bdn5MDx1EeWiQ_wtFd6fGQ _beajYDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2436 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbFikDx1EeWiQ_wtFd6fGQ" name="Iff" tooltipText="" outgoingEdges="_bdmrEDx1EeWiQ_wtFd6fGQ _bdn5MDx1EeWiQ_wtFd6fGQ _beajYDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2437 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/> 2437 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
2438 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/> 2438 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
2439 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbGJoDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2439 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbGJoDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2440 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2440 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2441 </ownedStyle> 2441 </ownedStyle>
2442 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2442 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2443 </ownedDiagramElements> 2443 </ownedDiagramElements>
2444 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbGwsDx1EeWiQ_wtFd6fGQ" name="PrimitiveRelation" tooltipText="" outgoingEdges="_bebKcDx1EeWiQ_wtFd6fGQ" incomingEdges="_bebxgzx1EeWiQ_wtFd6fGQ _bec_oDx1EeWiQ_wtFd6fGQ _beeNwDx1EeWiQ_wtFd6fGQ _beifMDx1EeWiQ_wtFd6fGQ _bejtUDx1EeWiQ_wtFd6fGQ _bekUYDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2444 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbGwsDx1EeWiQ_wtFd6fGQ" name="PrimitiveRelation" tooltipText="" outgoingEdges="_bebKcDx1EeWiQ_wtFd6fGQ" incomingEdges="_bebxgzx1EeWiQ_wtFd6fGQ _bec_oDx1EeWiQ_wtFd6fGQ _beeNwDx1EeWiQ_wtFd6fGQ _beifMDx1EeWiQ_wtFd6fGQ _bejtUDx1EeWiQ_wtFd6fGQ _bekUYDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2445 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/> 2445 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
2446 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/> 2446 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
2447 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbHXwDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2447 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbHXwDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2448 <labelFormat>italic</labelFormat> 2448 <labelFormat>italic</labelFormat>
2449 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2449 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2450 </ownedStyle> 2450 </ownedStyle>
2451 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2451 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2452 </ownedDiagramElements> 2452 </ownedDiagramElements>
2453 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbIl4Dx1EeWiQ_wtFd6fGQ" name="Equals" tooltipText="" outgoingEdges="_bdpuYDx1EeWiQ_wtFd6fGQ _bdq8gDx1EeWiQ_wtFd6fGQ _bebxgzx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2453 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbIl4Dx1EeWiQ_wtFd6fGQ" name="Equals" tooltipText="" outgoingEdges="_bdpuYDx1EeWiQ_wtFd6fGQ _bdq8gDx1EeWiQ_wtFd6fGQ _bebxgzx1EeWiQ_wtFd6fGQ" width="12" height="10">
2454 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/> 2454 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
2455 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/> 2455 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
2456 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbJM8Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2456 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbJM8Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2457 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2457 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2458 </ownedStyle> 2458 </ownedStyle>
2459 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2459 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2460 </ownedDiagramElements> 2460 </ownedDiagramElements>
2461 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbKbEDx1EeWiQ_wtFd6fGQ" name="Distinct" tooltipText="" outgoingEdges="_bdsxsDx1EeWiQ_wtFd6fGQ _bec_oDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2461 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbKbEDx1EeWiQ_wtFd6fGQ" name="Distinct" tooltipText="" outgoingEdges="_bdsxsDx1EeWiQ_wtFd6fGQ _bec_oDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2462 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/> 2462 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
2463 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/> 2463 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
2464 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbLpMDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2464 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbLpMDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2465 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2465 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2466 </ownedStyle> 2466 </ownedStyle>
2467 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2467 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2468 </ownedDiagramElements> 2468 </ownedDiagramElements>
2469 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbNeYDx1EeWiQ_wtFd6fGQ" name="LessThan" tooltipText="" outgoingEdges="_bdt_0Dx1EeWiQ_wtFd6fGQ _bdvN8Dx1EeWiQ_wtFd6fGQ _beeNwDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2469 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbNeYDx1EeWiQ_wtFd6fGQ" name="LessThan" tooltipText="" outgoingEdges="_bdt_0Dx1EeWiQ_wtFd6fGQ _bdvN8Dx1EeWiQ_wtFd6fGQ _beeNwDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2470 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/> 2470 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
2471 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/> 2471 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
2472 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbOFcDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2472 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbOFcDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2473 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2473 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2474 </ownedStyle> 2474 </ownedStyle>
2475 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2475 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2476 </ownedDiagramElements> 2476 </ownedDiagramElements>
2477 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbPTkDx1EeWiQ_wtFd6fGQ" name="MoreThan" tooltipText="" outgoingEdges="_bdwcEDx1EeWiQ_wtFd6fGQ _bdyRQDx1EeWiQ_wtFd6fGQ _beifMDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2477 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbPTkDx1EeWiQ_wtFd6fGQ" name="MoreThan" tooltipText="" outgoingEdges="_bdwcEDx1EeWiQ_wtFd6fGQ _bdyRQDx1EeWiQ_wtFd6fGQ _beifMDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2478 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/> 2478 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
2479 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/> 2479 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
2480 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbQhsDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2480 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbQhsDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2481 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2481 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2482 </ownedStyle> 2482 </ownedStyle>
2483 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2483 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2484 </ownedDiagramElements> 2484 </ownedDiagramElements>
2485 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbRIwDx1EeWiQ_wtFd6fGQ" name="LessOrEqualThan" tooltipText="" outgoingEdges="_bdzfYDx1EeWiQ_wtFd6fGQ _bd0tgDx1EeWiQ_wtFd6fGQ _bejtUDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2485 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbRIwDx1EeWiQ_wtFd6fGQ" name="LessOrEqualThan" tooltipText="" outgoingEdges="_bdzfYDx1EeWiQ_wtFd6fGQ _bd0tgDx1EeWiQ_wtFd6fGQ _bejtUDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2486 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/> 2486 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
2487 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/> 2487 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
2488 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbSW4Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2488 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbSW4Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2489 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2489 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2490 </ownedStyle> 2490 </ownedStyle>
2491 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2491 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2492 </ownedDiagramElements> 2492 </ownedDiagramElements>
2493 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbTlADx1EeWiQ_wtFd6fGQ" name="MoreOrEqualThan" tooltipText="" outgoingEdges="_bd17oDx1EeWiQ_wtFd6fGQ _bd3JwDx1EeWiQ_wtFd6fGQ _bekUYDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2493 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbTlADx1EeWiQ_wtFd6fGQ" name="MoreOrEqualThan" tooltipText="" outgoingEdges="_bd17oDx1EeWiQ_wtFd6fGQ _bd3JwDx1EeWiQ_wtFd6fGQ _bekUYDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2494 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/> 2494 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
2495 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/> 2495 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
2496 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbUMEDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2496 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbUMEDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2497 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2497 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2498 </ownedStyle> 2498 </ownedStyle>
2499 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2499 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2500 </ownedDiagramElements> 2500 </ownedDiagramElements>
2501 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbVaMDx1EeWiQ_wtFd6fGQ" name="IntOperation" tooltipText="" outgoingEdges="_bd4-8Dx1EeWiQ_wtFd6fGQ _bd6NEDx1EeWiQ_wtFd6fGQ _bek7cDx1EeWiQ_wtFd6fGQ" incomingEdges="_bemJkDx1EeWiQ_wtFd6fGQ _bemwoDx1EeWiQ_wtFd6fGQ _ben-wDx1EeWiQ_wtFd6fGQ _bepM4Dx1EeWiQ_wtFd6fGQ _bepz8Dx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2501 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbVaMDx1EeWiQ_wtFd6fGQ" name="IntOperation" tooltipText="" outgoingEdges="_bd4-8Dx1EeWiQ_wtFd6fGQ _bd6NEDx1EeWiQ_wtFd6fGQ _bek7cDx1EeWiQ_wtFd6fGQ" incomingEdges="_bemJkDx1EeWiQ_wtFd6fGQ _bemwoDx1EeWiQ_wtFd6fGQ _ben-wDx1EeWiQ_wtFd6fGQ _bepM4Dx1EeWiQ_wtFd6fGQ _bepz8Dx1EeWiQ_wtFd6fGQ" width="12" height="10">
2502 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntOperation"/> 2502 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
2503 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntOperation"/> 2503 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
2504 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbWBQDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2504 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbWBQDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2505 <labelFormat>italic</labelFormat> 2505 <labelFormat>italic</labelFormat>
2506 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2506 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2507 </ownedStyle> 2507 </ownedStyle>
2508 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2508 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2509 </ownedDiagramElements> 2509 </ownedDiagramElements>
2510 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbaSsDx1EeWiQ_wtFd6fGQ" name="Plus" tooltipText="" outgoingEdges="_bemJkDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2510 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbaSsDx1EeWiQ_wtFd6fGQ" name="Plus" tooltipText="" outgoingEdges="_bemJkDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2511 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/> 2511 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
2512 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/> 2512 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
2513 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bba5wDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2513 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bba5wDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2514 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2514 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2515 </ownedStyle> 2515 </ownedStyle>
2516 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2516 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2517 </ownedDiagramElements> 2517 </ownedDiagramElements>
2518 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbekIDx1EeWiQ_wtFd6fGQ" name="Minus" tooltipText="" outgoingEdges="_bemwoDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2518 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbekIDx1EeWiQ_wtFd6fGQ" name="Minus" tooltipText="" outgoingEdges="_bemwoDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2519 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/> 2519 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
2520 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/> 2520 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
2521 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbfLMDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2521 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbfLMDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2522 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2522 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2523 </ownedStyle> 2523 </ownedStyle>
2524 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2524 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2525 </ownedDiagramElements> 2525 </ownedDiagramElements>
2526 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbgZUDx1EeWiQ_wtFd6fGQ" name="Multiply" tooltipText="" outgoingEdges="_ben-wDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2526 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbgZUDx1EeWiQ_wtFd6fGQ" name="Multiply" tooltipText="" outgoingEdges="_ben-wDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2527 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/> 2527 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
2528 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/> 2528 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
2529 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbhncDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2529 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbhncDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2530 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2530 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2531 </ownedStyle> 2531 </ownedStyle>
2532 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2532 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2533 </ownedDiagramElements> 2533 </ownedDiagramElements>
2534 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbi1kDx1EeWiQ_wtFd6fGQ" name="Divison" tooltipText="" outgoingEdges="_bepM4Dx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2534 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbi1kDx1EeWiQ_wtFd6fGQ" name="Divison" tooltipText="" outgoingEdges="_bepM4Dx1EeWiQ_wtFd6fGQ" width="12" height="10">
2535 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/> 2535 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
2536 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/> 2536 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
2537 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbjcoDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2537 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbjcoDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2538 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2538 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2539 </ownedStyle> 2539 </ownedStyle>
2540 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2540 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2541 </ownedDiagramElements> 2541 </ownedDiagramElements>
2542 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbkqwDx1EeWiQ_wtFd6fGQ" name="Mod" tooltipText="" outgoingEdges="_bepz8Dx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2542 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbkqwDx1EeWiQ_wtFd6fGQ" name="Mod" tooltipText="" outgoingEdges="_bepz8Dx1EeWiQ_wtFd6fGQ" width="12" height="10">
2543 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/> 2543 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
2544 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/> 2544 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
2545 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bblR0Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2545 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bblR0Dx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2546 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2546 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2547 </ownedStyle> 2547 </ownedStyle>
2548 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2548 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2549 </ownedDiagramElements> 2549 </ownedDiagramElements>
2550 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbl44Dx1EeWiQ_wtFd6fGQ" name="TypeDescriptor" tooltipText="" incomingEdges="_beBh0Dx1EeWiQ_wtFd6fGQ _beGaUDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2550 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbl44Dx1EeWiQ_wtFd6fGQ" name="TypeDescriptor" tooltipText="" incomingEdges="_beBh0Dx1EeWiQ_wtFd6fGQ _beGaUDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2551 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/> 2551 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/>
2552 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/> 2552 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/>
2553 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbmf8Dx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2553 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbmf8Dx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2554 <labelFormat>italic</labelFormat> 2554 <labelFormat>italic</labelFormat>
2555 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/> 2555 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/>
2556 </ownedStyle> 2556 </ownedStyle>
2557 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2557 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2558 </ownedDiagramElements> 2558 </ownedDiagramElements>
2559 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbnuEDx1EeWiQ_wtFd6fGQ" name="TermDescription" tooltipText="" incomingEdges="_beMg8Dx1EeWiQ_wtFd6fGQ _beNIAzx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2559 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbnuEDx1EeWiQ_wtFd6fGQ" name="TermDescription" tooltipText="" incomingEdges="_beMg8Dx1EeWiQ_wtFd6fGQ _beNIAzx1EeWiQ_wtFd6fGQ" width="12" height="10">
2560 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/> 2560 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/>
2561 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/> 2561 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/>
2562 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bboVIDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2562 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bboVIDx1EeWiQ_wtFd6fGQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2563 <labelFormat>italic</labelFormat> 2563 <labelFormat>italic</labelFormat>
2564 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/> 2564 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/>
2565 </ownedStyle> 2565 </ownedStyle>
2566 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2566 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2567 </ownedDiagramElements> 2567 </ownedDiagramElements>
2568 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbpjQDx1EeWiQ_wtFd6fGQ" name="Assertion" tooltipText="" outgoingEdges="_bd7bMDx1EeWiQ_wtFd6fGQ" width="12" height="10"> 2568 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbpjQDx1EeWiQ_wtFd6fGQ" name="Assertion" tooltipText="" outgoingEdges="_bd7bMDx1EeWiQ_wtFd6fGQ" width="12" height="10">
2569 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/> 2569 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/>
2570 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/> 2570 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/>
2571 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2571 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2572 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2572 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2573 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2573 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2574 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_bbqKUDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 2574 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_bbqKUDx1EeWiQ_wtFd6fGQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
2575 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 2575 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
2576 </ownedStyle> 2576 </ownedStyle>
2577 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2577 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2578 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bc45YDx1EeWiQ_wtFd6fGQ" name="name : EString" tooltipText=""> 2578 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bc45YDx1EeWiQ_wtFd6fGQ" name="name : EString" tooltipText="">
2579 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/> 2579 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/>
2580 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/> 2580 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/>
2581 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_bc5gcDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ"> 2581 <ownedStyle xmi:type="diagram:BundledImage" uid="_bc5gcDx1EeWiQ_wtFd6fGQ" labelAlignment="LEFT" description="_bcoasDx1EeWiQ_wtFd6fGQ">
2582 <labelFormat>bold</labelFormat> 2582 <labelFormat>bold</labelFormat>
2583 </ownedStyle> 2583 </ownedStyle>
2584 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 2584 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
2585 </ownedElements> 2585 </ownedElements>
2586 </ownedDiagramElements> 2586 </ownedDiagramElements>
2587 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbrYcDx1EeWiQ_wtFd6fGQ" name="Relation" tooltipText="" outgoingEdges="_bd8pUzx1EeWiQ_wtFd6fGQ _berCEDx1EeWiQ_wtFd6fGQ" incomingEdges="_OYoXIGL8EeW2rMch79jPxg _WpVCAGL8EeW2rMch79jPxg" width="12" height="10"> 2587 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbrYcDx1EeWiQ_wtFd6fGQ" name="Relation" tooltipText="" outgoingEdges="_bd8pUzx1EeWiQ_wtFd6fGQ _berCEDx1EeWiQ_wtFd6fGQ" incomingEdges="_OYoXIGL8EeW2rMch79jPxg _WpVCAGL8EeW2rMch79jPxg" width="12" height="10">
2588 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 2588 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
2589 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 2589 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
2590 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2590 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2591 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2591 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2592 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2592 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2593 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_h3sX4GL8EeW2rMch79jPxg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2593 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_h3sX4GL8EeW2rMch79jPxg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2594 <labelFormat>italic</labelFormat> 2594 <labelFormat>italic</labelFormat>
2595 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2595 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2596 </ownedStyle> 2596 </ownedStyle>
2597 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2597 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2598 </ownedDiagramElements> 2598 </ownedDiagramElements>
2599 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_bbsmkDx1EeWiQ_wtFd6fGQ" name="Constant" tooltipText="" outgoingEdges="_bd-egDx1EeWiQ_wtFd6fGQ _berpIDx1EeWiQ_wtFd6fGQ" incomingEdges="_08lj8GBxEeWUrY3nJWVIeg _Hjg5cGL8EeW2rMch79jPxg" width="12" height="10"> 2599 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_bbsmkDx1EeWiQ_wtFd6fGQ" name="Constant" tooltipText="" outgoingEdges="_bd-egDx1EeWiQ_wtFd6fGQ _berpIDx1EeWiQ_wtFd6fGQ" incomingEdges="_08lj8GBxEeWUrY3nJWVIeg _Hjg5cGL8EeW2rMch79jPxg" width="12" height="10">
2600 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 2600 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
2601 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 2601 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
2602 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 2602 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
2603 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 2603 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
2604 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 2604 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
2605 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ZeJTAGL8EeW2rMch79jPxg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 2605 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ZeJTAGL8EeW2rMch79jPxg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
2606 <labelFormat>italic</labelFormat> 2606 <labelFormat>italic</labelFormat>
2607 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 2607 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
2608 </ownedStyle> 2608 </ownedStyle>
2609 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 2609 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
2610 </ownedDiagramElements> 2610 </ownedDiagramElements>
2611 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdQs0Dx1EeWiQ_wtFd6fGQ" name="[0..1] referred" sourceNode="_baMxwDx1EeWiQ_wtFd6fGQ" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ"> 2611 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdQs0Dx1EeWiQ_wtFd6fGQ" name="[0..1] referred" sourceNode="_baMxwDx1EeWiQ_wtFd6fGQ" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ">
2612 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/> 2612 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/>
2613 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/> 2613 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/>
2614 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdQs0Tx1EeWiQ_wtFd6fGQ" routingStyle="manhattan" strokeColor="0,0,0"> 2614 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdQs0Tx1EeWiQ_wtFd6fGQ" routingStyle="manhattan" strokeColor="0,0,0">
2615 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 2615 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
2616 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdQs0jx1EeWiQ_wtFd6fGQ" showIcon="false"> 2616 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdQs0jx1EeWiQ_wtFd6fGQ" showIcon="false">
2617 <customFeatures>labelSize</customFeatures> 2617 <customFeatures>labelSize</customFeatures>
2618 </centerLabelStyle> 2618 </centerLabelStyle>
2619 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdQs0zx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2619 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdQs0zx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2620 <customFeatures>labelSize</customFeatures> 2620 <customFeatures>labelSize</customFeatures>
2621 </endLabelStyle> 2621 </endLabelStyle>
2622 </ownedStyle> 2622 </ownedStyle>
2623 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2623 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2624 </ownedDiagramElements> 2624 </ownedDiagramElements>
2625 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdRT4Dx1EeWiQ_wtFd6fGQ" name="[1..1] range" sourceNode="_badQcDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 2625 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdRT4Dx1EeWiQ_wtFd6fGQ" name="[1..1] range" sourceNode="_badQcDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
2626 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/> 2626 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
2627 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/> 2627 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
2628 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_eVC6oIWlEeWhkpx1k3JSIA" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2628 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_eVC6oIWlEeWhkpx1k3JSIA" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2629 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_eVC6oYWlEeWhkpx1k3JSIA" showIcon="false"> 2629 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_eVC6oYWlEeWhkpx1k3JSIA" showIcon="false">
2630 <labelFormat>bold</labelFormat> 2630 <labelFormat>bold</labelFormat>
2631 </centerLabelStyle> 2631 </centerLabelStyle>
2632 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_eVC6ooWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/> 2632 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_eVC6ooWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/>
2633 </ownedStyle> 2633 </ownedStyle>
2634 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2634 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2635 </ownedDiagramElements> 2635 </ownedDiagramElements>
2636 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdTJEDx1EeWiQ_wtFd6fGQ" name="[0..*] parameters" sourceNode="_badQcDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 2636 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdTJEDx1EeWiQ_wtFd6fGQ" name="[0..*] parameters" sourceNode="_badQcDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
2637 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/> 2637 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
2638 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/> 2638 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
2639 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdUXMDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2639 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdUXMDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2640 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdUXMTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2640 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdUXMTx1EeWiQ_wtFd6fGQ" showIcon="false">
2641 <customFeatures>labelSize</customFeatures> 2641 <customFeatures>labelSize</customFeatures>
2642 </centerLabelStyle> 2642 </centerLabelStyle>
2643 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdUXMjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2643 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdUXMjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2644 <customFeatures>labelSize</customFeatures> 2644 <customFeatures>labelSize</customFeatures>
2645 </endLabelStyle> 2645 </endLabelStyle>
2646 </ownedStyle> 2646 </ownedStyle>
2647 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2647 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2648 </ownedDiagramElements> 2648 </ownedDiagramElements>
2649 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdU-QDx1EeWiQ_wtFd6fGQ" name="[0..1] symbolicReference" sourceNode="_baj-IDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ"> 2649 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdU-QDx1EeWiQ_wtFd6fGQ" name="[0..1] symbolicReference" sourceNode="_baj-IDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ">
2650 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/> 2650 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/>
2651 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/> 2651 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/>
2652 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdU-QTx1EeWiQ_wtFd6fGQ" routingStyle="manhattan" strokeColor="0,0,0"> 2652 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdU-QTx1EeWiQ_wtFd6fGQ" routingStyle="manhattan" strokeColor="0,0,0">
2653 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 2653 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
2654 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdU-Qjx1EeWiQ_wtFd6fGQ" showIcon="false"> 2654 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdU-Qjx1EeWiQ_wtFd6fGQ" showIcon="false">
2655 <customFeatures>labelSize</customFeatures> 2655 <customFeatures>labelSize</customFeatures>
2656 </centerLabelStyle> 2656 </centerLabelStyle>
2657 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdU-Qzx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2657 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdU-Qzx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2658 <customFeatures>labelSize</customFeatures> 2658 <customFeatures>labelSize</customFeatures>
2659 </endLabelStyle> 2659 </endLabelStyle>
2660 </ownedStyle> 2660 </ownedStyle>
2661 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2661 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2662 </ownedDiagramElements> 2662 </ownedDiagramElements>
2663 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdVlUDx1EeWiQ_wtFd6fGQ" name="[0..*] parameterSubstitutions" sourceNode="_baj-IDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2663 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdVlUDx1EeWiQ_wtFd6fGQ" name="[0..*] parameterSubstitutions" sourceNode="_baj-IDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2664 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/> 2664 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/>
2665 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/> 2665 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/>
2666 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdWzcDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2666 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdWzcDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2667 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdWzcTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2667 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdWzcTx1EeWiQ_wtFd6fGQ" showIcon="false">
2668 <customFeatures>labelSize</customFeatures> 2668 <customFeatures>labelSize</customFeatures>
2669 </centerLabelStyle> 2669 </centerLabelStyle>
2670 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdWzcjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2670 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdWzcjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2671 <customFeatures>labelSize</customFeatures> 2671 <customFeatures>labelSize</customFeatures>
2672 </endLabelStyle> 2672 </endLabelStyle>
2673 </ownedStyle> 2673 </ownedStyle>
2674 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2674 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2675 </ownedDiagramElements> 2675 </ownedDiagramElements>
2676 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdXagDx1EeWiQ_wtFd6fGQ" name="[1..1] range" sourceNode="_baynoDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 2676 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdXagDx1EeWiQ_wtFd6fGQ" name="[1..1] range" sourceNode="_baynoDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
2677 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/> 2677 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/>
2678 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/> 2678 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/>
2679 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_e9h28IWlEeWhkpx1k3JSIA" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2679 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_e9h28IWlEeWhkpx1k3JSIA" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2680 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_e9h28YWlEeWhkpx1k3JSIA" showIcon="false"> 2680 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_e9h28YWlEeWhkpx1k3JSIA" showIcon="false">
2681 <labelFormat>bold</labelFormat> 2681 <labelFormat>bold</labelFormat>
2682 </centerLabelStyle> 2682 </centerLabelStyle>
2683 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_e9h28oWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/> 2683 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_e9h28oWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/>
2684 </ownedStyle> 2684 </ownedStyle>
2685 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2685 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2686 </ownedDiagramElements> 2686 </ownedDiagramElements>
2687 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdYooDx1EeWiQ_wtFd6fGQ" name="[0..*] quantifiedVariables" sourceNode="_ba1D4Dx1EeWiQ_wtFd6fGQ" targetNode="_baynoDx1EeWiQ_wtFd6fGQ"> 2687 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdYooDx1EeWiQ_wtFd6fGQ" name="[0..*] quantifiedVariables" sourceNode="_ba1D4Dx1EeWiQ_wtFd6fGQ" targetNode="_baynoDx1EeWiQ_wtFd6fGQ">
2688 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/> 2688 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/>
2689 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/> 2689 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/>
2690 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdZPsDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2690 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdZPsDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2691 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdZPsTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2691 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdZPsTx1EeWiQ_wtFd6fGQ" showIcon="false">
2692 <customFeatures>labelSize</customFeatures> 2692 <customFeatures>labelSize</customFeatures>
2693 </centerLabelStyle> 2693 </centerLabelStyle>
2694 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdZPsjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2694 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdZPsjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2695 <customFeatures>labelSize</customFeatures> 2695 <customFeatures>labelSize</customFeatures>
2696 </endLabelStyle> 2696 </endLabelStyle>
2697 </ownedStyle> 2697 </ownedStyle>
2698 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2698 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2699 </ownedDiagramElements> 2699 </ownedDiagramElements>
2700 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdZ2wDx1EeWiQ_wtFd6fGQ" name="[0..1] expression" sourceNode="_ba1D4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2700 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdZ2wDx1EeWiQ_wtFd6fGQ" name="[0..1] expression" sourceNode="_ba1D4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2701 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/> 2701 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/>
2702 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/> 2702 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/>
2703 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdad0Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2703 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdad0Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2704 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdad0Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 2704 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdad0Tx1EeWiQ_wtFd6fGQ" showIcon="false">
2705 <customFeatures>labelSize</customFeatures> 2705 <customFeatures>labelSize</customFeatures>
2706 </centerLabelStyle> 2706 </centerLabelStyle>
2707 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdad0jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2707 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdad0jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2708 <customFeatures>labelSize</customFeatures> 2708 <customFeatures>labelSize</customFeatures>
2709 </endLabelStyle> 2709 </endLabelStyle>
2710 </ownedStyle> 2710 </ownedStyle>
2711 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2711 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2712 </ownedDiagramElements> 2712 </ownedDiagramElements>
2713 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdbE4Dx1EeWiQ_wtFd6fGQ" name="[0..*] operands" sourceNode="_ba9mwDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2713 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdbE4Dx1EeWiQ_wtFd6fGQ" name="[0..*] operands" sourceNode="_ba9mwDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2714 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/> 2714 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/>
2715 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/> 2715 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/>
2716 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdbr8Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2716 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdbr8Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2717 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdbr8Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 2717 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdbr8Tx1EeWiQ_wtFd6fGQ" showIcon="false">
2718 <customFeatures>labelSize</customFeatures> 2718 <customFeatures>labelSize</customFeatures>
2719 </centerLabelStyle> 2719 </centerLabelStyle>
2720 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdbr8jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2720 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdbr8jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2721 <customFeatures>labelSize</customFeatures> 2721 <customFeatures>labelSize</customFeatures>
2722 </endLabelStyle> 2722 </endLabelStyle>
2723 </ownedStyle> 2723 </ownedStyle>
2724 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2724 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2725 </ownedDiagramElements> 2725 </ownedDiagramElements>
2726 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdcTADx1EeWiQ_wtFd6fGQ" name="[0..*] operands" sourceNode="_ba_b8Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2726 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdcTADx1EeWiQ_wtFd6fGQ" name="[0..*] operands" sourceNode="_ba_b8Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2727 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/> 2727 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/>
2728 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/> 2728 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/>
2729 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdc6EDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2729 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdc6EDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2730 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdc6ETx1EeWiQ_wtFd6fGQ" showIcon="false"> 2730 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdc6ETx1EeWiQ_wtFd6fGQ" showIcon="false">
2731 <customFeatures>labelSize</customFeatures> 2731 <customFeatures>labelSize</customFeatures>
2732 </centerLabelStyle> 2732 </centerLabelStyle>
2733 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdc6Ejx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2733 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdc6Ejx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2734 <customFeatures>labelSize</customFeatures> 2734 <customFeatures>labelSize</customFeatures>
2735 </endLabelStyle> 2735 </endLabelStyle>
2736 </ownedStyle> 2736 </ownedStyle>
2737 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2737 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2738 </ownedDiagramElements> 2738 </ownedDiagramElements>
2739 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdjAsDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbBRIDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2739 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdjAsDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbBRIDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2740 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/> 2740 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/>
2741 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/> 2741 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/>
2742 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdjnwDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2742 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdjnwDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2743 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdjnwTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2743 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdjnwTx1EeWiQ_wtFd6fGQ" showIcon="false">
2744 <customFeatures>labelSize</customFeatures> 2744 <customFeatures>labelSize</customFeatures>
2745 </centerLabelStyle> 2745 </centerLabelStyle>
2746 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdjnwjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2746 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdjnwjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2747 <customFeatures>labelSize</customFeatures> 2747 <customFeatures>labelSize</customFeatures>
2748 </endLabelStyle> 2748 </endLabelStyle>
2749 </ownedStyle> 2749 </ownedStyle>
2750 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2750 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2751 </ownedDiagramElements> 2751 </ownedDiagramElements>
2752 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdkO0Dx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbBRIDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2752 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdkO0Dx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbBRIDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2753 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/> 2753 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/>
2754 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/> 2754 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/>
2755 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdk14Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2755 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdk14Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2756 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdk14Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 2756 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdk14Tx1EeWiQ_wtFd6fGQ" showIcon="false">
2757 <customFeatures>labelSize</customFeatures> 2757 <customFeatures>labelSize</customFeatures>
2758 </centerLabelStyle> 2758 </centerLabelStyle>
2759 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdk14jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2759 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdk14jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2760 <customFeatures>labelSize</customFeatures> 2760 <customFeatures>labelSize</customFeatures>
2761 </endLabelStyle> 2761 </endLabelStyle>
2762 </ownedStyle> 2762 </ownedStyle>
2763 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2763 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2764 </ownedDiagramElements> 2764 </ownedDiagramElements>
2765 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdlc8Dx1EeWiQ_wtFd6fGQ" name="[0..1] operand" sourceNode="_bbDtYDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2765 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdlc8Dx1EeWiQ_wtFd6fGQ" name="[0..1] operand" sourceNode="_bbDtYDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2766 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/> 2766 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/>
2767 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/> 2767 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/>
2768 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdmEADx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2768 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdmEADx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2769 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdmEATx1EeWiQ_wtFd6fGQ" showIcon="false"> 2769 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdmEATx1EeWiQ_wtFd6fGQ" showIcon="false">
2770 <customFeatures>labelSize</customFeatures> 2770 <customFeatures>labelSize</customFeatures>
2771 </centerLabelStyle> 2771 </centerLabelStyle>
2772 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdmEAjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2772 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdmEAjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2773 <customFeatures>labelSize</customFeatures> 2773 <customFeatures>labelSize</customFeatures>
2774 </endLabelStyle> 2774 </endLabelStyle>
2775 </ownedStyle> 2775 </ownedStyle>
2776 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2776 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2777 </ownedDiagramElements> 2777 </ownedDiagramElements>
2778 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdmrEDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbFikDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2778 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdmrEDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbFikDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2779 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/> 2779 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/>
2780 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/> 2780 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/>
2781 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdnSIDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2781 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdnSIDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2782 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdnSITx1EeWiQ_wtFd6fGQ" showIcon="false"> 2782 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdnSITx1EeWiQ_wtFd6fGQ" showIcon="false">
2783 <customFeatures>labelSize</customFeatures> 2783 <customFeatures>labelSize</customFeatures>
2784 </centerLabelStyle> 2784 </centerLabelStyle>
2785 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdnSIjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2785 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdnSIjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2786 <customFeatures>labelSize</customFeatures> 2786 <customFeatures>labelSize</customFeatures>
2787 </endLabelStyle> 2787 </endLabelStyle>
2788 </ownedStyle> 2788 </ownedStyle>
2789 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2789 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2790 </ownedDiagramElements> 2790 </ownedDiagramElements>
2791 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdn5MDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbFikDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2791 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdn5MDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbFikDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2792 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/> 2792 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/>
2793 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/> 2793 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/>
2794 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdogQDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2794 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdogQDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2795 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdogQTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2795 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdogQTx1EeWiQ_wtFd6fGQ" showIcon="false">
2796 <customFeatures>labelSize</customFeatures> 2796 <customFeatures>labelSize</customFeatures>
2797 </centerLabelStyle> 2797 </centerLabelStyle>
2798 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdogQjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2798 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdogQjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2799 <customFeatures>labelSize</customFeatures> 2799 <customFeatures>labelSize</customFeatures>
2800 </endLabelStyle> 2800 </endLabelStyle>
2801 </ownedStyle> 2801 </ownedStyle>
2802 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2802 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2803 </ownedDiagramElements> 2803 </ownedDiagramElements>
2804 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdpuYDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbIl4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2804 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdpuYDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbIl4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2805 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/> 2805 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/>
2806 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/> 2806 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/>
2807 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdqVcDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2807 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdqVcDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2808 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdqVcTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2808 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdqVcTx1EeWiQ_wtFd6fGQ" showIcon="false">
2809 <customFeatures>labelSize</customFeatures> 2809 <customFeatures>labelSize</customFeatures>
2810 </centerLabelStyle> 2810 </centerLabelStyle>
2811 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdqVcjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2811 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdqVcjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2812 <customFeatures>labelSize</customFeatures> 2812 <customFeatures>labelSize</customFeatures>
2813 </endLabelStyle> 2813 </endLabelStyle>
2814 </ownedStyle> 2814 </ownedStyle>
2815 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2815 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2816 </ownedDiagramElements> 2816 </ownedDiagramElements>
2817 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdq8gDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbIl4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2817 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdq8gDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbIl4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2818 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/> 2818 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/>
2819 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/> 2819 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/>
2820 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdsKoDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2820 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdsKoDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2821 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdsKoTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2821 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdsKoTx1EeWiQ_wtFd6fGQ" showIcon="false">
2822 <customFeatures>labelSize</customFeatures> 2822 <customFeatures>labelSize</customFeatures>
2823 </centerLabelStyle> 2823 </centerLabelStyle>
2824 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdsKojx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2824 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdsKojx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2825 <customFeatures>labelSize</customFeatures> 2825 <customFeatures>labelSize</customFeatures>
2826 </endLabelStyle> 2826 </endLabelStyle>
2827 </ownedStyle> 2827 </ownedStyle>
2828 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2828 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2829 </ownedDiagramElements> 2829 </ownedDiagramElements>
2830 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdsxsDx1EeWiQ_wtFd6fGQ" name="[0..*] operands" sourceNode="_bbKbEDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2830 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdsxsDx1EeWiQ_wtFd6fGQ" name="[0..*] operands" sourceNode="_bbKbEDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2831 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/> 2831 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/>
2832 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/> 2832 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/>
2833 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdtYwDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2833 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdtYwDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2834 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdtYwTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2834 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdtYwTx1EeWiQ_wtFd6fGQ" showIcon="false">
2835 <customFeatures>labelSize</customFeatures> 2835 <customFeatures>labelSize</customFeatures>
2836 </centerLabelStyle> 2836 </centerLabelStyle>
2837 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdtYwjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2837 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdtYwjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2838 <customFeatures>labelSize</customFeatures> 2838 <customFeatures>labelSize</customFeatures>
2839 </endLabelStyle> 2839 </endLabelStyle>
2840 </ownedStyle> 2840 </ownedStyle>
2841 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2841 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2842 </ownedDiagramElements> 2842 </ownedDiagramElements>
2843 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdt_0Dx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbNeYDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2843 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdt_0Dx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbNeYDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2844 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/> 2844 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/>
2845 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/> 2845 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/>
2846 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdum4Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2846 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdum4Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2847 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdum4Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 2847 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdum4Tx1EeWiQ_wtFd6fGQ" showIcon="false">
2848 <customFeatures>labelSize</customFeatures> 2848 <customFeatures>labelSize</customFeatures>
2849 </centerLabelStyle> 2849 </centerLabelStyle>
2850 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdum4jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2850 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdum4jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2851 <customFeatures>labelSize</customFeatures> 2851 <customFeatures>labelSize</customFeatures>
2852 </endLabelStyle> 2852 </endLabelStyle>
2853 </ownedStyle> 2853 </ownedStyle>
2854 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2854 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2855 </ownedDiagramElements> 2855 </ownedDiagramElements>
2856 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdvN8Dx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbNeYDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2856 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdvN8Dx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbNeYDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2857 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/> 2857 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/>
2858 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/> 2858 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/>
2859 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdv1ADx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2859 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdv1ADx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2860 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdv1ATx1EeWiQ_wtFd6fGQ" showIcon="false"> 2860 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdv1ATx1EeWiQ_wtFd6fGQ" showIcon="false">
2861 <customFeatures>labelSize</customFeatures> 2861 <customFeatures>labelSize</customFeatures>
2862 </centerLabelStyle> 2862 </centerLabelStyle>
2863 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdv1Ajx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2863 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdv1Ajx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2864 <customFeatures>labelSize</customFeatures> 2864 <customFeatures>labelSize</customFeatures>
2865 </endLabelStyle> 2865 </endLabelStyle>
2866 </ownedStyle> 2866 </ownedStyle>
2867 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2867 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2868 </ownedDiagramElements> 2868 </ownedDiagramElements>
2869 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdwcEDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbPTkDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2869 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdwcEDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbPTkDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2870 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/> 2870 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/>
2871 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/> 2871 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/>
2872 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdxqMDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2872 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdxqMDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2873 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdxqMTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2873 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdxqMTx1EeWiQ_wtFd6fGQ" showIcon="false">
2874 <customFeatures>labelSize</customFeatures> 2874 <customFeatures>labelSize</customFeatures>
2875 </centerLabelStyle> 2875 </centerLabelStyle>
2876 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdxqMjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2876 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdxqMjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2877 <customFeatures>labelSize</customFeatures> 2877 <customFeatures>labelSize</customFeatures>
2878 </endLabelStyle> 2878 </endLabelStyle>
2879 </ownedStyle> 2879 </ownedStyle>
2880 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2880 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2881 </ownedDiagramElements> 2881 </ownedDiagramElements>
2882 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdyRQDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbPTkDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2882 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdyRQDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbPTkDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2883 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/> 2883 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/>
2884 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/> 2884 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/>
2885 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bdy4UDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2885 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bdy4UDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2886 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bdy4UTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2886 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bdy4UTx1EeWiQ_wtFd6fGQ" showIcon="false">
2887 <customFeatures>labelSize</customFeatures> 2887 <customFeatures>labelSize</customFeatures>
2888 </centerLabelStyle> 2888 </centerLabelStyle>
2889 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bdy4Ujx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2889 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bdy4Ujx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2890 <customFeatures>labelSize</customFeatures> 2890 <customFeatures>labelSize</customFeatures>
2891 </endLabelStyle> 2891 </endLabelStyle>
2892 </ownedStyle> 2892 </ownedStyle>
2893 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2893 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2894 </ownedDiagramElements> 2894 </ownedDiagramElements>
2895 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bdzfYDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbRIwDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2895 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bdzfYDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbRIwDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2896 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/> 2896 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/>
2897 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/> 2897 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/>
2898 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd0GcDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2898 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd0GcDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2899 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd0GcTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2899 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd0GcTx1EeWiQ_wtFd6fGQ" showIcon="false">
2900 <customFeatures>labelSize</customFeatures> 2900 <customFeatures>labelSize</customFeatures>
2901 </centerLabelStyle> 2901 </centerLabelStyle>
2902 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd0Gcjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2902 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd0Gcjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2903 <customFeatures>labelSize</customFeatures> 2903 <customFeatures>labelSize</customFeatures>
2904 </endLabelStyle> 2904 </endLabelStyle>
2905 </ownedStyle> 2905 </ownedStyle>
2906 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2906 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2907 </ownedDiagramElements> 2907 </ownedDiagramElements>
2908 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd0tgDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbRIwDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2908 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd0tgDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbRIwDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2909 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/> 2909 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/>
2910 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/> 2910 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/>
2911 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd1UkDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2911 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd1UkDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2912 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd1UkTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2912 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd1UkTx1EeWiQ_wtFd6fGQ" showIcon="false">
2913 <customFeatures>labelSize</customFeatures> 2913 <customFeatures>labelSize</customFeatures>
2914 </centerLabelStyle> 2914 </centerLabelStyle>
2915 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd1Ukjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2915 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd1Ukjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2916 <customFeatures>labelSize</customFeatures> 2916 <customFeatures>labelSize</customFeatures>
2917 </endLabelStyle> 2917 </endLabelStyle>
2918 </ownedStyle> 2918 </ownedStyle>
2919 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2919 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2920 </ownedDiagramElements> 2920 </ownedDiagramElements>
2921 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd17oDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbTlADx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2921 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd17oDx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbTlADx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2922 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/> 2922 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/>
2923 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/> 2923 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/>
2924 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd2isDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2924 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd2isDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2925 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd2isTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2925 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd2isTx1EeWiQ_wtFd6fGQ" showIcon="false">
2926 <customFeatures>labelSize</customFeatures> 2926 <customFeatures>labelSize</customFeatures>
2927 </centerLabelStyle> 2927 </centerLabelStyle>
2928 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd2isjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2928 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd2isjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2929 <customFeatures>labelSize</customFeatures> 2929 <customFeatures>labelSize</customFeatures>
2930 </endLabelStyle> 2930 </endLabelStyle>
2931 </ownedStyle> 2931 </ownedStyle>
2932 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2932 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2933 </ownedDiagramElements> 2933 </ownedDiagramElements>
2934 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd3JwDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbTlADx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2934 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd3JwDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbTlADx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2935 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/> 2935 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/>
2936 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/> 2936 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/>
2937 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd4X4Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2937 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd4X4Dx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2938 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd4X4Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 2938 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd4X4Tx1EeWiQ_wtFd6fGQ" showIcon="false">
2939 <customFeatures>labelSize</customFeatures> 2939 <customFeatures>labelSize</customFeatures>
2940 </centerLabelStyle> 2940 </centerLabelStyle>
2941 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd4X4jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2941 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd4X4jx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2942 <customFeatures>labelSize</customFeatures> 2942 <customFeatures>labelSize</customFeatures>
2943 </endLabelStyle> 2943 </endLabelStyle>
2944 </ownedStyle> 2944 </ownedStyle>
2945 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2945 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2946 </ownedDiagramElements> 2946 </ownedDiagramElements>
2947 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd4-8Dx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbVaMDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2947 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd4-8Dx1EeWiQ_wtFd6fGQ" name="[0..1] leftOperand" sourceNode="_bbVaMDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2948 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/leftOperand"/> 2948 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/leftOperand"/>
2949 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/leftOperand"/> 2949 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/leftOperand"/>
2950 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd5mADx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2950 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd5mADx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2951 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd5mATx1EeWiQ_wtFd6fGQ" showIcon="false"> 2951 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd5mATx1EeWiQ_wtFd6fGQ" showIcon="false">
2952 <customFeatures>labelSize</customFeatures> 2952 <customFeatures>labelSize</customFeatures>
2953 </centerLabelStyle> 2953 </centerLabelStyle>
2954 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd5mAjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2954 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd5mAjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2955 <customFeatures>labelSize</customFeatures> 2955 <customFeatures>labelSize</customFeatures>
2956 </endLabelStyle> 2956 </endLabelStyle>
2957 </ownedStyle> 2957 </ownedStyle>
2958 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2958 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2959 </ownedDiagramElements> 2959 </ownedDiagramElements>
2960 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd6NEDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbVaMDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2960 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd6NEDx1EeWiQ_wtFd6fGQ" name="[0..1] rightOperand" sourceNode="_bbVaMDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2961 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/rightOperand"/> 2961 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/rightOperand"/>
2962 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/rightOperand"/> 2962 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/rightOperand"/>
2963 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd60IDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2963 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd60IDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2964 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd60ITx1EeWiQ_wtFd6fGQ" showIcon="false"> 2964 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd60ITx1EeWiQ_wtFd6fGQ" showIcon="false">
2965 <customFeatures>labelSize</customFeatures> 2965 <customFeatures>labelSize</customFeatures>
2966 </centerLabelStyle> 2966 </centerLabelStyle>
2967 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd60Ijx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2967 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd60Ijx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2968 <customFeatures>labelSize</customFeatures> 2968 <customFeatures>labelSize</customFeatures>
2969 </endLabelStyle> 2969 </endLabelStyle>
2970 </ownedStyle> 2970 </ownedStyle>
2971 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2971 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2972 </ownedDiagramElements> 2972 </ownedDiagramElements>
2973 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd7bMDx1EeWiQ_wtFd6fGQ" name="[1..1] value" sourceNode="_bbpjQDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 2973 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd7bMDx1EeWiQ_wtFd6fGQ" name="[1..1] value" sourceNode="_bbpjQDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
2974 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/> 2974 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/>
2975 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/> 2975 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/>
2976 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd8pUDx1EeWiQ_wtFd6fGQ" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2976 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd8pUDx1EeWiQ_wtFd6fGQ" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2977 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd8pUTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2977 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd8pUTx1EeWiQ_wtFd6fGQ" showIcon="false">
2978 <customFeatures>labelSize</customFeatures> 2978 <customFeatures>labelSize</customFeatures>
2979 <labelFormat>bold</labelFormat> 2979 <labelFormat>bold</labelFormat>
2980 </centerLabelStyle> 2980 </centerLabelStyle>
2981 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd8pUjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2981 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd8pUjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2982 <customFeatures>labelSize</customFeatures> 2982 <customFeatures>labelSize</customFeatures>
2983 </endLabelStyle> 2983 </endLabelStyle>
2984 </ownedStyle> 2984 </ownedStyle>
2985 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2985 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2986 </ownedDiagramElements> 2986 </ownedDiagramElements>
2987 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd8pUzx1EeWiQ_wtFd6fGQ" name="[0..*] parameters" sourceNode="_bbrYcDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 2987 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd8pUzx1EeWiQ_wtFd6fGQ" name="[0..*] parameters" sourceNode="_bbrYcDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
2988 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 2988 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
2989 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 2989 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
2990 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd93cDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 2990 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd93cDx1EeWiQ_wtFd6fGQ" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
2991 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd93cTx1EeWiQ_wtFd6fGQ" showIcon="false"> 2991 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd93cTx1EeWiQ_wtFd6fGQ" showIcon="false">
2992 <customFeatures>labelSize</customFeatures> 2992 <customFeatures>labelSize</customFeatures>
2993 </centerLabelStyle> 2993 </centerLabelStyle>
2994 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd93cjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 2994 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd93cjx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
2995 <customFeatures>labelSize</customFeatures> 2995 <customFeatures>labelSize</customFeatures>
2996 </endLabelStyle> 2996 </endLabelStyle>
2997 </ownedStyle> 2997 </ownedStyle>
2998 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 2998 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
2999 </ownedDiagramElements> 2999 </ownedDiagramElements>
3000 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bd-egDx1EeWiQ_wtFd6fGQ" name="[1..1] type" sourceNode="_bbsmkDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 3000 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bd-egDx1EeWiQ_wtFd6fGQ" name="[1..1] type" sourceNode="_bbsmkDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
3001 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/> 3001 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
3002 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/> 3002 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
3003 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bd_soDx1EeWiQ_wtFd6fGQ" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3003 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bd_soDx1EeWiQ_wtFd6fGQ" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3004 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bd_soTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3004 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bd_soTx1EeWiQ_wtFd6fGQ" showIcon="false">
3005 <customFeatures>labelSize</customFeatures> 3005 <customFeatures>labelSize</customFeatures>
3006 <labelFormat>bold</labelFormat> 3006 <labelFormat>bold</labelFormat>
3007 </centerLabelStyle> 3007 </centerLabelStyle>
3008 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_bd_sojx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114"> 3008 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_bd_sojx1EeWiQ_wtFd6fGQ" showIcon="false" labelColor="39,76,114">
3009 <customFeatures>labelSize</customFeatures> 3009 <customFeatures>labelSize</customFeatures>
3010 </endLabelStyle> 3010 </endLabelStyle>
3011 </ownedStyle> 3011 </ownedStyle>
3012 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3012 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3013 </ownedDiagramElements> 3013 </ownedDiagramElements>
3014 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beBh0Dx1EeWiQ_wtFd6fGQ" sourceNode="_bZ1lYDx1EeWiQ_wtFd6fGQ" targetNode="_bbl44Dx1EeWiQ_wtFd6fGQ"> 3014 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beBh0Dx1EeWiQ_wtFd6fGQ" sourceNode="_bZ1lYDx1EeWiQ_wtFd6fGQ" targetNode="_bbl44Dx1EeWiQ_wtFd6fGQ">
3015 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 3015 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
3016 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Type/@eGenericSuperTypes.0"/> 3016 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Type/@eGenericSuperTypes.0"/>
3017 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_5YyOgIPIEeWOre-0TMCmMQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 3017 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_5YyOgIPIEeWOre-0TMCmMQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
3018 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 3018 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
3019 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_5YyOgYPIEeWOre-0TMCmMQ" showIcon="false"> 3019 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_5YyOgYPIEeWOre-0TMCmMQ" showIcon="false">
3020 <labelFormat>italic</labelFormat> 3020 <labelFormat>italic</labelFormat>
3021 </beginLabelStyle> 3021 </beginLabelStyle>
3022 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_5YyOgoPIEeWOre-0TMCmMQ" showIcon="false"/> 3022 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_5YyOgoPIEeWOre-0TMCmMQ" showIcon="false"/>
3023 </ownedStyle> 3023 </ownedStyle>
3024 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3024 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3025 </ownedDiagramElements> 3025 </ownedDiagramElements>
3026 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beDXADx1EeWiQ_wtFd6fGQ" sourceNode="_baDn0Dx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ"> 3026 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beDXADx1EeWiQ_wtFd6fGQ" sourceNode="_baDn0Dx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ">
3027 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 3027 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
3028 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//DefinedElement/@eGenericSuperTypes.0"/> 3028 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//DefinedElement/@eGenericSuperTypes.0"/>
3029 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beD-EDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3029 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beD-EDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3030 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3030 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3031 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beD-ETx1EeWiQ_wtFd6fGQ" showIcon="false"> 3031 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beD-ETx1EeWiQ_wtFd6fGQ" showIcon="false">
3032 <labelFormat>italic</labelFormat> 3032 <labelFormat>italic</labelFormat>
3033 </beginLabelStyle> 3033 </beginLabelStyle>
3034 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beD-Ejx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3034 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beD-Ejx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3035 </ownedStyle> 3035 </ownedStyle>
3036 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3036 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3037 </ownedDiagramElements> 3037 </ownedDiagramElements>
3038 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beElIDx1EeWiQ_wtFd6fGQ" sourceNode="_baGEEDx1EeWiQ_wtFd6fGQ" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ"> 3038 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beElIDx1EeWiQ_wtFd6fGQ" sourceNode="_baGEEDx1EeWiQ_wtFd6fGQ" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ">
3039 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 3039 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
3040 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TypeDefinition/@eGenericSuperTypes.0"/> 3040 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TypeDefinition/@eGenericSuperTypes.0"/>
3041 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beElITx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3041 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beElITx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3042 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3042 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3043 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beElIjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3043 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beElIjx1EeWiQ_wtFd6fGQ" showIcon="false">
3044 <labelFormat>italic</labelFormat> 3044 <labelFormat>italic</labelFormat>
3045 </beginLabelStyle> 3045 </beginLabelStyle>
3046 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beElIzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3046 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beElIzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3047 </ownedStyle> 3047 </ownedStyle>
3048 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3048 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3049 </ownedDiagramElements> 3049 </ownedDiagramElements>
3050 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beGaUDx1EeWiQ_wtFd6fGQ" sourceNode="_baKVgDx1EeWiQ_wtFd6fGQ" targetNode="_bbl44Dx1EeWiQ_wtFd6fGQ"> 3050 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beGaUDx1EeWiQ_wtFd6fGQ" sourceNode="_baKVgDx1EeWiQ_wtFd6fGQ" targetNode="_bbl44Dx1EeWiQ_wtFd6fGQ">
3051 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 3051 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
3052 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TypeReference/@eGenericSuperTypes.0"/> 3052 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TypeReference/@eGenericSuperTypes.0"/>
3053 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beGaUTx1EeWiQ_wtFd6fGQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 3053 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beGaUTx1EeWiQ_wtFd6fGQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
3054 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 3054 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
3055 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beGaUjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3055 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beGaUjx1EeWiQ_wtFd6fGQ" showIcon="false">
3056 <labelFormat>italic</labelFormat> 3056 <labelFormat>italic</labelFormat>
3057 </beginLabelStyle> 3057 </beginLabelStyle>
3058 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beGaUzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3058 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beGaUzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3059 </ownedStyle> 3059 </ownedStyle>
3060 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3060 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3061 </ownedDiagramElements> 3061 </ownedDiagramElements>
3062 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beHBYDx1EeWiQ_wtFd6fGQ" sourceNode="_baMxwDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 3062 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beHBYDx1EeWiQ_wtFd6fGQ" sourceNode="_baMxwDx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
3063 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 3063 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
3064 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ComplexTypeReference/@eGenericSuperTypes.0"/> 3064 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ComplexTypeReference/@eGenericSuperTypes.0"/>
3065 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beHocDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3065 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beHocDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3066 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3066 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3067 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beHocTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3067 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beHocTx1EeWiQ_wtFd6fGQ" showIcon="false">
3068 <labelFormat>italic</labelFormat> 3068 <labelFormat>italic</labelFormat>
3069 </beginLabelStyle> 3069 </beginLabelStyle>
3070 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beHocjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3070 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beHocjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3071 </ownedStyle> 3071 </ownedStyle>
3072 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3072 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3073 </ownedDiagramElements> 3073 </ownedDiagramElements>
3074 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beHoczx1EeWiQ_wtFd6fGQ" sourceNode="_baPOADx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ"> 3074 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beHoczx1EeWiQ_wtFd6fGQ" sourceNode="_baPOADx1EeWiQ_wtFd6fGQ" targetNode="_baKVgDx1EeWiQ_wtFd6fGQ">
3075 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 3075 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
3076 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//PrimitiveTypeReference/@eGenericSuperTypes.0"/> 3076 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//PrimitiveTypeReference/@eGenericSuperTypes.0"/>
3077 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beIPgDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3077 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beIPgDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3078 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3078 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3079 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beIPgTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3079 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beIPgTx1EeWiQ_wtFd6fGQ" showIcon="false">
3080 <labelFormat>italic</labelFormat> 3080 <labelFormat>italic</labelFormat>
3081 </beginLabelStyle> 3081 </beginLabelStyle>
3082 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beIPgjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3082 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beIPgjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3083 </ownedStyle> 3083 </ownedStyle>
3084 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3084 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3085 </ownedDiagramElements> 3085 </ownedDiagramElements>
3086 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beIPgzx1EeWiQ_wtFd6fGQ" sourceNode="_baRDMDx1EeWiQ_wtFd6fGQ" targetNode="_baPOADx1EeWiQ_wtFd6fGQ"> 3086 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beIPgzx1EeWiQ_wtFd6fGQ" sourceNode="_baRDMDx1EeWiQ_wtFd6fGQ" targetNode="_baPOADx1EeWiQ_wtFd6fGQ">
3087 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 3087 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
3088 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntTypeReference/@eGenericSuperTypes.0"/> 3088 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntTypeReference/@eGenericSuperTypes.0"/>
3089 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beI2kDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3089 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beI2kDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3090 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3090 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3091 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beI2kTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3091 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beI2kTx1EeWiQ_wtFd6fGQ" showIcon="false">
3092 <labelFormat>italic</labelFormat> 3092 <labelFormat>italic</labelFormat>
3093 </beginLabelStyle> 3093 </beginLabelStyle>
3094 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beI2kjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3094 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beI2kjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3095 </ownedStyle> 3095 </ownedStyle>
3096 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3096 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3097 </ownedDiagramElements> 3097 </ownedDiagramElements>
3098 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beJdoDx1EeWiQ_wtFd6fGQ" sourceNode="_baYX8Dx1EeWiQ_wtFd6fGQ" targetNode="_baPOADx1EeWiQ_wtFd6fGQ"> 3098 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beJdoDx1EeWiQ_wtFd6fGQ" sourceNode="_baYX8Dx1EeWiQ_wtFd6fGQ" targetNode="_baPOADx1EeWiQ_wtFd6fGQ">
3099 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 3099 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
3100 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolTypeReference/@eGenericSuperTypes.0"/> 3100 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolTypeReference/@eGenericSuperTypes.0"/>
3101 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beKEsDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3101 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beKEsDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3102 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3102 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3103 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beKEsTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3103 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beKEsTx1EeWiQ_wtFd6fGQ" showIcon="false">
3104 <labelFormat>italic</labelFormat> 3104 <labelFormat>italic</labelFormat>
3105 </beginLabelStyle> 3105 </beginLabelStyle>
3106 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beKEsjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3106 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beKEsjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3107 </ownedStyle> 3107 </ownedStyle>
3108 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3108 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3109 </ownedDiagramElements> 3109 </ownedDiagramElements>
3110 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beKrwDx1EeWiQ_wtFd6fGQ" sourceNode="_baa0MDx1EeWiQ_wtFd6fGQ" targetNode="_baPOADx1EeWiQ_wtFd6fGQ"> 3110 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beKrwDx1EeWiQ_wtFd6fGQ" sourceNode="_baa0MDx1EeWiQ_wtFd6fGQ" targetNode="_baPOADx1EeWiQ_wtFd6fGQ">
3111 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 3111 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
3112 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RealTypeReference/@eGenericSuperTypes.0"/> 3112 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RealTypeReference/@eGenericSuperTypes.0"/>
3113 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beLS0Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3113 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beLS0Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3114 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3114 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3115 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beLS0Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 3115 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beLS0Tx1EeWiQ_wtFd6fGQ" showIcon="false">
3116 <labelFormat>italic</labelFormat> 3116 <labelFormat>italic</labelFormat>
3117 </beginLabelStyle> 3117 </beginLabelStyle>
3118 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beLS0jx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3118 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beLS0jx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3119 </ownedStyle> 3119 </ownedStyle>
3120 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3120 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3121 </ownedDiagramElements> 3121 </ownedDiagramElements>
3122 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beLS0zx1EeWiQ_wtFd6fGQ" sourceNode="_badQcDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ"> 3122 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beLS0zx1EeWiQ_wtFd6fGQ" sourceNode="_badQcDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ">
3123 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 3123 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
3124 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Function/@eGenericSuperTypes.0"/> 3124 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Function/@eGenericSuperTypes.0"/>
3125 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beL54Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3125 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beL54Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3126 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3126 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3127 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beL54Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 3127 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beL54Tx1EeWiQ_wtFd6fGQ" showIcon="false">
3128 <labelFormat>italic</labelFormat> 3128 <labelFormat>italic</labelFormat>
3129 </beginLabelStyle> 3129 </beginLabelStyle>
3130 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beL54jx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3130 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beL54jx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3131 </ownedStyle> 3131 </ownedStyle>
3132 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3132 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3133 </ownedDiagramElements> 3133 </ownedDiagramElements>
3134 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beMg8Dx1EeWiQ_wtFd6fGQ" sourceNode="_bafssDx1EeWiQ_wtFd6fGQ" targetNode="_bbnuEDx1EeWiQ_wtFd6fGQ"> 3134 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beMg8Dx1EeWiQ_wtFd6fGQ" sourceNode="_bafssDx1EeWiQ_wtFd6fGQ" targetNode="_bbnuEDx1EeWiQ_wtFd6fGQ">
3135 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 3135 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
3136 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Term/@eGenericSuperTypes.0"/> 3136 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Term/@eGenericSuperTypes.0"/>
3137 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beNIADx1EeWiQ_wtFd6fGQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 3137 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beNIADx1EeWiQ_wtFd6fGQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
3138 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 3138 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
3139 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beNIATx1EeWiQ_wtFd6fGQ" showIcon="false"> 3139 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beNIATx1EeWiQ_wtFd6fGQ" showIcon="false">
3140 <labelFormat>italic</labelFormat> 3140 <labelFormat>italic</labelFormat>
3141 </beginLabelStyle> 3141 </beginLabelStyle>
3142 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beNIAjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3142 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beNIAjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3143 </ownedStyle> 3143 </ownedStyle>
3144 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3144 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3145 </ownedDiagramElements> 3145 </ownedDiagramElements>
3146 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beNIAzx1EeWiQ_wtFd6fGQ" sourceNode="_bahh4Dx1EeWiQ_wtFd6fGQ" targetNode="_bbnuEDx1EeWiQ_wtFd6fGQ"> 3146 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beNIAzx1EeWiQ_wtFd6fGQ" sourceNode="_bahh4Dx1EeWiQ_wtFd6fGQ" targetNode="_bbnuEDx1EeWiQ_wtFd6fGQ">
3147 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 3147 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
3148 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//SymbolicDeclaration/@eGenericSuperTypes.0"/> 3148 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//SymbolicDeclaration/@eGenericSuperTypes.0"/>
3149 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beNvEDx1EeWiQ_wtFd6fGQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 3149 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beNvEDx1EeWiQ_wtFd6fGQ" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
3150 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 3150 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
3151 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beNvETx1EeWiQ_wtFd6fGQ" showIcon="false"> 3151 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beNvETx1EeWiQ_wtFd6fGQ" showIcon="false">
3152 <labelFormat>italic</labelFormat> 3152 <labelFormat>italic</labelFormat>
3153 </beginLabelStyle> 3153 </beginLabelStyle>
3154 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beNvEjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3154 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beNvEjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3155 </ownedStyle> 3155 </ownedStyle>
3156 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3156 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3157 </ownedDiagramElements> 3157 </ownedDiagramElements>
3158 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beOWIDx1EeWiQ_wtFd6fGQ" sourceNode="_baj-IDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3158 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beOWIDx1EeWiQ_wtFd6fGQ" sourceNode="_baj-IDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3159 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/> 3159 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
3160 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//SymbolicValue/@eGenericSuperTypes.0"/> 3160 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//SymbolicValue/@eGenericSuperTypes.0"/>
3161 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beOWITx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3161 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beOWITx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3162 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3162 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3163 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beOWIjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3163 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beOWIjx1EeWiQ_wtFd6fGQ" showIcon="false">
3164 <labelFormat>italic</labelFormat> 3164 <labelFormat>italic</labelFormat>
3165 </beginLabelStyle> 3165 </beginLabelStyle>
3166 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beOWIzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3166 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beOWIzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3167 </ownedStyle> 3167 </ownedStyle>
3168 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3168 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3169 </ownedDiagramElements> 3169 </ownedDiagramElements>
3170 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beO9MDx1EeWiQ_wtFd6fGQ" sourceNode="_balzUDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3170 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beO9MDx1EeWiQ_wtFd6fGQ" sourceNode="_balzUDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3171 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/> 3171 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
3172 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//AtomicTerm/@eGenericSuperTypes.0"/> 3172 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//AtomicTerm/@eGenericSuperTypes.0"/>
3173 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bePkQDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3173 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bePkQDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3174 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3174 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3175 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bePkQTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3175 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bePkQTx1EeWiQ_wtFd6fGQ" showIcon="false">
3176 <labelFormat>italic</labelFormat> 3176 <labelFormat>italic</labelFormat>
3177 </beginLabelStyle> 3177 </beginLabelStyle>
3178 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bePkQjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3178 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bePkQjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3179 </ownedStyle> 3179 </ownedStyle>
3180 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3180 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3181 </ownedDiagramElements> 3181 </ownedDiagramElements>
3182 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bePkQzx1EeWiQ_wtFd6fGQ" sourceNode="_bao2oDx1EeWiQ_wtFd6fGQ" targetNode="_balzUDx1EeWiQ_wtFd6fGQ"> 3182 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bePkQzx1EeWiQ_wtFd6fGQ" sourceNode="_bao2oDx1EeWiQ_wtFd6fGQ" targetNode="_balzUDx1EeWiQ_wtFd6fGQ">
3183 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/> 3183 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
3184 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntLiteral/@eGenericSuperTypes.0"/> 3184 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntLiteral/@eGenericSuperTypes.0"/>
3185 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beQLUDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3185 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beQLUDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3186 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3186 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3187 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beQLUTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3187 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beQLUTx1EeWiQ_wtFd6fGQ" showIcon="false">
3188 <labelFormat>italic</labelFormat> 3188 <labelFormat>italic</labelFormat>
3189 </beginLabelStyle> 3189 </beginLabelStyle>
3190 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beQLUjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3190 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beQLUjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3191 </ownedStyle> 3191 </ownedStyle>
3192 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3192 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3193 </ownedDiagramElements> 3193 </ownedDiagramElements>
3194 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beRZcDx1EeWiQ_wtFd6fGQ" sourceNode="_batvIDx1EeWiQ_wtFd6fGQ" targetNode="_balzUDx1EeWiQ_wtFd6fGQ"> 3194 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beRZcDx1EeWiQ_wtFd6fGQ" sourceNode="_batvIDx1EeWiQ_wtFd6fGQ" targetNode="_balzUDx1EeWiQ_wtFd6fGQ">
3195 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/> 3195 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
3196 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolLiteral/@eGenericSuperTypes.0"/> 3196 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolLiteral/@eGenericSuperTypes.0"/>
3197 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beRZcTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3197 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beRZcTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3198 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3198 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3199 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beRZcjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3199 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beRZcjx1EeWiQ_wtFd6fGQ" showIcon="false">
3200 <labelFormat>italic</labelFormat> 3200 <labelFormat>italic</labelFormat>
3201 </beginLabelStyle> 3201 </beginLabelStyle>
3202 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beRZczx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3202 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beRZczx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3203 </ownedStyle> 3203 </ownedStyle>
3204 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3204 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3205 </ownedDiagramElements> 3205 </ownedDiagramElements>
3206 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beSAgDx1EeWiQ_wtFd6fGQ" sourceNode="_bawLYDx1EeWiQ_wtFd6fGQ" targetNode="_balzUDx1EeWiQ_wtFd6fGQ"> 3206 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beSAgDx1EeWiQ_wtFd6fGQ" sourceNode="_bawLYDx1EeWiQ_wtFd6fGQ" targetNode="_balzUDx1EeWiQ_wtFd6fGQ">
3207 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/> 3207 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
3208 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RealLiteral/@eGenericSuperTypes.0"/> 3208 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RealLiteral/@eGenericSuperTypes.0"/>
3209 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beSnkDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3209 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beSnkDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3210 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3210 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3211 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beSnkTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3211 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beSnkTx1EeWiQ_wtFd6fGQ" showIcon="false">
3212 <labelFormat>italic</labelFormat> 3212 <labelFormat>italic</labelFormat>
3213 </beginLabelStyle> 3213 </beginLabelStyle>
3214 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beSnkjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3214 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beSnkjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3215 </ownedStyle> 3215 </ownedStyle>
3216 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3216 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3217 </ownedDiagramElements> 3217 </ownedDiagramElements>
3218 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beTOoDx1EeWiQ_wtFd6fGQ" sourceNode="_baynoDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ"> 3218 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beTOoDx1EeWiQ_wtFd6fGQ" sourceNode="_baynoDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ">
3219 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 3219 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
3220 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Variable/@eGenericSuperTypes.0"/> 3220 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Variable/@eGenericSuperTypes.0"/>
3221 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beTOoTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3221 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beTOoTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3222 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3222 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3223 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beTOojx1EeWiQ_wtFd6fGQ" showIcon="false"> 3223 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beTOojx1EeWiQ_wtFd6fGQ" showIcon="false">
3224 <labelFormat>italic</labelFormat> 3224 <labelFormat>italic</labelFormat>
3225 </beginLabelStyle> 3225 </beginLabelStyle>
3226 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beTOozx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3226 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beTOozx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3227 </ownedStyle> 3227 </ownedStyle>
3228 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3228 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3229 </ownedDiagramElements> 3229 </ownedDiagramElements>
3230 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beT1sDx1EeWiQ_wtFd6fGQ" sourceNode="_ba1D4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3230 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beT1sDx1EeWiQ_wtFd6fGQ" sourceNode="_ba1D4Dx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3231 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/> 3231 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
3232 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//QuantifiedExpression/@eGenericSuperTypes.0"/> 3232 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//QuantifiedExpression/@eGenericSuperTypes.0"/>
3233 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beT1sTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3233 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beT1sTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3234 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3234 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3235 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beT1sjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3235 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beT1sjx1EeWiQ_wtFd6fGQ" showIcon="false">
3236 <labelFormat>italic</labelFormat> 3236 <labelFormat>italic</labelFormat>
3237 </beginLabelStyle> 3237 </beginLabelStyle>
3238 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beT1szx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3238 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beT1szx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3239 </ownedStyle> 3239 </ownedStyle>
3240 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3240 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3241 </ownedDiagramElements> 3241 </ownedDiagramElements>
3242 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beUcwDx1EeWiQ_wtFd6fGQ" sourceNode="_ba3gIDx1EeWiQ_wtFd6fGQ" targetNode="_ba1D4Dx1EeWiQ_wtFd6fGQ"> 3242 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beUcwDx1EeWiQ_wtFd6fGQ" sourceNode="_ba3gIDx1EeWiQ_wtFd6fGQ" targetNode="_ba1D4Dx1EeWiQ_wtFd6fGQ">
3243 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/> 3243 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
3244 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Exists/@eGenericSuperTypes.0"/> 3244 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Exists/@eGenericSuperTypes.0"/>
3245 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beVD0Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3245 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beVD0Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3246 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3246 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3247 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beVD0Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 3247 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beVD0Tx1EeWiQ_wtFd6fGQ" showIcon="false">
3248 <labelFormat>italic</labelFormat> 3248 <labelFormat>italic</labelFormat>
3249 </beginLabelStyle> 3249 </beginLabelStyle>
3250 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beVD0jx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3250 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beVD0jx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3251 </ownedStyle> 3251 </ownedStyle>
3252 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3252 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3253 </ownedDiagramElements> 3253 </ownedDiagramElements>
3254 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beVq4Dx1EeWiQ_wtFd6fGQ" sourceNode="_ba58YDx1EeWiQ_wtFd6fGQ" targetNode="_ba1D4Dx1EeWiQ_wtFd6fGQ"> 3254 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beVq4Dx1EeWiQ_wtFd6fGQ" sourceNode="_ba58YDx1EeWiQ_wtFd6fGQ" targetNode="_ba1D4Dx1EeWiQ_wtFd6fGQ">
3255 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/> 3255 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
3256 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Forall/@eGenericSuperTypes.0"/> 3256 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Forall/@eGenericSuperTypes.0"/>
3257 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beVq4Tx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3257 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beVq4Tx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3258 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3258 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3259 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beVq4jx1EeWiQ_wtFd6fGQ" showIcon="false"> 3259 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beVq4jx1EeWiQ_wtFd6fGQ" showIcon="false">
3260 <labelFormat>italic</labelFormat> 3260 <labelFormat>italic</labelFormat>
3261 </beginLabelStyle> 3261 </beginLabelStyle>
3262 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beVq4zx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3262 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beVq4zx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3263 </ownedStyle> 3263 </ownedStyle>
3264 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3264 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3265 </ownedDiagramElements> 3265 </ownedDiagramElements>
3266 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beWR8Dx1EeWiQ_wtFd6fGQ" sourceNode="_ba7xkDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3266 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beWR8Dx1EeWiQ_wtFd6fGQ" sourceNode="_ba7xkDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3267 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/> 3267 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
3268 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolOperation/@eGenericSuperTypes.0"/> 3268 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolOperation/@eGenericSuperTypes.0"/>
3269 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beW5ADx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3269 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beW5ADx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3270 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3270 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3271 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beW5ATx1EeWiQ_wtFd6fGQ" showIcon="false"> 3271 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beW5ATx1EeWiQ_wtFd6fGQ" showIcon="false">
3272 <labelFormat>italic</labelFormat> 3272 <labelFormat>italic</labelFormat>
3273 </beginLabelStyle> 3273 </beginLabelStyle>
3274 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beW5Ajx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3274 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beW5Ajx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3275 </ownedStyle> 3275 </ownedStyle>
3276 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3276 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3277 </ownedDiagramElements> 3277 </ownedDiagramElements>
3278 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beW5Azx1EeWiQ_wtFd6fGQ" sourceNode="_ba9mwDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ"> 3278 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beW5Azx1EeWiQ_wtFd6fGQ" sourceNode="_ba9mwDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ">
3279 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/> 3279 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
3280 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//And/@eGenericSuperTypes.0"/> 3280 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//And/@eGenericSuperTypes.0"/>
3281 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beXgEDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3281 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beXgEDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3282 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3282 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3283 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beXgETx1EeWiQ_wtFd6fGQ" showIcon="false"> 3283 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beXgETx1EeWiQ_wtFd6fGQ" showIcon="false">
3284 <labelFormat>italic</labelFormat> 3284 <labelFormat>italic</labelFormat>
3285 </beginLabelStyle> 3285 </beginLabelStyle>
3286 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beXgEjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3286 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beXgEjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3287 </ownedStyle> 3287 </ownedStyle>
3288 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3288 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3289 </ownedDiagramElements> 3289 </ownedDiagramElements>
3290 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beYHIDx1EeWiQ_wtFd6fGQ" sourceNode="_ba_b8Dx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ"> 3290 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beYHIDx1EeWiQ_wtFd6fGQ" sourceNode="_ba_b8Dx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ">
3291 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/> 3291 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
3292 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Or/@eGenericSuperTypes.0"/> 3292 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Or/@eGenericSuperTypes.0"/>
3293 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beYHITx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3293 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beYHITx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3294 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3294 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3295 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beYHIjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3295 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beYHIjx1EeWiQ_wtFd6fGQ" showIcon="false">
3296 <labelFormat>italic</labelFormat> 3296 <labelFormat>italic</labelFormat>
3297 </beginLabelStyle> 3297 </beginLabelStyle>
3298 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beYHIzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3298 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beYHIzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3299 </ownedStyle> 3299 </ownedStyle>
3300 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3300 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3301 </ownedDiagramElements> 3301 </ownedDiagramElements>
3302 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beYuMDx1EeWiQ_wtFd6fGQ" sourceNode="_bbBRIDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ"> 3302 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beYuMDx1EeWiQ_wtFd6fGQ" sourceNode="_bbBRIDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ">
3303 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/> 3303 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
3304 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Impl/@eGenericSuperTypes.0"/> 3304 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Impl/@eGenericSuperTypes.0"/>
3305 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beZVQDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3305 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beZVQDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3306 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3306 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3307 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beZVQTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3307 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beZVQTx1EeWiQ_wtFd6fGQ" showIcon="false">
3308 <labelFormat>italic</labelFormat> 3308 <labelFormat>italic</labelFormat>
3309 </beginLabelStyle> 3309 </beginLabelStyle>
3310 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beZVQjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3310 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beZVQjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3311 </ownedStyle> 3311 </ownedStyle>
3312 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3312 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3313 </ownedDiagramElements> 3313 </ownedDiagramElements>
3314 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beZVQzx1EeWiQ_wtFd6fGQ" sourceNode="_bbDtYDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ"> 3314 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beZVQzx1EeWiQ_wtFd6fGQ" sourceNode="_bbDtYDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ">
3315 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/> 3315 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
3316 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Not/@eGenericSuperTypes.0"/> 3316 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Not/@eGenericSuperTypes.0"/>
3317 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beZ8UDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3317 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beZ8UDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3318 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3318 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3319 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beZ8UTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3319 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beZ8UTx1EeWiQ_wtFd6fGQ" showIcon="false">
3320 <labelFormat>italic</labelFormat> 3320 <labelFormat>italic</labelFormat>
3321 </beginLabelStyle> 3321 </beginLabelStyle>
3322 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beZ8Ujx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3322 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beZ8Ujx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3323 </ownedStyle> 3323 </ownedStyle>
3324 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3324 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3325 </ownedDiagramElements> 3325 </ownedDiagramElements>
3326 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beajYDx1EeWiQ_wtFd6fGQ" sourceNode="_bbFikDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ"> 3326 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beajYDx1EeWiQ_wtFd6fGQ" sourceNode="_bbFikDx1EeWiQ_wtFd6fGQ" targetNode="_ba7xkDx1EeWiQ_wtFd6fGQ">
3327 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/> 3327 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
3328 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Iff/@eGenericSuperTypes.0"/> 3328 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Iff/@eGenericSuperTypes.0"/>
3329 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beajYTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3329 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beajYTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3330 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3330 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3331 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beajYjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3331 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beajYjx1EeWiQ_wtFd6fGQ" showIcon="false">
3332 <labelFormat>italic</labelFormat> 3332 <labelFormat>italic</labelFormat>
3333 </beginLabelStyle> 3333 </beginLabelStyle>
3334 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beajYzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3334 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beajYzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3335 </ownedStyle> 3335 </ownedStyle>
3336 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3336 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3337 </ownedDiagramElements> 3337 </ownedDiagramElements>
3338 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bebKcDx1EeWiQ_wtFd6fGQ" sourceNode="_bbGwsDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3338 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bebKcDx1EeWiQ_wtFd6fGQ" sourceNode="_bbGwsDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3339 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/> 3339 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
3340 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//PrimitiveRelation/@eGenericSuperTypes.0"/> 3340 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//PrimitiveRelation/@eGenericSuperTypes.0"/>
3341 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bebxgDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3341 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bebxgDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3342 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3342 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3343 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bebxgTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3343 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bebxgTx1EeWiQ_wtFd6fGQ" showIcon="false">
3344 <labelFormat>italic</labelFormat> 3344 <labelFormat>italic</labelFormat>
3345 </beginLabelStyle> 3345 </beginLabelStyle>
3346 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bebxgjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3346 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bebxgjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3347 </ownedStyle> 3347 </ownedStyle>
3348 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3348 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3349 </ownedDiagramElements> 3349 </ownedDiagramElements>
3350 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bebxgzx1EeWiQ_wtFd6fGQ" sourceNode="_bbIl4Dx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ"> 3350 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bebxgzx1EeWiQ_wtFd6fGQ" sourceNode="_bbIl4Dx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ">
3351 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/> 3351 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
3352 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Equals/@eGenericSuperTypes.0"/> 3352 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Equals/@eGenericSuperTypes.0"/>
3353 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_becYkDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3353 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_becYkDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3354 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3354 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3355 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_becYkTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3355 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_becYkTx1EeWiQ_wtFd6fGQ" showIcon="false">
3356 <labelFormat>italic</labelFormat> 3356 <labelFormat>italic</labelFormat>
3357 </beginLabelStyle> 3357 </beginLabelStyle>
3358 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_becYkjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3358 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_becYkjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3359 </ownedStyle> 3359 </ownedStyle>
3360 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3360 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3361 </ownedDiagramElements> 3361 </ownedDiagramElements>
3362 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bec_oDx1EeWiQ_wtFd6fGQ" sourceNode="_bbKbEDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ"> 3362 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bec_oDx1EeWiQ_wtFd6fGQ" sourceNode="_bbKbEDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ">
3363 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/> 3363 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
3364 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Distinct/@eGenericSuperTypes.0"/> 3364 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Distinct/@eGenericSuperTypes.0"/>
3365 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bedmsDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3365 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bedmsDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3366 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3366 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3367 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bedmsTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3367 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bedmsTx1EeWiQ_wtFd6fGQ" showIcon="false">
3368 <labelFormat>italic</labelFormat> 3368 <labelFormat>italic</labelFormat>
3369 </beginLabelStyle> 3369 </beginLabelStyle>
3370 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bedmsjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3370 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bedmsjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3371 </ownedStyle> 3371 </ownedStyle>
3372 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3372 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3373 </ownedDiagramElements> 3373 </ownedDiagramElements>
3374 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beeNwDx1EeWiQ_wtFd6fGQ" sourceNode="_bbNeYDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ"> 3374 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beeNwDx1EeWiQ_wtFd6fGQ" sourceNode="_bbNeYDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ">
3375 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/> 3375 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
3376 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//LessThan/@eGenericSuperTypes.0"/> 3376 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//LessThan/@eGenericSuperTypes.0"/>
3377 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beeNwTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3377 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beeNwTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3378 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3378 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3379 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beeNwjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3379 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beeNwjx1EeWiQ_wtFd6fGQ" showIcon="false">
3380 <labelFormat>italic</labelFormat> 3380 <labelFormat>italic</labelFormat>
3381 </beginLabelStyle> 3381 </beginLabelStyle>
3382 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beeNwzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3382 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beeNwzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3383 </ownedStyle> 3383 </ownedStyle>
3384 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3384 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3385 </ownedDiagramElements> 3385 </ownedDiagramElements>
3386 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_beifMDx1EeWiQ_wtFd6fGQ" sourceNode="_bbPTkDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ"> 3386 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_beifMDx1EeWiQ_wtFd6fGQ" sourceNode="_bbPTkDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ">
3387 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/> 3387 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
3388 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//MoreThan/@eGenericSuperTypes.0"/> 3388 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//MoreThan/@eGenericSuperTypes.0"/>
3389 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bejGQDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3389 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bejGQDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3390 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3390 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3391 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bejGQTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3391 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bejGQTx1EeWiQ_wtFd6fGQ" showIcon="false">
3392 <labelFormat>italic</labelFormat> 3392 <labelFormat>italic</labelFormat>
3393 </beginLabelStyle> 3393 </beginLabelStyle>
3394 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bejGQjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3394 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bejGQjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3395 </ownedStyle> 3395 </ownedStyle>
3396 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3396 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3397 </ownedDiagramElements> 3397 </ownedDiagramElements>
3398 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bejtUDx1EeWiQ_wtFd6fGQ" sourceNode="_bbRIwDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ"> 3398 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bejtUDx1EeWiQ_wtFd6fGQ" sourceNode="_bbRIwDx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ">
3399 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/> 3399 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
3400 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//LessOrEqualThan/@eGenericSuperTypes.0"/> 3400 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//LessOrEqualThan/@eGenericSuperTypes.0"/>
3401 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bejtUTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3401 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bejtUTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3402 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3402 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3403 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bejtUjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3403 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bejtUjx1EeWiQ_wtFd6fGQ" showIcon="false">
3404 <labelFormat>italic</labelFormat> 3404 <labelFormat>italic</labelFormat>
3405 </beginLabelStyle> 3405 </beginLabelStyle>
3406 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bejtUzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3406 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bejtUzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3407 </ownedStyle> 3407 </ownedStyle>
3408 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3408 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3409 </ownedDiagramElements> 3409 </ownedDiagramElements>
3410 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bekUYDx1EeWiQ_wtFd6fGQ" sourceNode="_bbTlADx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ"> 3410 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bekUYDx1EeWiQ_wtFd6fGQ" sourceNode="_bbTlADx1EeWiQ_wtFd6fGQ" targetNode="_bbGwsDx1EeWiQ_wtFd6fGQ">
3411 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/> 3411 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
3412 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//MoreOrEqualThan/@eGenericSuperTypes.0"/> 3412 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//MoreOrEqualThan/@eGenericSuperTypes.0"/>
3413 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bekUYTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3413 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bekUYTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3414 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3414 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3415 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bekUYjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3415 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bekUYjx1EeWiQ_wtFd6fGQ" showIcon="false">
3416 <labelFormat>italic</labelFormat> 3416 <labelFormat>italic</labelFormat>
3417 </beginLabelStyle> 3417 </beginLabelStyle>
3418 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bekUYzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3418 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bekUYzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3419 </ownedStyle> 3419 </ownedStyle>
3420 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3420 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3421 </ownedDiagramElements> 3421 </ownedDiagramElements>
3422 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bek7cDx1EeWiQ_wtFd6fGQ" sourceNode="_bbVaMDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3422 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bek7cDx1EeWiQ_wtFd6fGQ" sourceNode="_bbVaMDx1EeWiQ_wtFd6fGQ" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3423 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntOperation"/> 3423 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
3424 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntOperation/@eGenericSuperTypes.0"/> 3424 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//NumericOperation/@eGenericSuperTypes.0"/>
3425 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beligDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3425 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beligDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3426 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3426 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3427 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beligTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3427 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beligTx1EeWiQ_wtFd6fGQ" showIcon="false">
3428 <labelFormat>italic</labelFormat> 3428 <labelFormat>italic</labelFormat>
3429 </beginLabelStyle> 3429 </beginLabelStyle>
3430 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beligjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3430 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beligjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3431 </ownedStyle> 3431 </ownedStyle>
3432 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3432 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3433 </ownedDiagramElements> 3433 </ownedDiagramElements>
3434 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bemJkDx1EeWiQ_wtFd6fGQ" sourceNode="_bbaSsDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ"> 3434 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bemJkDx1EeWiQ_wtFd6fGQ" sourceNode="_bbaSsDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ">
3435 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/> 3435 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
3436 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Plus/@eGenericSuperTypes.0"/> 3436 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Plus/@eGenericSuperTypes.0"/>
3437 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bemJkTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3437 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bemJkTx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3438 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3438 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3439 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bemJkjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3439 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bemJkjx1EeWiQ_wtFd6fGQ" showIcon="false">
3440 <labelFormat>italic</labelFormat> 3440 <labelFormat>italic</labelFormat>
3441 </beginLabelStyle> 3441 </beginLabelStyle>
3442 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bemJkzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3442 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bemJkzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3443 </ownedStyle> 3443 </ownedStyle>
3444 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3444 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3445 </ownedDiagramElements> 3445 </ownedDiagramElements>
3446 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bemwoDx1EeWiQ_wtFd6fGQ" sourceNode="_bbekIDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ"> 3446 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bemwoDx1EeWiQ_wtFd6fGQ" sourceNode="_bbekIDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ">
3447 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/> 3447 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
3448 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Minus/@eGenericSuperTypes.0"/> 3448 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Minus/@eGenericSuperTypes.0"/>
3449 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_benXsDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3449 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_benXsDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3450 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3450 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3451 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_benXsTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3451 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_benXsTx1EeWiQ_wtFd6fGQ" showIcon="false">
3452 <labelFormat>italic</labelFormat> 3452 <labelFormat>italic</labelFormat>
3453 </beginLabelStyle> 3453 </beginLabelStyle>
3454 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_benXsjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3454 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_benXsjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3455 </ownedStyle> 3455 </ownedStyle>
3456 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3456 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3457 </ownedDiagramElements> 3457 </ownedDiagramElements>
3458 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_ben-wDx1EeWiQ_wtFd6fGQ" sourceNode="_bbgZUDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ"> 3458 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_ben-wDx1EeWiQ_wtFd6fGQ" sourceNode="_bbgZUDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ">
3459 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/> 3459 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
3460 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Multiply/@eGenericSuperTypes.0"/> 3460 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Multiply/@eGenericSuperTypes.0"/>
3461 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_beol0Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3461 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_beol0Dx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3462 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3462 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3463 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_beol0Tx1EeWiQ_wtFd6fGQ" showIcon="false"> 3463 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_beol0Tx1EeWiQ_wtFd6fGQ" showIcon="false">
3464 <labelFormat>italic</labelFormat> 3464 <labelFormat>italic</labelFormat>
3465 </beginLabelStyle> 3465 </beginLabelStyle>
3466 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_beol0jx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3466 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_beol0jx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3467 </ownedStyle> 3467 </ownedStyle>
3468 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3468 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3469 </ownedDiagramElements> 3469 </ownedDiagramElements>
3470 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bepM4Dx1EeWiQ_wtFd6fGQ" sourceNode="_bbi1kDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ"> 3470 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bepM4Dx1EeWiQ_wtFd6fGQ" sourceNode="_bbi1kDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ">
3471 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/> 3471 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
3472 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Divison/@eGenericSuperTypes.0"/> 3472 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Divison/@eGenericSuperTypes.0"/>
3473 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bepM4Tx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3473 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bepM4Tx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3474 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3474 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3475 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bepM4jx1EeWiQ_wtFd6fGQ" showIcon="false"> 3475 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bepM4jx1EeWiQ_wtFd6fGQ" showIcon="false">
3476 <labelFormat>italic</labelFormat> 3476 <labelFormat>italic</labelFormat>
3477 </beginLabelStyle> 3477 </beginLabelStyle>
3478 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bepM4zx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3478 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bepM4zx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3479 </ownedStyle> 3479 </ownedStyle>
3480 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3480 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3481 </ownedDiagramElements> 3481 </ownedDiagramElements>
3482 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_bepz8Dx1EeWiQ_wtFd6fGQ" sourceNode="_bbkqwDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ"> 3482 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_bepz8Dx1EeWiQ_wtFd6fGQ" sourceNode="_bbkqwDx1EeWiQ_wtFd6fGQ" targetNode="_bbVaMDx1EeWiQ_wtFd6fGQ">
3483 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/> 3483 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
3484 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Mod/@eGenericSuperTypes.0"/> 3484 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Mod/@eGenericSuperTypes.0"/>
3485 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_bepz8Tx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3485 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_bepz8Tx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3486 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3486 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3487 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_bepz8jx1EeWiQ_wtFd6fGQ" showIcon="false"> 3487 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_bepz8jx1EeWiQ_wtFd6fGQ" showIcon="false">
3488 <labelFormat>italic</labelFormat> 3488 <labelFormat>italic</labelFormat>
3489 </beginLabelStyle> 3489 </beginLabelStyle>
3490 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_bepz8zx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3490 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_bepz8zx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3491 </ownedStyle> 3491 </ownedStyle>
3492 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3492 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3493 </ownedDiagramElements> 3493 </ownedDiagramElements>
3494 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_berCEDx1EeWiQ_wtFd6fGQ" sourceNode="_bbrYcDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ"> 3494 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_berCEDx1EeWiQ_wtFd6fGQ" sourceNode="_bbrYcDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ">
3495 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 3495 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
3496 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Relation/@eGenericSuperTypes.0"/> 3496 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Relation/@eGenericSuperTypes.0"/>
3497 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_berCETx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3497 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_berCETx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3498 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3498 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3499 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_berCEjx1EeWiQ_wtFd6fGQ" showIcon="false"> 3499 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_berCEjx1EeWiQ_wtFd6fGQ" showIcon="false">
3500 <labelFormat>italic</labelFormat> 3500 <labelFormat>italic</labelFormat>
3501 </beginLabelStyle> 3501 </beginLabelStyle>
3502 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_berCEzx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3502 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_berCEzx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3503 </ownedStyle> 3503 </ownedStyle>
3504 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3504 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3505 </ownedDiagramElements> 3505 </ownedDiagramElements>
3506 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_berpIDx1EeWiQ_wtFd6fGQ" sourceNode="_bbsmkDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ"> 3506 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_berpIDx1EeWiQ_wtFd6fGQ" sourceNode="_bbsmkDx1EeWiQ_wtFd6fGQ" targetNode="_bahh4Dx1EeWiQ_wtFd6fGQ">
3507 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 3507 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
3508 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Constant/@eGenericSuperTypes.0"/> 3508 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Constant/@eGenericSuperTypes.0"/>
3509 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_besQMDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree"> 3509 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_besQMDx1EeWiQ_wtFd6fGQ" targetArrow="InputClosedArrow" routingStyle="tree">
3510 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3510 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3511 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_besQMTx1EeWiQ_wtFd6fGQ" showIcon="false"> 3511 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_besQMTx1EeWiQ_wtFd6fGQ" showIcon="false">
3512 <labelFormat>italic</labelFormat> 3512 <labelFormat>italic</labelFormat>
3513 </beginLabelStyle> 3513 </beginLabelStyle>
3514 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_besQMjx1EeWiQ_wtFd6fGQ" showIcon="false"/> 3514 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_besQMjx1EeWiQ_wtFd6fGQ" showIcon="false"/>
3515 </ownedStyle> 3515 </ownedStyle>
3516 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3516 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3517 </ownedDiagramElements> 3517 </ownedDiagramElements>
3518 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_wdcfIGBxEeWUrY3nJWVIeg" name="ConstantDefinition" tooltipText="" outgoingEdges="_08lj8GBxEeWUrY3nJWVIeg _3jn3oGBxEeWUrY3nJWVIeg _Jh4qoGL8EeW2rMch79jPxg" width="12" height="10"> 3518 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_wdcfIGBxEeWUrY3nJWVIeg" name="ConstantDefinition" tooltipText="" outgoingEdges="_08lj8GBxEeWUrY3nJWVIeg _3jn3oGBxEeWUrY3nJWVIeg _Jh4qoGL8EeW2rMch79jPxg" width="12" height="10">
3519 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/> 3519 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
3520 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/> 3520 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
3521 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3521 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3522 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3522 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3523 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3523 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3524 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_wddtQGBxEeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3524 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_wddtQGBxEeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3525 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3525 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3526 </ownedStyle> 3526 </ownedStyle>
3527 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3527 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3528 </ownedDiagramElements> 3528 </ownedDiagramElements>
3529 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_08lj8GBxEeWUrY3nJWVIeg" sourceNode="_wdcfIGBxEeWUrY3nJWVIeg" targetNode="_bbsmkDx1EeWiQ_wtFd6fGQ"> 3529 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_08lj8GBxEeWUrY3nJWVIeg" sourceNode="_wdcfIGBxEeWUrY3nJWVIeg" targetNode="_bbsmkDx1EeWiQ_wtFd6fGQ">
3530 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/> 3530 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
3531 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ConstantDefinition/@eGenericSuperTypes.0"/> 3531 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ConstantDefinition/@eGenericSuperTypes.0"/>
3532 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_08mLAGBxEeWUrY3nJWVIeg" targetArrow="InputClosedArrow" routingStyle="tree"> 3532 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_08mLAGBxEeWUrY3nJWVIeg" targetArrow="InputClosedArrow" routingStyle="tree">
3533 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3533 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3534 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_08mLAWBxEeWUrY3nJWVIeg" showIcon="false"> 3534 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_08mLAWBxEeWUrY3nJWVIeg" showIcon="false">
3535 <labelFormat>italic</labelFormat> 3535 <labelFormat>italic</labelFormat>
3536 </beginLabelStyle> 3536 </beginLabelStyle>
3537 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_08mLAmBxEeWUrY3nJWVIeg" showIcon="false"/> 3537 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_08mLAmBxEeWUrY3nJWVIeg" showIcon="false"/>
3538 </ownedStyle> 3538 </ownedStyle>
3539 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3539 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3540 </ownedDiagramElements> 3540 </ownedDiagramElements>
3541 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3jn3oGBxEeWUrY3nJWVIeg" name="[1..1] value" sourceNode="_wdcfIGBxEeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3541 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3jn3oGBxEeWUrY3nJWVIeg" name="[1..1] value" sourceNode="_wdcfIGBxEeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3542 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/> 3542 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/>
3543 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/> 3543 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/>
3544 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_9cB1cGBxEeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3544 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_9cB1cGBxEeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3545 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_9cB1cWBxEeWUrY3nJWVIeg" showIcon="false"> 3545 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_9cB1cWBxEeWUrY3nJWVIeg" showIcon="false">
3546 <labelFormat>bold</labelFormat> 3546 <labelFormat>bold</labelFormat>
3547 </centerLabelStyle> 3547 </centerLabelStyle>
3548 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_9cB1cmBxEeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3548 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_9cB1cmBxEeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3549 </ownedStyle> 3549 </ownedStyle>
3550 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3550 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3551 </ownedDiagramElements> 3551 </ownedDiagramElements>
3552 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_JM3mQGByEeWUrY3nJWVIeg" name="RelationDefinition" tooltipText="" outgoingEdges="_y4FgIGByEeWUrY3nJWVIeg _vtC1kGB0EeWUrY3nJWVIeg _WpVCAGL8EeW2rMch79jPxg _dG1Q8GL8EeW2rMch79jPxg" width="12" height="10"> 3552 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_JM3mQGByEeWUrY3nJWVIeg" name="RelationDefinition" tooltipText="" outgoingEdges="_y4FgIGByEeWUrY3nJWVIeg _vtC1kGB0EeWUrY3nJWVIeg _WpVCAGL8EeW2rMch79jPxg _dG1Q8GL8EeW2rMch79jPxg" width="12" height="10">
3553 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/> 3553 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
3554 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/> 3554 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
3555 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3555 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3556 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3556 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3557 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3557 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3558 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_JM3mQWByEeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3558 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_JM3mQWByEeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3559 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3559 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3560 </ownedStyle> 3560 </ownedStyle>
3561 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3561 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3562 </ownedDiagramElements> 3562 </ownedDiagramElements>
3563 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_y4FgIGByEeWUrY3nJWVIeg" name="[0..*] variables" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_baynoDx1EeWiQ_wtFd6fGQ"> 3563 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_y4FgIGByEeWUrY3nJWVIeg" name="[0..*] variables" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_baynoDx1EeWiQ_wtFd6fGQ">
3564 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/> 3564 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/>
3565 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/> 3565 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/>
3566 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_fzp7AGB0EeWUrY3nJWVIeg" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3566 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_fzp7AGB0EeWUrY3nJWVIeg" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3567 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_fzp7AWB0EeWUrY3nJWVIeg" showIcon="false"/> 3567 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_fzp7AWB0EeWUrY3nJWVIeg" showIcon="false"/>
3568 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_fzp7AmB0EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3568 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_fzp7AmB0EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3569 </ownedStyle> 3569 </ownedStyle>
3570 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3570 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3571 </ownedDiagramElements> 3571 </ownedDiagramElements>
3572 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_vtC1kGB0EeWUrY3nJWVIeg" name="[1..1] value" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3572 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_vtC1kGB0EeWUrY3nJWVIeg" name="[1..1] value" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3573 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/> 3573 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/>
3574 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/> 3574 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/>
3575 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_wisrMGB0EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3575 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_wisrMGB0EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3576 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_wisrMWB0EeWUrY3nJWVIeg" showIcon="false"> 3576 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_wisrMWB0EeWUrY3nJWVIeg" showIcon="false">
3577 <labelFormat>bold</labelFormat> 3577 <labelFormat>bold</labelFormat>
3578 </centerLabelStyle> 3578 </centerLabelStyle>
3579 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_wisrMmB0EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3579 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_wisrMmB0EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3580 </ownedStyle> 3580 </ownedStyle>
3581 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3581 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3582 </ownedDiagramElements> 3582 </ownedDiagramElements>
3583 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_7R9DMGB0EeWUrY3nJWVIeg" name="FunctionDefinition" tooltipText="" outgoingEdges="_9x_-EGB0EeWUrY3nJWVIeg _CHDSwGB1EeWUrY3nJWVIeg _gHdJUGL8EeW2rMch79jPxg _wgcQsIV8EeWhkpx1k3JSIA" width="12" height="10"> 3583 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_7R9DMGB0EeWUrY3nJWVIeg" name="FunctionDefinition" tooltipText="" outgoingEdges="_9x_-EGB0EeWUrY3nJWVIeg _CHDSwGB1EeWUrY3nJWVIeg _gHdJUGL8EeW2rMch79jPxg _wgcQsIV8EeWhkpx1k3JSIA" width="12" height="10">
3584 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/> 3584 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
3585 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/> 3585 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
3586 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3586 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3587 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3587 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3588 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3588 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3589 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_7R9DMWB0EeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3589 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_7R9DMWB0EeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3590 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3590 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3591 </ownedStyle> 3591 </ownedStyle>
3592 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3592 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3593 </ownedDiagramElements> 3593 </ownedDiagramElements>
3594 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_9x_-EGB0EeWUrY3nJWVIeg" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_badQcDx1EeWiQ_wtFd6fGQ"> 3594 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_9x_-EGB0EeWUrY3nJWVIeg" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_badQcDx1EeWiQ_wtFd6fGQ">
3595 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/> 3595 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
3596 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//FunctionDefinition/@eGenericSuperTypes.0"/> 3596 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//FunctionDefinition/@eGenericSuperTypes.0"/>
3597 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_9x_-EWB0EeWUrY3nJWVIeg" targetArrow="InputClosedArrow" routingStyle="tree"> 3597 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_9x_-EWB0EeWUrY3nJWVIeg" targetArrow="InputClosedArrow" routingStyle="tree">
3598 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3598 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3599 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_9x_-EmB0EeWUrY3nJWVIeg" showIcon="false"> 3599 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_9x_-EmB0EeWUrY3nJWVIeg" showIcon="false">
3600 <labelFormat>italic</labelFormat> 3600 <labelFormat>italic</labelFormat>
3601 </beginLabelStyle> 3601 </beginLabelStyle>
3602 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_9x_-E2B0EeWUrY3nJWVIeg" showIcon="false"/> 3602 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_9x_-E2B0EeWUrY3nJWVIeg" showIcon="false"/>
3603 </ownedStyle> 3603 </ownedStyle>
3604 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3604 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3605 </ownedDiagramElements> 3605 </ownedDiagramElements>
3606 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_CHDSwGB1EeWUrY3nJWVIeg" name="[0..*] variable" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_baynoDx1EeWiQ_wtFd6fGQ"> 3606 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_CHDSwGB1EeWUrY3nJWVIeg" name="[0..*] variable" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_baynoDx1EeWiQ_wtFd6fGQ">
3607 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/> 3607 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/>
3608 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/> 3608 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/>
3609 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_DF6uwGB1EeWUrY3nJWVIeg" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3609 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_DF6uwGB1EeWUrY3nJWVIeg" description="_bdKmMDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3610 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_DF6uwWB1EeWUrY3nJWVIeg" showIcon="false"/> 3610 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_DF6uwWB1EeWUrY3nJWVIeg" showIcon="false"/>
3611 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_DF6uwmB1EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3611 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_DF6uwmB1EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3612 </ownedStyle> 3612 </ownedStyle>
3613 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3613 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3614 </ownedDiagramElements> 3614 </ownedDiagramElements>
3615 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_LltJEGB2EeWUrY3nJWVIeg" name="IfThenElse" tooltipText="" outgoingEdges="_NuL4gGB2EeWUrY3nJWVIeg _RF40IGB2EeWUrY3nJWVIeg _SEkp8GB2EeWUrY3nJWVIeg _UrvggGB2EeWUrY3nJWVIeg" width="12" height="10"> 3615 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_LltJEGB2EeWUrY3nJWVIeg" name="IfThenElse" tooltipText="" outgoingEdges="_NuL4gGB2EeWUrY3nJWVIeg _RF40IGB2EeWUrY3nJWVIeg _SEkp8GB2EeWUrY3nJWVIeg _UrvggGB2EeWUrY3nJWVIeg" width="12" height="10">
3616 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 3616 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
3617 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 3617 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
3618 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3618 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3619 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3619 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3620 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3620 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3621 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_LltwIGB2EeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3621 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_LltwIGB2EeWUrY3nJWVIeg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3622 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3622 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3623 </ownedStyle> 3623 </ownedStyle>
3624 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3624 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3625 </ownedDiagramElements> 3625 </ownedDiagramElements>
3626 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_NuL4gGB2EeWUrY3nJWVIeg" name="[1..1] condition" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3626 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_NuL4gGB2EeWUrY3nJWVIeg" name="[1..1] condition" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3627 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/> 3627 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/>
3628 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/> 3628 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/>
3629 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_UIKSUGB2EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3629 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_UIKSUGB2EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3630 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_UIKSUWB2EeWUrY3nJWVIeg" showIcon="false"> 3630 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_UIKSUWB2EeWUrY3nJWVIeg" showIcon="false">
3631 <labelFormat>bold</labelFormat> 3631 <labelFormat>bold</labelFormat>
3632 </centerLabelStyle> 3632 </centerLabelStyle>
3633 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_UIKSUmB2EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3633 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_UIKSUmB2EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3634 </ownedStyle> 3634 </ownedStyle>
3635 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3635 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3636 </ownedDiagramElements> 3636 </ownedDiagramElements>
3637 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_RF40IGB2EeWUrY3nJWVIeg" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3637 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_RF40IGB2EeWUrY3nJWVIeg" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3638 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 3638 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
3639 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IfThenElse/@eGenericSuperTypes.0"/> 3639 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IfThenElse/@eGenericSuperTypes.0"/>
3640 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_RF5bMGB2EeWUrY3nJWVIeg" targetArrow="InputClosedArrow" routingStyle="tree"> 3640 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_RF5bMGB2EeWUrY3nJWVIeg" targetArrow="InputClosedArrow" routingStyle="tree">
3641 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3641 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3642 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_RF5bMWB2EeWUrY3nJWVIeg" showIcon="false"> 3642 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_RF5bMWB2EeWUrY3nJWVIeg" showIcon="false">
3643 <labelFormat>italic</labelFormat> 3643 <labelFormat>italic</labelFormat>
3644 </beginLabelStyle> 3644 </beginLabelStyle>
3645 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_RF5bMmB2EeWUrY3nJWVIeg" showIcon="false"/> 3645 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_RF5bMmB2EeWUrY3nJWVIeg" showIcon="false"/>
3646 </ownedStyle> 3646 </ownedStyle>
3647 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3647 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3648 </ownedDiagramElements> 3648 </ownedDiagramElements>
3649 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_SEkp8GB2EeWUrY3nJWVIeg" name="[1..1] ifTrue" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3649 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_SEkp8GB2EeWUrY3nJWVIeg" name="[1..1] ifTrue" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3650 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/> 3650 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/>
3651 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/> 3651 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/>
3652 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_TZyJYGB2EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3652 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_TZyJYGB2EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3653 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_TZyJYWB2EeWUrY3nJWVIeg" showIcon="false"> 3653 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_TZyJYWB2EeWUrY3nJWVIeg" showIcon="false">
3654 <labelFormat>bold</labelFormat> 3654 <labelFormat>bold</labelFormat>
3655 </centerLabelStyle> 3655 </centerLabelStyle>
3656 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_TZyJYmB2EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3656 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_TZyJYmB2EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3657 </ownedStyle> 3657 </ownedStyle>
3658 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3658 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3659 </ownedDiagramElements> 3659 </ownedDiagramElements>
3660 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_UrvggGB2EeWUrY3nJWVIeg" name="[1..1] ifFalse" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3660 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_UrvggGB2EeWUrY3nJWVIeg" name="[1..1] ifFalse" sourceNode="_LltJEGB2EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3661 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/> 3661 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/>
3662 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/> 3662 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/>
3663 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_WcH5AGB2EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3663 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_WcH5AGB2EeWUrY3nJWVIeg" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3664 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_WcH5AWB2EeWUrY3nJWVIeg" showIcon="false"> 3664 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_WcH5AWB2EeWUrY3nJWVIeg" showIcon="false">
3665 <labelFormat>bold</labelFormat> 3665 <labelFormat>bold</labelFormat>
3666 </centerLabelStyle> 3666 </centerLabelStyle>
3667 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_WcH5AmB2EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/> 3667 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_WcH5AmB2EeWUrY3nJWVIeg" labelSize="6" showIcon="false" labelColor="39,76,114"/>
3668 </ownedStyle> 3668 </ownedStyle>
3669 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3669 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3670 </ownedDiagramElements> 3670 </ownedDiagramElements>
3671 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_EpuB0GL8EeW2rMch79jPxg" name="ConstantDeclaration" tooltipText="" outgoingEdges="_Hjg5cGL8EeW2rMch79jPxg" incomingEdges="_Jh4qoGL8EeW2rMch79jPxg" width="12" height="10"> 3671 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_EpuB0GL8EeW2rMch79jPxg" name="ConstantDeclaration" tooltipText="" outgoingEdges="_Hjg5cGL8EeW2rMch79jPxg" incomingEdges="_Jh4qoGL8EeW2rMch79jPxg" width="12" height="10">
3672 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/> 3672 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
3673 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/> 3673 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
3674 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_EpvP8GL8EeW2rMch79jPxg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3674 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_EpvP8GL8EeW2rMch79jPxg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3675 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3675 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3676 </ownedStyle> 3676 </ownedStyle>
3677 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3677 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3678 </ownedDiagramElements> 3678 </ownedDiagramElements>
3679 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Hjg5cGL8EeW2rMch79jPxg" sourceNode="_EpuB0GL8EeW2rMch79jPxg" targetNode="_bbsmkDx1EeWiQ_wtFd6fGQ"> 3679 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Hjg5cGL8EeW2rMch79jPxg" sourceNode="_EpuB0GL8EeW2rMch79jPxg" targetNode="_bbsmkDx1EeWiQ_wtFd6fGQ">
3680 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/> 3680 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
3681 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ConstantDeclaration/@eGenericSuperTypes.0"/> 3681 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ConstantDeclaration/@eGenericSuperTypes.0"/>
3682 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_HjhggGL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree"> 3682 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_HjhggGL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree">
3683 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3683 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3684 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_HjhggWL8EeW2rMch79jPxg" showIcon="false"> 3684 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_HjhggWL8EeW2rMch79jPxg" showIcon="false">
3685 <labelFormat>italic</labelFormat> 3685 <labelFormat>italic</labelFormat>
3686 </beginLabelStyle> 3686 </beginLabelStyle>
3687 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_HjhggmL8EeW2rMch79jPxg" showIcon="false"/> 3687 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_HjhggmL8EeW2rMch79jPxg" showIcon="false"/>
3688 </ownedStyle> 3688 </ownedStyle>
3689 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3689 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3690 </ownedDiagramElements> 3690 </ownedDiagramElements>
3691 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Jh4qoGL8EeW2rMch79jPxg" name="[0..1] defines" sourceNode="_wdcfIGBxEeWUrY3nJWVIeg" targetNode="_EpuB0GL8EeW2rMch79jPxg"> 3691 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Jh4qoGL8EeW2rMch79jPxg" name="[0..1] defines" sourceNode="_wdcfIGBxEeWUrY3nJWVIeg" targetNode="_EpuB0GL8EeW2rMch79jPxg">
3692 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/> 3692 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/>
3693 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/> 3693 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/>
3694 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Jh5RsGL8EeW2rMch79jPxg" routingStyle="manhattan" strokeColor="0,0,0"> 3694 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Jh5RsGL8EeW2rMch79jPxg" routingStyle="manhattan" strokeColor="0,0,0">
3695 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 3695 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
3696 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Jh5RsWL8EeW2rMch79jPxg" showIcon="false"> 3696 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Jh5RsWL8EeW2rMch79jPxg" showIcon="false">
3697 <customFeatures>labelSize</customFeatures> 3697 <customFeatures>labelSize</customFeatures>
3698 </centerLabelStyle> 3698 </centerLabelStyle>
3699 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_Jh5RsmL8EeW2rMch79jPxg" showIcon="false" labelColor="39,76,114"> 3699 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_Jh5RsmL8EeW2rMch79jPxg" showIcon="false" labelColor="39,76,114">
3700 <customFeatures>labelSize</customFeatures> 3700 <customFeatures>labelSize</customFeatures>
3701 </endLabelStyle> 3701 </endLabelStyle>
3702 </ownedStyle> 3702 </ownedStyle>
3703 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3703 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3704 </ownedDiagramElements> 3704 </ownedDiagramElements>
3705 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MU49wGL8EeW2rMch79jPxg" name="RelationDeclaration" tooltipText="" outgoingEdges="_OYoXIGL8EeW2rMch79jPxg" incomingEdges="_dG1Q8GL8EeW2rMch79jPxg" width="12" height="10"> 3705 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MU49wGL8EeW2rMch79jPxg" name="RelationDeclaration" tooltipText="" outgoingEdges="_OYoXIGL8EeW2rMch79jPxg" incomingEdges="_dG1Q8GL8EeW2rMch79jPxg" width="12" height="10">
3706 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/> 3706 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
3707 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/> 3707 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
3708 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3708 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3709 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3709 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3710 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3710 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3711 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MU49wWL8EeW2rMch79jPxg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3711 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MU49wWL8EeW2rMch79jPxg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3712 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3712 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3713 </ownedStyle> 3713 </ownedStyle>
3714 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3714 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3715 </ownedDiagramElements> 3715 </ownedDiagramElements>
3716 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_OYoXIGL8EeW2rMch79jPxg" sourceNode="_MU49wGL8EeW2rMch79jPxg" targetNode="_bbrYcDx1EeWiQ_wtFd6fGQ"> 3716 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_OYoXIGL8EeW2rMch79jPxg" sourceNode="_MU49wGL8EeW2rMch79jPxg" targetNode="_bbrYcDx1EeWiQ_wtFd6fGQ">
3717 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/> 3717 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
3718 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RelationDeclaration/@eGenericSuperTypes.0"/> 3718 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RelationDeclaration/@eGenericSuperTypes.0"/>
3719 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_OYoXIWL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree"> 3719 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_OYoXIWL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree">
3720 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3720 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3721 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_OYo-MGL8EeW2rMch79jPxg" showIcon="false"> 3721 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_OYo-MGL8EeW2rMch79jPxg" showIcon="false">
3722 <labelFormat>italic</labelFormat> 3722 <labelFormat>italic</labelFormat>
3723 </beginLabelStyle> 3723 </beginLabelStyle>
3724 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_OYo-MWL8EeW2rMch79jPxg" showIcon="false"/> 3724 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_OYo-MWL8EeW2rMch79jPxg" showIcon="false"/>
3725 </ownedStyle> 3725 </ownedStyle>
3726 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3726 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3727 </ownedDiagramElements> 3727 </ownedDiagramElements>
3728 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_TUMSMGL8EeW2rMch79jPxg" name="FunctionDeclaration" tooltipText="" outgoingEdges="_VHCI0GL8EeW2rMch79jPxg" incomingEdges="_gHdJUGL8EeW2rMch79jPxg" width="12" height="10"> 3728 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_TUMSMGL8EeW2rMch79jPxg" name="FunctionDeclaration" tooltipText="" outgoingEdges="_VHCI0GL8EeW2rMch79jPxg" incomingEdges="_gHdJUGL8EeW2rMch79jPxg" width="12" height="10">
3729 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/> 3729 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
3730 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/> 3730 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
3731 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3731 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3732 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3732 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3733 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3733 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3734 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_TUM5QGL8EeW2rMch79jPxg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3734 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_TUM5QGL8EeW2rMch79jPxg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3735 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3735 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3736 </ownedStyle> 3736 </ownedStyle>
3737 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3737 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3738 </ownedDiagramElements> 3738 </ownedDiagramElements>
3739 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_VHCI0GL8EeW2rMch79jPxg" sourceNode="_TUMSMGL8EeW2rMch79jPxg" targetNode="_badQcDx1EeWiQ_wtFd6fGQ"> 3739 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_VHCI0GL8EeW2rMch79jPxg" sourceNode="_TUMSMGL8EeW2rMch79jPxg" targetNode="_badQcDx1EeWiQ_wtFd6fGQ">
3740 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/> 3740 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
3741 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//FunctionDeclaration/@eGenericSuperTypes.0"/> 3741 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//FunctionDeclaration/@eGenericSuperTypes.0"/>
3742 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_VHCI0WL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree"> 3742 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_VHCI0WL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree">
3743 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3743 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3744 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_VHCI0mL8EeW2rMch79jPxg" showIcon="false"> 3744 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_VHCI0mL8EeW2rMch79jPxg" showIcon="false">
3745 <labelFormat>italic</labelFormat> 3745 <labelFormat>italic</labelFormat>
3746 </beginLabelStyle> 3746 </beginLabelStyle>
3747 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_VHCI02L8EeW2rMch79jPxg" showIcon="false"/> 3747 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_VHCI02L8EeW2rMch79jPxg" showIcon="false"/>
3748 </ownedStyle> 3748 </ownedStyle>
3749 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3749 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3750 </ownedDiagramElements> 3750 </ownedDiagramElements>
3751 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_WpVCAGL8EeW2rMch79jPxg" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_bbrYcDx1EeWiQ_wtFd6fGQ"> 3751 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_WpVCAGL8EeW2rMch79jPxg" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_bbrYcDx1EeWiQ_wtFd6fGQ">
3752 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/> 3752 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
3753 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RelationDefinition/@eGenericSuperTypes.0"/> 3753 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RelationDefinition/@eGenericSuperTypes.0"/>
3754 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_WpVpEGL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree"> 3754 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_WpVpEGL8EeW2rMch79jPxg" targetArrow="InputClosedArrow" routingStyle="tree">
3755 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3755 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3756 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_WpVpEWL8EeW2rMch79jPxg" showIcon="false"> 3756 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_WpVpEWL8EeW2rMch79jPxg" showIcon="false">
3757 <labelFormat>italic</labelFormat> 3757 <labelFormat>italic</labelFormat>
3758 </beginLabelStyle> 3758 </beginLabelStyle>
3759 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_WpVpEmL8EeW2rMch79jPxg" showIcon="false"/> 3759 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_WpVpEmL8EeW2rMch79jPxg" showIcon="false"/>
3760 </ownedStyle> 3760 </ownedStyle>
3761 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3761 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3762 </ownedDiagramElements> 3762 </ownedDiagramElements>
3763 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_dG1Q8GL8EeW2rMch79jPxg" name="[0..1] defines" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_MU49wGL8EeW2rMch79jPxg"> 3763 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_dG1Q8GL8EeW2rMch79jPxg" name="[0..1] defines" sourceNode="_JM3mQGByEeWUrY3nJWVIeg" targetNode="_MU49wGL8EeW2rMch79jPxg">
3764 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/> 3764 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/>
3765 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/> 3765 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/>
3766 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_dG1Q8WL8EeW2rMch79jPxg" routingStyle="manhattan" strokeColor="0,0,0"> 3766 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_dG1Q8WL8EeW2rMch79jPxg" routingStyle="manhattan" strokeColor="0,0,0">
3767 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 3767 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
3768 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_dG14AGL8EeW2rMch79jPxg" showIcon="false"> 3768 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_dG14AGL8EeW2rMch79jPxg" showIcon="false">
3769 <customFeatures>labelSize</customFeatures> 3769 <customFeatures>labelSize</customFeatures>
3770 </centerLabelStyle> 3770 </centerLabelStyle>
3771 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_dG14AWL8EeW2rMch79jPxg" showIcon="false" labelColor="39,76,114"> 3771 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_dG14AWL8EeW2rMch79jPxg" showIcon="false" labelColor="39,76,114">
3772 <customFeatures>labelSize</customFeatures> 3772 <customFeatures>labelSize</customFeatures>
3773 </endLabelStyle> 3773 </endLabelStyle>
3774 </ownedStyle> 3774 </ownedStyle>
3775 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3775 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3776 </ownedDiagramElements> 3776 </ownedDiagramElements>
3777 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_gHdJUGL8EeW2rMch79jPxg" name="[0..1] defines" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_TUMSMGL8EeW2rMch79jPxg"> 3777 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_gHdJUGL8EeW2rMch79jPxg" name="[0..1] defines" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_TUMSMGL8EeW2rMch79jPxg">
3778 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/> 3778 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/>
3779 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/> 3779 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/>
3780 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_gHdwYGL8EeW2rMch79jPxg" routingStyle="manhattan" strokeColor="0,0,0"> 3780 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_gHdwYGL8EeW2rMch79jPxg" routingStyle="manhattan" strokeColor="0,0,0">
3781 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 3781 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
3782 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_gHdwYWL8EeW2rMch79jPxg" showIcon="false"> 3782 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_gHdwYWL8EeW2rMch79jPxg" showIcon="false">
3783 <customFeatures>labelSize</customFeatures> 3783 <customFeatures>labelSize</customFeatures>
3784 </centerLabelStyle> 3784 </centerLabelStyle>
3785 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_gHdwYmL8EeW2rMch79jPxg" showIcon="false" labelColor="39,76,114"> 3785 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_gHdwYmL8EeW2rMch79jPxg" showIcon="false" labelColor="39,76,114">
3786 <customFeatures>labelSize</customFeatures> 3786 <customFeatures>labelSize</customFeatures>
3787 </endLabelStyle> 3787 </endLabelStyle>
3788 </ownedStyle> 3788 </ownedStyle>
3789 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3789 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3790 </ownedDiagramElements> 3790 </ownedDiagramElements>
3791 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XNsv8GPkEeWuQbyserbs4Q" name="TypeDeclaration" tooltipText="" outgoingEdges="_agR7AGPkEeWuQbyserbs4Q" incomingEdges="_dBnPUGPkEeWuQbyserbs4Q" width="12" height="10"> 3791 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_XNsv8GPkEeWuQbyserbs4Q" name="TypeDeclaration" tooltipText="" outgoingEdges="_agR7AGPkEeWuQbyserbs4Q" incomingEdges="_dBnPUGPkEeWuQbyserbs4Q" width="12" height="10">
3792 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 3792 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
3793 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 3793 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
3794 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3794 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3795 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3795 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3796 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3796 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3797 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XNtXAGPkEeWuQbyserbs4Q" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3797 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_XNtXAGPkEeWuQbyserbs4Q" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3798 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3798 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3799 </ownedStyle> 3799 </ownedStyle>
3800 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3800 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3801 </ownedDiagramElements> 3801 </ownedDiagramElements>
3802 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_agR7AGPkEeWuQbyserbs4Q" sourceNode="_XNsv8GPkEeWuQbyserbs4Q" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ"> 3802 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_agR7AGPkEeWuQbyserbs4Q" sourceNode="_XNsv8GPkEeWuQbyserbs4Q" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ">
3803 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 3803 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
3804 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TypeDeclaration/@eGenericSuperTypes.0"/> 3804 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TypeDeclaration/@eGenericSuperTypes.0"/>
3805 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_agSiEGPkEeWuQbyserbs4Q" targetArrow="InputClosedArrow" routingStyle="tree"> 3805 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_agSiEGPkEeWuQbyserbs4Q" targetArrow="InputClosedArrow" routingStyle="tree">
3806 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3806 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3807 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_agSiEWPkEeWuQbyserbs4Q" showIcon="false"> 3807 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_agSiEWPkEeWuQbyserbs4Q" showIcon="false">
3808 <labelFormat>italic</labelFormat> 3808 <labelFormat>italic</labelFormat>
3809 </beginLabelStyle> 3809 </beginLabelStyle>
3810 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_agSiEmPkEeWuQbyserbs4Q" showIcon="false"/> 3810 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_agSiEmPkEeWuQbyserbs4Q" showIcon="false"/>
3811 </ownedStyle> 3811 </ownedStyle>
3812 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3812 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3813 </ownedDiagramElements> 3813 </ownedDiagramElements>
3814 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_dBnPUGPkEeWuQbyserbs4Q" name="[0..1] defines" sourceNode="_baGEEDx1EeWiQ_wtFd6fGQ" targetNode="_XNsv8GPkEeWuQbyserbs4Q"> 3814 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_dBnPUGPkEeWuQbyserbs4Q" name="[0..1] defines" sourceNode="_baGEEDx1EeWiQ_wtFd6fGQ" targetNode="_XNsv8GPkEeWuQbyserbs4Q">
3815 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/> 3815 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/>
3816 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/> 3816 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/>
3817 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_dBn2YGPkEeWuQbyserbs4Q" routingStyle="manhattan" strokeColor="0,0,0"> 3817 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_dBn2YGPkEeWuQbyserbs4Q" routingStyle="manhattan" strokeColor="0,0,0">
3818 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 3818 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
3819 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_dBn2YWPkEeWuQbyserbs4Q" showIcon="false"> 3819 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_dBn2YWPkEeWuQbyserbs4Q" showIcon="false">
3820 <customFeatures>labelSize</customFeatures> 3820 <customFeatures>labelSize</customFeatures>
3821 </centerLabelStyle> 3821 </centerLabelStyle>
3822 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_dBn2YmPkEeWuQbyserbs4Q" showIcon="false" labelColor="39,76,114"> 3822 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_dBn2YmPkEeWuQbyserbs4Q" showIcon="false" labelColor="39,76,114">
3823 <customFeatures>labelSize</customFeatures> 3823 <customFeatures>labelSize</customFeatures>
3824 </endLabelStyle> 3824 </endLabelStyle>
3825 </ownedStyle> 3825 </ownedStyle>
3826 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3826 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3827 </ownedDiagramElements> 3827 </ownedDiagramElements>
3828 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_OLE8QIPKEeWOre-0TMCmMQ" sourceNode="_bZ1lYDx1EeWiQ_wtFd6fGQ" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes"> 3828 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_OLE8QIPKEeWOre-0TMCmMQ" sourceNode="_bZ1lYDx1EeWiQ_wtFd6fGQ" targetNode="_bZ1lYDx1EeWiQ_wtFd6fGQ" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes">
3829 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 3829 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
3830 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 3830 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
3831 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/> 3831 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/>
3832 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_OLGKYIPKEeWOre-0TMCmMQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 3832 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_OLGKYIPKEeWOre-0TMCmMQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
3833 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/> 3833 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
3834 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_OLGKYYPKEeWOre-0TMCmMQ" showIcon="false"/> 3834 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_OLGKYYPKEeWOre-0TMCmMQ" showIcon="false"/>
3835 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_OLGKYoPKEeWOre-0TMCmMQ" showIcon="false"/> 3835 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_OLGKYoPKEeWOre-0TMCmMQ" showIcon="false"/>
3836 </ownedStyle> 3836 </ownedStyle>
3837 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 3837 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
3838 </ownedDiagramElements> 3838 </ownedDiagramElements>
3839 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_wgcQsIV8EeWhkpx1k3JSIA" name="[1..1] value" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3839 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_wgcQsIV8EeWhkpx1k3JSIA" name="[1..1] value" sourceNode="_7R9DMGB0EeWUrY3nJWVIeg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3840 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/> 3840 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/>
3841 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/> 3841 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/>
3842 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_wgde0IV8EeWhkpx1k3JSIA" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 3842 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_wgde0IV8EeWhkpx1k3JSIA" description="_bd8CQDx1EeWiQ_wtFd6fGQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
3843 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_wgde0YV8EeWhkpx1k3JSIA" showIcon="false"> 3843 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_wgde0YV8EeWhkpx1k3JSIA" showIcon="false">
3844 <customFeatures>labelSize</customFeatures> 3844 <customFeatures>labelSize</customFeatures>
3845 <labelFormat>bold</labelFormat> 3845 <labelFormat>bold</labelFormat>
3846 </centerLabelStyle> 3846 </centerLabelStyle>
3847 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_wgde0oV8EeWhkpx1k3JSIA" showIcon="false" labelColor="39,76,114"> 3847 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_wgde0oV8EeWhkpx1k3JSIA" showIcon="false" labelColor="39,76,114">
3848 <customFeatures>labelSize</customFeatures> 3848 <customFeatures>labelSize</customFeatures>
3849 </endLabelStyle> 3849 </endLabelStyle>
3850 </ownedStyle> 3850 </ownedStyle>
3851 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 3851 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
3852 </ownedDiagramElements> 3852 </ownedDiagramElements>
3853 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_OEz0UAGOEeaDEJmvhpl9gg" sourceNode="_baDn0Dx1EeWiQ_wtFd6fGQ" targetNode="_baGEEDx1EeWiQ_wtFd6fGQ" beginLabel="[0..*] elements" endLabel="[1..*] definedInType"> 3853 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_OEz0UAGOEeaDEJmvhpl9gg" sourceNode="_baDn0Dx1EeWiQ_wtFd6fGQ" targetNode="_baGEEDx1EeWiQ_wtFd6fGQ" beginLabel="[0..*] elements" endLabel="[1..*] definedInType">
3854 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/> 3854 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
3855 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/> 3855 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
3856 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/elements"/> 3856 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/elements"/>
3857 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_OE1CcAGOEeaDEJmvhpl9gg" description="_OE0bYAGOEeaDEJmvhpl9gg" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 3857 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_OE1CcAGOEeaDEJmvhpl9gg" description="_OE0bYAGOEeaDEJmvhpl9gg" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
3858 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_OE1CcQGOEeaDEJmvhpl9gg" showIcon="false"> 3858 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_OE1CcQGOEeaDEJmvhpl9gg" showIcon="false">
3859 <labelFormat>bold</labelFormat> 3859 <labelFormat>bold</labelFormat>
3860 </beginLabelStyle> 3860 </beginLabelStyle>
3861 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_OE1CcgGOEeaDEJmvhpl9gg" showIcon="false"> 3861 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_OE1CcgGOEeaDEJmvhpl9gg" showIcon="false">
3862 <labelFormat>bold</labelFormat> 3862 <labelFormat>bold</labelFormat>
3863 </endLabelStyle> 3863 </endLabelStyle>
3864 </ownedStyle> 3864 </ownedStyle>
3865 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 3865 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
3866 </ownedDiagramElements> 3866 </ownedDiagramElements>
3867 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_QmrUIAGOEeaDEJmvhpl9gg" name="UnknownBecauseUninterpreted" tooltipText="" outgoingEdges="_X9kCIAGOEeaDEJmvhpl9gg" width="12" height="10"> 3867 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_QmrUIAGOEeaDEJmvhpl9gg" name="UnknownBecauseUninterpreted" tooltipText="" outgoingEdges="_X9kCIAGOEeaDEJmvhpl9gg" width="12" height="10">
3868 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/> 3868 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
3869 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/> 3869 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
3870 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 3870 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
3871 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 3871 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
3872 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 3872 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
3873 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_QmsiQAGOEeaDEJmvhpl9gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 3873 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_QmsiQAGOEeaDEJmvhpl9gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
3874 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 3874 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
3875 </ownedStyle> 3875 </ownedStyle>
3876 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 3876 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
3877 </ownedDiagramElements> 3877 </ownedDiagramElements>
3878 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_X9kCIAGOEeaDEJmvhpl9gg" sourceNode="_QmrUIAGOEeaDEJmvhpl9gg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ"> 3878 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_X9kCIAGOEeaDEJmvhpl9gg" sourceNode="_QmrUIAGOEeaDEJmvhpl9gg" targetNode="_bafssDx1EeWiQ_wtFd6fGQ">
3879 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/> 3879 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
3880 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//UnknownBecauseUninterpreted/@eGenericSuperTypes.0"/> 3880 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//UnknownBecauseUninterpreted/@eGenericSuperTypes.0"/>
3881 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_X9kpMAGOEeaDEJmvhpl9gg" targetArrow="InputClosedArrow" routingStyle="tree"> 3881 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_X9kpMAGOEeaDEJmvhpl9gg" targetArrow="InputClosedArrow" routingStyle="tree">
3882 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 3882 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
3883 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_X9kpMQGOEeaDEJmvhpl9gg" showIcon="false"> 3883 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_X9kpMQGOEeaDEJmvhpl9gg" showIcon="false">
3884 <labelFormat>italic</labelFormat> 3884 <labelFormat>italic</labelFormat>
3885 </beginLabelStyle> 3885 </beginLabelStyle>
3886 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_X9kpMgGOEeaDEJmvhpl9gg" showIcon="false"/> 3886 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_X9kpMgGOEeaDEJmvhpl9gg" showIcon="false"/>
3887 </ownedStyle> 3887 </ownedStyle>
3888 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 3888 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
3889 </ownedDiagramElements> 3889 </ownedDiagramElements>
3890 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 3890 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
3891 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_XL9PtTx1EeWiQ_wtFd6fGQ"/> 3891 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_XL9PtTx1EeWiQ_wtFd6fGQ"/>
3892 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 3892 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
3893 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 3893 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
3894 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 3894 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
3895 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/> 3895 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
3896 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 3896 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
3897 </diagram:DSemanticDiagram> 3897 </diagram:DSemanticDiagram>
3898 <diagram:DSemanticDiagram xmi:id="_veq9MGCGEeWg-_mfCA72gg" name="logicproblem class diagram" uid="_TC2lsG7rEeifqZoaQeIEkw"> 3898 <diagram:DSemanticDiagram uid="_veq9MGCGEeWg-_mfCA72gg" name="logicproblem class diagram">
3899 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_veq9MWCGEeWg-_mfCA72gg" source="DANNOTATION_CUSTOMIZATION_KEY"> 3899 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_veq9MWCGEeWg-_mfCA72gg" source="DANNOTATION_CUSTOMIZATION_KEY">
3900 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_veq9MmCGEeWg-_mfCA72gg"> 3900 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_veq9MmCGEeWg-_mfCA72gg">
3901 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan"> 3901 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan">
3902 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 3902 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
3903 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_w24tUWCGEeWg-_mfCA72gg" showIcon="false" labelExpression="service:render"> 3903 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_w24tUWCGEeWg-_mfCA72gg" showIcon="false" labelExpression="service:render">
@@ -3913,24 +3913,23 @@
3913 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 3913 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
3914 <color xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 3914 <color xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
3915 </computedStyleDescriptions> 3915 </computedStyleDescriptions>
3916 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_XtkzkMDnEea_b6UyFzv22g" sourceArrow="InputArrow" routingStyle="manhattan"> 3916 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_03EEIm6hEemSyfDlsGAqLA" labelExpression="service:renderAsNode" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1">
3917 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 3917 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
3918 <beginLabelStyleDescription xmi:type="style:BeginLabelStyleDescription" xmi:id="_XtkzkcDnEea_b6UyFzv22g" showIcon="false" labelExpression="service:renderEOpposite"> 3918 <labelFormat>bold</labelFormat>
3919 <labelFormat>bold</labelFormat> 3919 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
3920 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 3920 <color xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='blue']"/>
3921 </beginLabelStyleDescription>
3922 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_XtkzksDnEea_b6UyFzv22g" showIcon="false" labelExpression="service:render">
3923 <labelFormat>bold</labelFormat>
3924 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
3925 </endLabelStyleDescription>
3926 </computedStyleDescriptions> 3921 </computedStyleDescriptions>
3927 </data> 3922 </data>
3928 </ownedAnnotationEntries> 3923 </ownedAnnotationEntries>
3929 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_ve6NwGCGEeWg-_mfCA72gg" source="GMF_DIAGRAMS"> 3924 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_ve6NwGCGEeWg-_mfCA72gg" source="GMF_DIAGRAMS">
3930 <data xmi:type="notation:Diagram" xmi:id="_ve6NwWCGEeWg-_mfCA72gg" type="Sirius" element="_veq9MGCGEeWg-_mfCA72gg" measurementUnit="Pixel"> 3925 <data xmi:type="notation:Diagram" xmi:id="_ve6NwWCGEeWg-_mfCA72gg" type="Sirius" element="_veq9MGCGEeWg-_mfCA72gg" measurementUnit="Pixel">
3931 <children xmi:type="notation:Node" xmi:id="_w2-M4GCGEeWg-_mfCA72gg" type="2003" element="_w2mZcGCGEeWg-_mfCA72gg"> 3926 <children xmi:type="notation:Node" xmi:id="_w2-M4GCGEeWg-_mfCA72gg" type="2003" element="_w2mZcGCGEeWg-_mfCA72gg">
3932 <children xmi:type="notation:Node" xmi:id="_w2_bAGCGEeWg-_mfCA72gg" type="5007"/> 3927 <children xmi:type="notation:Node" xmi:id="_w2_bAGCGEeWg-_mfCA72gg" type="5007"/>
3933 <children xmi:type="notation:Node" xmi:id="_w3ApIGCGEeWg-_mfCA72gg" type="7004"> 3928 <children xmi:type="notation:Node" xmi:id="_w3ApIGCGEeWg-_mfCA72gg" type="7004">
3929 <children xmi:type="notation:Node" xmi:id="_03RfgG6hEemSyfDlsGAqLA" type="3010" element="_03DdEm6hEemSyfDlsGAqLA">
3930 <styles xmi:type="notation:FontStyle" xmi:id="_03RfgW6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
3931 <layoutConstraint xmi:type="notation:Location" xmi:id="_03Rfgm6hEemSyfDlsGAqLA"/>
3932 </children>
3934 <styles xmi:type="notation:SortingStyle" xmi:id="_w3ApIWCGEeWg-_mfCA72gg"/> 3933 <styles xmi:type="notation:SortingStyle" xmi:id="_w3ApIWCGEeWg-_mfCA72gg"/>
3935 <styles xmi:type="notation:FilteringStyle" xmi:id="_w3ApImCGEeWg-_mfCA72gg"/> 3934 <styles xmi:type="notation:FilteringStyle" xmi:id="_w3ApImCGEeWg-_mfCA72gg"/>
3936 </children> 3935 </children>
@@ -3944,6 +3943,10 @@
3944 <styles xmi:type="notation:FontStyle" xmi:id="_3QZ0IWCGEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/> 3943 <styles xmi:type="notation:FontStyle" xmi:id="_3QZ0IWCGEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
3945 <layoutConstraint xmi:type="notation:Location" xmi:id="_3QZ0ImCGEeWg-_mfCA72gg"/> 3944 <layoutConstraint xmi:type="notation:Location" xmi:id="_3QZ0ImCGEeWg-_mfCA72gg"/>
3946 </children> 3945 </children>
3946 <children xmi:type="notation:Node" xmi:id="_03Rfg26hEemSyfDlsGAqLA" type="3010" element="_03EEIW6hEemSyfDlsGAqLA">
3947 <styles xmi:type="notation:FontStyle" xmi:id="_03RfhG6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8" bold="true"/>
3948 <layoutConstraint xmi:type="notation:Location" xmi:id="_03RfhW6hEemSyfDlsGAqLA"/>
3949 </children>
3947 <styles xmi:type="notation:SortingStyle" xmi:id="_3QVismCGEeWg-_mfCA72gg"/> 3950 <styles xmi:type="notation:SortingStyle" xmi:id="_3QVismCGEeWg-_mfCA72gg"/>
3948 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QVis2CGEeWg-_mfCA72gg"/> 3951 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QVis2CGEeWg-_mfCA72gg"/>
3949 </children> 3952 </children>
@@ -3953,6 +3956,10 @@
3953 <children xmi:type="notation:Node" xmi:id="_3QVitGCGEeWg-_mfCA72gg" type="2003" element="_3P1zcGCGEeWg-_mfCA72gg"> 3956 <children xmi:type="notation:Node" xmi:id="_3QVitGCGEeWg-_mfCA72gg" type="2003" element="_3P1zcGCGEeWg-_mfCA72gg">
3954 <children xmi:type="notation:Node" xmi:id="_3QWJwGCGEeWg-_mfCA72gg" type="5007"/> 3957 <children xmi:type="notation:Node" xmi:id="_3QWJwGCGEeWg-_mfCA72gg" type="5007"/>
3955 <children xmi:type="notation:Node" xmi:id="_3QWJwWCGEeWg-_mfCA72gg" type="7004"> 3958 <children xmi:type="notation:Node" xmi:id="_3QWJwWCGEeWg-_mfCA72gg" type="7004">
3959 <children xmi:type="notation:Node" xmi:id="_03SGkG6hEemSyfDlsGAqLA" type="3010" element="_03ErMG6hEemSyfDlsGAqLA">
3960 <styles xmi:type="notation:FontStyle" xmi:id="_03SGkW6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8" bold="true"/>
3961 <layoutConstraint xmi:type="notation:Location" xmi:id="_03SGkm6hEemSyfDlsGAqLA"/>
3962 </children>
3956 <styles xmi:type="notation:SortingStyle" xmi:id="_3QWJwmCGEeWg-_mfCA72gg"/> 3963 <styles xmi:type="notation:SortingStyle" xmi:id="_3QWJwmCGEeWg-_mfCA72gg"/>
3957 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QWJw2CGEeWg-_mfCA72gg"/> 3964 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QWJw2CGEeWg-_mfCA72gg"/>
3958 </children> 3965 </children>
@@ -3962,6 +3969,14 @@
3962 <children xmi:type="notation:Node" xmi:id="_3QWw0GCGEeWg-_mfCA72gg" type="2003" element="_3P3BkGCGEeWg-_mfCA72gg"> 3969 <children xmi:type="notation:Node" xmi:id="_3QWw0GCGEeWg-_mfCA72gg" type="2003" element="_3P3BkGCGEeWg-_mfCA72gg">
3963 <children xmi:type="notation:Node" xmi:id="_3QWw02CGEeWg-_mfCA72gg" type="5007"/> 3970 <children xmi:type="notation:Node" xmi:id="_3QWw02CGEeWg-_mfCA72gg" type="5007"/>
3964 <children xmi:type="notation:Node" xmi:id="_3QWw1GCGEeWg-_mfCA72gg" type="7004"> 3971 <children xmi:type="notation:Node" xmi:id="_3QWw1GCGEeWg-_mfCA72gg" type="7004">
3972 <children xmi:type="notation:Node" xmi:id="_03SGk26hEemSyfDlsGAqLA" type="3010" element="_03FSQG6hEemSyfDlsGAqLA">
3973 <styles xmi:type="notation:FontStyle" xmi:id="_03SGlG6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8" bold="true"/>
3974 <layoutConstraint xmi:type="notation:Location" xmi:id="_03SGlW6hEemSyfDlsGAqLA"/>
3975 </children>
3976 <children xmi:type="notation:Node" xmi:id="_03StoG6hEemSyfDlsGAqLA" type="3010" element="_03FSQm6hEemSyfDlsGAqLA">
3977 <styles xmi:type="notation:FontStyle" xmi:id="_03StoW6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
3978 <layoutConstraint xmi:type="notation:Location" xmi:id="_03Stom6hEemSyfDlsGAqLA"/>
3979 </children>
3965 <styles xmi:type="notation:SortingStyle" xmi:id="_3QWw1WCGEeWg-_mfCA72gg"/> 3980 <styles xmi:type="notation:SortingStyle" xmi:id="_3QWw1WCGEeWg-_mfCA72gg"/>
3966 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QWw1mCGEeWg-_mfCA72gg"/> 3981 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QWw1mCGEeWg-_mfCA72gg"/>
3967 </children> 3982 </children>
@@ -3971,6 +3986,10 @@
3971 <children xmi:type="notation:Node" xmi:id="_3QXX4GCGEeWg-_mfCA72gg" type="2003" element="_3P4PsGCGEeWg-_mfCA72gg"> 3986 <children xmi:type="notation:Node" xmi:id="_3QXX4GCGEeWg-_mfCA72gg" type="2003" element="_3P4PsGCGEeWg-_mfCA72gg">
3972 <children xmi:type="notation:Node" xmi:id="_3QXX42CGEeWg-_mfCA72gg" type="5007"/> 3987 <children xmi:type="notation:Node" xmi:id="_3QXX42CGEeWg-_mfCA72gg" type="5007"/>
3973 <children xmi:type="notation:Node" xmi:id="_3QYmAGCGEeWg-_mfCA72gg" type="7004"> 3988 <children xmi:type="notation:Node" xmi:id="_3QYmAGCGEeWg-_mfCA72gg" type="7004">
3989 <children xmi:type="notation:Node" xmi:id="_03Sto26hEemSyfDlsGAqLA" type="3010" element="_03F5UG6hEemSyfDlsGAqLA">
3990 <styles xmi:type="notation:FontStyle" xmi:id="_03StpG6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
3991 <layoutConstraint xmi:type="notation:Location" xmi:id="_03StpW6hEemSyfDlsGAqLA"/>
3992 </children>
3974 <styles xmi:type="notation:SortingStyle" xmi:id="_3QYmAWCGEeWg-_mfCA72gg"/> 3993 <styles xmi:type="notation:SortingStyle" xmi:id="_3QYmAWCGEeWg-_mfCA72gg"/>
3975 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QYmAmCGEeWg-_mfCA72gg"/> 3994 <styles xmi:type="notation:FilteringStyle" xmi:id="_3QYmAmCGEeWg-_mfCA72gg"/>
3976 </children> 3995 </children>
@@ -3997,6 +4016,10 @@
3997 <children xmi:type="notation:Node" xmi:id="_GffWQIcPEeWhkpx1k3JSIA" type="2003" element="_GfTJAIcPEeWhkpx1k3JSIA"> 4016 <children xmi:type="notation:Node" xmi:id="_GffWQIcPEeWhkpx1k3JSIA" type="2003" element="_GfTJAIcPEeWhkpx1k3JSIA">
3998 <children xmi:type="notation:Node" xmi:id="_Gff9UIcPEeWhkpx1k3JSIA" type="5007"/> 4017 <children xmi:type="notation:Node" xmi:id="_Gff9UIcPEeWhkpx1k3JSIA" type="5007"/>
3999 <children xmi:type="notation:Node" xmi:id="_Gff9UYcPEeWhkpx1k3JSIA" type="7004"> 4018 <children xmi:type="notation:Node" xmi:id="_Gff9UYcPEeWhkpx1k3JSIA" type="7004">
4019 <children xmi:type="notation:Node" xmi:id="_03Stpm6hEemSyfDlsGAqLA" type="3010" element="_03HHcG6hEemSyfDlsGAqLA">
4020 <styles xmi:type="notation:FontStyle" xmi:id="_03Stp26hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
4021 <layoutConstraint xmi:type="notation:Location" xmi:id="_03StqG6hEemSyfDlsGAqLA"/>
4022 </children>
4000 <styles xmi:type="notation:SortingStyle" xmi:id="_Gff9UocPEeWhkpx1k3JSIA"/> 4023 <styles xmi:type="notation:SortingStyle" xmi:id="_Gff9UocPEeWhkpx1k3JSIA"/>
4001 <styles xmi:type="notation:FilteringStyle" xmi:id="_Gff9U4cPEeWhkpx1k3JSIA"/> 4024 <styles xmi:type="notation:FilteringStyle" xmi:id="_Gff9U4cPEeWhkpx1k3JSIA"/>
4002 </children> 4025 </children>
@@ -4240,464 +4263,508 @@
4240 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_48kNkrw9Eeaj7tVusjQpHg" id="(0.5,0.0)"/> 4263 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_48kNkrw9Eeaj7tVusjQpHg" id="(0.5,0.0)"/>
4241 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_48kNk7w9Eeaj7tVusjQpHg" id="(0.0,0.2926829268292683)"/> 4264 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_48kNk7w9Eeaj7tVusjQpHg" id="(0.0,0.2926829268292683)"/>
4242 </edges> 4265 </edges>
4243 <edges xmi:type="notation:Edge" xmi:id="_ichmYMDjEea_b6UyFzv22g" type="4001" element="_iboOgMDjEea_b6UyFzv22g" source="_p34i4Lw8Eeaj7tVusjQpHg" target="_3QVitGCGEeWg-_mfCA72gg"> 4266 <edges xmi:type="notation:Edge" xmi:id="_03Ui0G6hEemSyfDlsGAqLA" type="4001" element="_03MnBm6hEemSyfDlsGAqLA" source="_3QXX4GCGEeWg-_mfCA72gg" target="_hJrcoLw8Eeaj7tVusjQpHg">
4244 <children xmi:type="notation:Node" xmi:id="_icqwUMDjEea_b6UyFzv22g" type="6001"> 4267 <children xmi:type="notation:Node" xmi:id="_03Ui1G6hEemSyfDlsGAqLA" type="6001">
4245 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_icqwUcDjEea_b6UyFzv22g" y="-10"/> 4268 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03Ui1W6hEemSyfDlsGAqLA" y="-10"/>
4246 </children> 4269 </children>
4247 <children xmi:type="notation:Node" xmi:id="_icr-cMDjEea_b6UyFzv22g" type="6002"> 4270 <children xmi:type="notation:Node" xmi:id="_03Ui1m6hEemSyfDlsGAqLA" type="6002">
4248 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_icr-ccDjEea_b6UyFzv22g" y="10"/> 4271 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03Ui126hEemSyfDlsGAqLA" y="10"/>
4249 </children> 4272 </children>
4250 <children xmi:type="notation:Node" xmi:id="_ictMkMDjEea_b6UyFzv22g" type="6003"> 4273 <children xmi:type="notation:Node" xmi:id="_03Ui2G6hEemSyfDlsGAqLA" type="6003">
4251 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_ictMkcDjEea_b6UyFzv22g" y="10"/> 4274 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03Ui2W6hEemSyfDlsGAqLA" y="10"/>
4252 </children> 4275 </children>
4253 <styles xmi:type="notation:ConnectorStyle" xmi:id="_ichmYcDjEea_b6UyFzv22g" routing="Rectilinear"/> 4276 <styles xmi:type="notation:ConnectorStyle" xmi:id="_03Ui0W6hEemSyfDlsGAqLA" routing="Rectilinear"/>
4254 <styles xmi:type="notation:FontStyle" xmi:id="_ichmYsDjEea_b6UyFzv22g" fontName="Segoe UI" fontHeight="8" bold="true"/> 4277 <styles xmi:type="notation:FontStyle" xmi:id="_03Ui0m6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
4255 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_ichmY8DjEea_b6UyFzv22g" points="[-11, -19, 40, 71]$[-11, -89, 40, 1]$[-50, -89, 1, 1]"/> 4278 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_03Ui026hEemSyfDlsGAqLA" points="[1, 0, -60, -71]$[31, 0, -30, -71]$[31, 71, -30, 0]$[61, 71, 0, 0]"/>
4256 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_icyFEMDjEea_b6UyFzv22g" id="(0.5,0.5)"/> 4279 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03VJ4G6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4257 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_icyFEcDjEea_b6UyFzv22g" id="(0.5,0.5)"/> 4280 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03VJ4W6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4258 </edges> 4281 </edges>
4259 <edges xmi:type="notation:Edge" xmi:id="_jkTGwMDjEea_b6UyFzv22g" type="4001" element="_jjvtIMDjEea_b6UyFzv22g" source="_hJrcoLw8Eeaj7tVusjQpHg" target="_3QXX4GCGEeWg-_mfCA72gg"> 4282 <edges xmi:type="notation:Edge" xmi:id="_03WYAG6hEemSyfDlsGAqLA" type="4001" element="_03N1IG6hEemSyfDlsGAqLA" source="_3QVitGCGEeWg-_mfCA72gg" target="_p34i4Lw8Eeaj7tVusjQpHg">
4260 <children xmi:type="notation:Node" xmi:id="_jkTt0MDjEea_b6UyFzv22g" type="6001"> 4283 <children xmi:type="notation:Node" xmi:id="_03W_EG6hEemSyfDlsGAqLA" type="6001">
4261 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jkTt0cDjEea_b6UyFzv22g" y="-10"/> 4284 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03W_EW6hEemSyfDlsGAqLA" y="-10"/>
4262 </children> 4285 </children>
4263 <children xmi:type="notation:Node" xmi:id="_jkTt0sDjEea_b6UyFzv22g" type="6002"> 4286 <children xmi:type="notation:Node" xmi:id="_03XmIG6hEemSyfDlsGAqLA" type="6002">
4264 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jkTt08DjEea_b6UyFzv22g" y="10"/> 4287 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03XmIW6hEemSyfDlsGAqLA" y="10"/>
4265 </children> 4288 </children>
4266 <children xmi:type="notation:Node" xmi:id="_jkTt1MDjEea_b6UyFzv22g" type="6003"> 4289 <children xmi:type="notation:Node" xmi:id="_03YNMG6hEemSyfDlsGAqLA" type="6003">
4267 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_jkTt1cDjEea_b6UyFzv22g" y="10"/> 4290 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03YNMW6hEemSyfDlsGAqLA" y="10"/>
4268 </children> 4291 </children>
4269 <styles xmi:type="notation:ConnectorStyle" xmi:id="_jkTGwcDjEea_b6UyFzv22g" routing="Rectilinear"/> 4292 <styles xmi:type="notation:ConnectorStyle" xmi:id="_03WYAW6hEemSyfDlsGAqLA" routing="Rectilinear"/>
4270 <styles xmi:type="notation:FontStyle" xmi:id="_jkTGwsDjEea_b6UyFzv22g" fontName="Segoe UI" fontHeight="8" bold="true"/> 4293 <styles xmi:type="notation:FontStyle" xmi:id="_03WYAm6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
4271 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_jkTGw8DjEea_b6UyFzv22g" points="[-14, -21, 47, 71]$[-14, -91, 47, 1]$[-60, -91, 1, 1]"/> 4294 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_03WYA26hEemSyfDlsGAqLA" points="[1, 0, -50, -90]$[20, 0, -31, -90]$[20, 90, -31, 0]$[40, 90, -11, 0]"/>
4272 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_jkTt1sDjEea_b6UyFzv22g" id="(0.5,0.4883720930232558)"/> 4295 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03YNMm6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4273 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_jkTt18DjEea_b6UyFzv22g" id="(0.5,0.5)"/> 4296 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03YNM26hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4274 </edges> 4297 </edges>
4275 <edges xmi:type="notation:Edge" xmi:id="_kiyvUMDjEea_b6UyFzv22g" type="4001" element="_kiXRgMDjEea_b6UyFzv22g" source="_t5HjsLw8Eeaj7tVusjQpHg" target="_3QWw0GCGEeWg-_mfCA72gg"> 4298 <edges xmi:type="notation:Edge" xmi:id="_03Y0QG6hEemSyfDlsGAqLA" type="4001" element="_03OcMG6hEemSyfDlsGAqLA" source="_3QWw0GCGEeWg-_mfCA72gg" target="_t5HjsLw8Eeaj7tVusjQpHg">
4276 <children xmi:type="notation:Node" xmi:id="_kizWYMDjEea_b6UyFzv22g" type="6001"> 4299 <children xmi:type="notation:Node" xmi:id="_03Y0RG6hEemSyfDlsGAqLA" type="6001">
4277 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kizWYcDjEea_b6UyFzv22g" y="-10"/> 4300 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03Y0RW6hEemSyfDlsGAqLA" y="-10"/>
4278 </children> 4301 </children>
4279 <children xmi:type="notation:Node" xmi:id="_kizWYsDjEea_b6UyFzv22g" type="6002"> 4302 <children xmi:type="notation:Node" xmi:id="_03ZbUG6hEemSyfDlsGAqLA" type="6002">
4280 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kizWY8DjEea_b6UyFzv22g" y="10"/> 4303 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03ZbUW6hEemSyfDlsGAqLA" y="10"/>
4281 </children> 4304 </children>
4282 <children xmi:type="notation:Node" xmi:id="_kiz9cMDjEea_b6UyFzv22g" type="6003"> 4305 <children xmi:type="notation:Node" xmi:id="_03ZbUm6hEemSyfDlsGAqLA" type="6003">
4283 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kiz9ccDjEea_b6UyFzv22g" y="10"/> 4306 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03ZbU26hEemSyfDlsGAqLA" y="10"/>
4284 </children> 4307 </children>
4285 <styles xmi:type="notation:ConnectorStyle" xmi:id="_kiyvUcDjEea_b6UyFzv22g" routing="Rectilinear"/> 4308 <styles xmi:type="notation:ConnectorStyle" xmi:id="_03Y0QW6hEemSyfDlsGAqLA" routing="Rectilinear"/>
4286 <styles xmi:type="notation:FontStyle" xmi:id="_kiyvUsDjEea_b6UyFzv22g" fontName="Segoe UI" fontHeight="8" bold="true"/> 4309 <styles xmi:type="notation:FontStyle" xmi:id="_03Y0Qm6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
4287 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_kiyvU8DjEea_b6UyFzv22g" points="[-16, -21, 51, 71]$[-16, -91, 51, 1]$[-66, -91, 1, 1]"/> 4310 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_03Y0Q26hEemSyfDlsGAqLA" points="[1, 0, -45, -71]$[23, 0, -23, -71]$[23, 71, -23, 0]$[46, 71, 0, 0]"/>
4288 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kiz9csDjEea_b6UyFzv22g" id="(0.49624060150375937,0.4883720930232558)"/> 4311 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03ZbVG6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4289 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kiz9c8DjEea_b6UyFzv22g" id="(0.5,0.5)"/> 4312 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03ZbVW6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4290 </edges> 4313 </edges>
4291 <edges xmi:type="notation:Edge" xmi:id="_XtsIUMDnEea_b6UyFzv22g" type="4001" element="_XtnP0MDnEea_b6UyFzv22g" source="_yw2usLw8Eeaj7tVusjQpHg" target="_3QU7oGCGEeWg-_mfCA72gg"> 4314 <edges xmi:type="notation:Edge" xmi:id="_03ZbVm6hEemSyfDlsGAqLA" type="4001" element="_03PDQG6hEemSyfDlsGAqLA" source="_3QU7oGCGEeWg-_mfCA72gg" target="_yw2usLw8Eeaj7tVusjQpHg">
4292 <children xmi:type="notation:Node" xmi:id="_XtsIVMDnEea_b6UyFzv22g" type="6001"> 4315 <children xmi:type="notation:Node" xmi:id="_03ZbWm6hEemSyfDlsGAqLA" type="6001">
4293 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XtsIVcDnEea_b6UyFzv22g" y="-10"/> 4316 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03ZbW26hEemSyfDlsGAqLA" y="-10"/>
4294 </children> 4317 </children>
4295 <children xmi:type="notation:Node" xmi:id="_XtsIVsDnEea_b6UyFzv22g" type="6002"> 4318 <children xmi:type="notation:Node" xmi:id="_03ZbXG6hEemSyfDlsGAqLA" type="6002">
4296 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XtsIV8DnEea_b6UyFzv22g" y="10"/> 4319 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03ZbXW6hEemSyfDlsGAqLA" y="10"/>
4297 </children> 4320 </children>
4298 <children xmi:type="notation:Node" xmi:id="_XtsIWMDnEea_b6UyFzv22g" type="6003"> 4321 <children xmi:type="notation:Node" xmi:id="_03ZbXm6hEemSyfDlsGAqLA" type="6003">
4299 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_XtsIWcDnEea_b6UyFzv22g" y="10"/> 4322 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_03aCYG6hEemSyfDlsGAqLA" y="10"/>
4300 </children> 4323 </children>
4301 <styles xmi:type="notation:ConnectorStyle" xmi:id="_XtsIUcDnEea_b6UyFzv22g" routing="Rectilinear"/> 4324 <styles xmi:type="notation:ConnectorStyle" xmi:id="_03ZbV26hEemSyfDlsGAqLA" routing="Rectilinear"/>
4302 <styles xmi:type="notation:FontStyle" xmi:id="_XtsIUsDnEea_b6UyFzv22g" fontName="Segoe UI" fontHeight="8" bold="true"/> 4325 <styles xmi:type="notation:FontStyle" xmi:id="_03ZbWG6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
4303 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_XtsIU8DnEea_b6UyFzv22g" points="[-10, -19, 59, 126]$[-10, -143, 59, 2]$[-68, -143, 1, 2]"/> 4326 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_03ZbWW6hEemSyfDlsGAqLA" points="[1, 0, -68, -145]$[30, 0, -39, -145]$[30, 145, -39, 0]$[59, 145, -10, 0]"/>
4304 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XtsvYMDnEea_b6UyFzv22g" id="(0.5,0.5)"/> 4327 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03aCYW6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4305 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_XtsvYcDnEea_b6UyFzv22g" id="(0.5,0.5)"/> 4328 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_03aCYm6hEemSyfDlsGAqLA" id="(0.5,0.5)"/>
4306 </edges> 4329 </edges>
4307 </data> 4330 </data>
4308 </ownedAnnotationEntries> 4331 </ownedAnnotationEntries>
4309 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_w2mZcGCGEeWg-_mfCA72gg" name="LogicProblem" tooltipText="" outgoingEdges="_3QLKoGCGEeWg-_mfCA72gg _3QMYwGCGEeWg-_mfCA72gg _3QM_02CGEeWg-_mfCA72gg _3QON8GCGEeWg-_mfCA72gg _3QPcEGCGEeWg-_mfCA72gg _It8x4IcPEeWhkpx1k3JSIA _yzbFELw9Eeaj7tVusjQpHg" width="12" height="10"> 4332 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_w2mZcGCGEeWg-_mfCA72gg" name="LogicProblem" tooltipText="" outgoingEdges="_3QLKoGCGEeWg-_mfCA72gg _3QMYwGCGEeWg-_mfCA72gg _3QM_02CGEeWg-_mfCA72gg _3QON8GCGEeWg-_mfCA72gg _3QPcEGCGEeWg-_mfCA72gg _It8x4IcPEeWhkpx1k3JSIA _yzbFELw9Eeaj7tVusjQpHg" width="12" height="10">
4310 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/> 4333 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/>
4311 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/> 4334 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/>
4312 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4335 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4313 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4336 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4314 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4337 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4315 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_w2o1sGCGEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4338 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_w2o1sGCGEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4316 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4339 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4317 </ownedStyle> 4340 </ownedStyle>
4318 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4341 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4342 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03DdEm6hEemSyfDlsGAqLA" name=" containmentHierarchies : ContainmentHierarchy" tooltipText="">
4343 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/containmentHierarchies"/>
4344 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/containmentHierarchies"/>
4345 <ownedStyle xmi:type="diagram:BundledImage" uid="_03DdE26hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
4346 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
4347 </ownedStyle>
4348 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4349 </ownedElements>
4319 </ownedDiagramElements> 4350 </ownedDiagramElements>
4320 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3Pz-QGCGEeWg-_mfCA72gg" name="Assertion" tooltipText="" incomingEdges="_3QM_02CGEeWg-_mfCA72gg _XtnP0MDnEea_b6UyFzv22g" width="12" height="10"> 4351 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3Pz-QGCGEeWg-_mfCA72gg" name="Assertion" tooltipText="" outgoingEdges="_03PDQG6hEemSyfDlsGAqLA" incomingEdges="_3QM_02CGEeWg-_mfCA72gg" width="12" height="10">
4321 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/> 4352 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/>
4322 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/> 4353 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/>
4323 <decorations xmi:type="viewpoint:Decoration" xmi:id="_3QHgQGCGEeWg-_mfCA72gg"> 4354 <decorations xmi:type="viewpoint:Decoration" uid="_3QHgQGCGEeWg-_mfCA72gg">
4324 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 4355 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
4325 </decorations> 4356 </decorations>
4326 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4357 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4327 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4358 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4328 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4359 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4329 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_3P0lUGCGEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4360 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_3P0lUGCGEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4330 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4361 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4331 </ownedStyle> 4362 </ownedStyle>
4332 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4363 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4333 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_3QD14GCGEeWg-_mfCA72gg" name="name : EString" tooltipText=""> 4364 <ownedElements xmi:type="diagram:DNodeListElement" uid="_3QD14GCGEeWg-_mfCA72gg" name="name : EString" tooltipText="">
4334 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/> 4365 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/>
4335 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/> 4366 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/>
4336 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_3QEc8WCGEeWg-_mfCA72gg" labelAlignment="LEFT" description="_3QEc8GCGEeWg-_mfCA72gg"> 4367 <ownedStyle xmi:type="diagram:BundledImage" uid="_3QEc8WCGEeWg-_mfCA72gg" labelAlignment="LEFT" description="_3QEc8GCGEeWg-_mfCA72gg">
4337 <labelFormat>bold</labelFormat> 4368 <labelFormat>bold</labelFormat>
4338 </ownedStyle> 4369 </ownedStyle>
4339 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 4370 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
4340 </ownedElements> 4371 </ownedElements>
4372 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03EEIW6hEemSyfDlsGAqLA" name=" value : Term" tooltipText="">
4373 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/>
4374 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/>
4375 <ownedStyle xmi:type="diagram:BundledImage" uid="_03EEI26hEemSyfDlsGAqLA" labelAlignment="LEFT" description="_03EEIm6hEemSyfDlsGAqLA" color="114,159,207">
4376 <labelFormat>bold</labelFormat>
4377 </ownedStyle>
4378 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4379 </ownedElements>
4341 </ownedDiagramElements> 4380 </ownedDiagramElements>
4342 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3P1zcGCGEeWg-_mfCA72gg" name="Constant" tooltipText="" incomingEdges="_3QPcEGCGEeWg-_mfCA72gg _iboOgMDjEea_b6UyFzv22g" width="12" height="10"> 4381 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3P1zcGCGEeWg-_mfCA72gg" name="Constant" tooltipText="" outgoingEdges="_03N1IG6hEemSyfDlsGAqLA" incomingEdges="_3QPcEGCGEeWg-_mfCA72gg" width="12" height="10">
4343 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 4382 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
4344 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 4383 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
4345 <decorations xmi:type="viewpoint:Decoration" xmi:id="_3QHgQWCGEeWg-_mfCA72gg"> 4384 <decorations xmi:type="viewpoint:Decoration" uid="_3QHgQWCGEeWg-_mfCA72gg">
4346 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 4385 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
4347 </decorations> 4386 </decorations>
4348 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4387 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4349 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4388 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4350 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4389 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4351 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_X75HgIP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 4390 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_X75HgIP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
4352 <labelFormat>italic</labelFormat> 4391 <labelFormat>italic</labelFormat>
4353 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 4392 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
4354 </ownedStyle> 4393 </ownedStyle>
4355 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4394 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4395 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03ErMG6hEemSyfDlsGAqLA" name=" type : TypeReference" tooltipText="">
4396 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
4397 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
4398 <ownedStyle xmi:type="diagram:BundledImage" uid="_03ErMW6hEemSyfDlsGAqLA" labelAlignment="LEFT" description="_03EEIm6hEemSyfDlsGAqLA" color="114,159,207">
4399 <labelFormat>bold</labelFormat>
4400 </ownedStyle>
4401 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4402 </ownedElements>
4356 </ownedDiagramElements> 4403 </ownedDiagramElements>
4357 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3P3BkGCGEeWg-_mfCA72gg" name="Function" tooltipText="" incomingEdges="_3QMYwGCGEeWg-_mfCA72gg _kiXRgMDjEea_b6UyFzv22g" width="12" height="10"> 4404 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3P3BkGCGEeWg-_mfCA72gg" name="Function" tooltipText="" outgoingEdges="_03OcMG6hEemSyfDlsGAqLA" incomingEdges="_3QMYwGCGEeWg-_mfCA72gg" width="12" height="10">
4358 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 4405 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
4359 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 4406 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
4360 <decorations xmi:type="viewpoint:Decoration" xmi:id="_3QHgQmCGEeWg-_mfCA72gg"> 4407 <decorations xmi:type="viewpoint:Decoration" uid="_3QHgQmCGEeWg-_mfCA72gg">
4361 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 4408 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
4362 </decorations> 4409 </decorations>
4363 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4410 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4364 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4411 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4365 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4412 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4366 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_X75ukIP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 4413 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_X75ukIP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
4367 <labelFormat>italic</labelFormat> 4414 <labelFormat>italic</labelFormat>
4368 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 4415 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
4369 </ownedStyle> 4416 </ownedStyle>
4370 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4417 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4418 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03FSQG6hEemSyfDlsGAqLA" name=" range : TypeReference" tooltipText="">
4419 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
4420 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
4421 <ownedStyle xmi:type="diagram:BundledImage" uid="_03FSQW6hEemSyfDlsGAqLA" labelAlignment="LEFT" description="_03EEIm6hEemSyfDlsGAqLA" color="114,159,207">
4422 <labelFormat>bold</labelFormat>
4423 </ownedStyle>
4424 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4425 </ownedElements>
4426 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03FSQm6hEemSyfDlsGAqLA" name=" parameters : TypeReference" tooltipText="">
4427 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
4428 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
4429 <ownedStyle xmi:type="diagram:BundledImage" uid="_03FSQ26hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
4430 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
4431 </ownedStyle>
4432 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4433 </ownedElements>
4371 </ownedDiagramElements> 4434 </ownedDiagramElements>
4372 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3P4PsGCGEeWg-_mfCA72gg" name="Relation" tooltipText="" incomingEdges="_3QON8GCGEeWg-_mfCA72gg _jjvtIMDjEea_b6UyFzv22g" width="12" height="10"> 4435 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3P4PsGCGEeWg-_mfCA72gg" name="Relation" tooltipText="" outgoingEdges="_03MnBm6hEemSyfDlsGAqLA" incomingEdges="_3QON8GCGEeWg-_mfCA72gg" width="12" height="10">
4373 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 4436 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
4374 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 4437 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
4375 <decorations xmi:type="viewpoint:Decoration" xmi:id="_3QHgQ2CGEeWg-_mfCA72gg"> 4438 <decorations xmi:type="viewpoint:Decoration" uid="_3QHgQ2CGEeWg-_mfCA72gg">
4376 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 4439 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
4377 </decorations> 4440 </decorations>
4378 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4441 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4379 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4442 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4380 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4443 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4381 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_X75ukYP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 4444 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_X75ukYP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
4382 <labelFormat>italic</labelFormat> 4445 <labelFormat>italic</labelFormat>
4383 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 4446 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
4384 </ownedStyle> 4447 </ownedStyle>
4385 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4448 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4449 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03F5UG6hEemSyfDlsGAqLA" name=" parameters : TypeReference" tooltipText="">
4450 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
4451 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
4452 <ownedStyle xmi:type="diagram:BundledImage" uid="_03F5UW6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
4453 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
4454 </ownedStyle>
4455 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4456 </ownedElements>
4386 </ownedDiagramElements> 4457 </ownedDiagramElements>
4387 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3P5d0GCGEeWg-_mfCA72gg" name="Type" tooltipText="" outgoingEdges="_X7-AAIP1EeWOre-0TMCmMQ" incomingEdges="_3QLKoGCGEeWg-_mfCA72gg _X7-AAIP1EeWOre-0TMCmMQ" width="12" height="10"> 4458 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3P5d0GCGEeWg-_mfCA72gg" name="Type" tooltipText="" outgoingEdges="_X7-AAIP1EeWOre-0TMCmMQ" incomingEdges="_3QLKoGCGEeWg-_mfCA72gg _X7-AAIP1EeWOre-0TMCmMQ" width="12" height="10">
4388 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 4459 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
4389 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 4460 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
4390 <decorations xmi:type="viewpoint:Decoration" xmi:id="_3QIHUGCGEeWg-_mfCA72gg"> 4461 <decorations xmi:type="viewpoint:Decoration" uid="_3QIHUGCGEeWg-_mfCA72gg">
4391 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 4462 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
4392 </decorations> 4463 </decorations>
4393 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4464 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4394 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4465 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4395 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4466 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4396 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_X75ukoP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 4467 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_X75ukoP1EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
4397 <labelFormat>italic</labelFormat> 4468 <labelFormat>italic</labelFormat>
4398 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 4469 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
4399 </ownedStyle> 4470 </ownedStyle>
4400 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4471 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4401 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_3QFrEGCGEeWg-_mfCA72gg" name="name : EString" tooltipText=""> 4472 <ownedElements xmi:type="diagram:DNodeListElement" uid="_3QFrEGCGEeWg-_mfCA72gg" name="name : EString" tooltipText="">
4402 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 4473 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
4403 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 4474 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
4404 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_3QGSIGCGEeWg-_mfCA72gg" labelAlignment="LEFT" description="_3QEc8GCGEeWg-_mfCA72gg"> 4475 <ownedStyle xmi:type="diagram:BundledImage" uid="_3QGSIGCGEeWg-_mfCA72gg" labelAlignment="LEFT" description="_3QEc8GCGEeWg-_mfCA72gg">
4405 <labelFormat>bold</labelFormat> 4476 <labelFormat>bold</labelFormat>
4406 </ownedStyle> 4477 </ownedStyle>
4407 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 4478 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
4408 </ownedElements> 4479 </ownedElements>
4409 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_KtsukAGOEeaDEJmvhpl9gg" name="isAbstract : EBoolean = false" tooltipText=""> 4480 <ownedElements xmi:type="diagram:DNodeListElement" uid="_KtsukAGOEeaDEJmvhpl9gg" name="isAbstract : EBoolean = false" tooltipText="">
4410 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 4481 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
4411 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 4482 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
4412 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_Ktt8sAGOEeaDEJmvhpl9gg" labelAlignment="LEFT" description="_3QEc8GCGEeWg-_mfCA72gg"> 4483 <ownedStyle xmi:type="diagram:BundledImage" uid="_Ktt8sAGOEeaDEJmvhpl9gg" labelAlignment="LEFT" description="_3QEc8GCGEeWg-_mfCA72gg">
4413 <labelFormat>bold</labelFormat> 4484 <labelFormat>bold</labelFormat>
4414 </ownedStyle> 4485 </ownedStyle>
4415 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 4486 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
4416 </ownedElements> 4487 </ownedElements>
4417 </ownedDiagramElements> 4488 </ownedDiagramElements>
4418 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3QLKoGCGEeWg-_mfCA72gg" name="[0..*] types" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P5d0GCGEeWg-_mfCA72gg"> 4489 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3QLKoGCGEeWg-_mfCA72gg" name="[0..*] types" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P5d0GCGEeWg-_mfCA72gg">
4419 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/> 4490 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/>
4420 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/> 4491 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/>
4421 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_3QLxsGCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4492 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_3QLxsGCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4422 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_3QLxsWCGEeWg-_mfCA72gg" showIcon="false"> 4493 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_3QLxsWCGEeWg-_mfCA72gg" showIcon="false">
4423 <customFeatures>labelSize</customFeatures> 4494 <customFeatures>labelSize</customFeatures>
4424 </centerLabelStyle> 4495 </centerLabelStyle>
4425 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_3QLxsmCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114"> 4496 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_3QLxsmCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
4426 <customFeatures>labelSize</customFeatures> 4497 <customFeatures>labelSize</customFeatures>
4427 </endLabelStyle> 4498 </endLabelStyle>
4428 </ownedStyle> 4499 </ownedStyle>
4429 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4500 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4430 </ownedDiagramElements> 4501 </ownedDiagramElements>
4431 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3QMYwGCGEeWg-_mfCA72gg" name="[0..*] functions" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P3BkGCGEeWg-_mfCA72gg"> 4502 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3QMYwGCGEeWg-_mfCA72gg" name="[0..*] functions" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P3BkGCGEeWg-_mfCA72gg">
4432 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/> 4503 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/>
4433 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/> 4504 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/>
4434 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_3QM_0GCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4505 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_3QM_0GCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4435 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_3QM_0WCGEeWg-_mfCA72gg" showIcon="false"> 4506 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_3QM_0WCGEeWg-_mfCA72gg" showIcon="false">
4436 <customFeatures>labelSize</customFeatures> 4507 <customFeatures>labelSize</customFeatures>
4437 </centerLabelStyle> 4508 </centerLabelStyle>
4438 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_3QM_0mCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114"> 4509 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_3QM_0mCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
4439 <customFeatures>labelSize</customFeatures> 4510 <customFeatures>labelSize</customFeatures>
4440 </endLabelStyle> 4511 </endLabelStyle>
4441 </ownedStyle> 4512 </ownedStyle>
4442 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4513 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4443 </ownedDiagramElements> 4514 </ownedDiagramElements>
4444 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3QM_02CGEeWg-_mfCA72gg" name="[0..*] assertions" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3Pz-QGCGEeWg-_mfCA72gg"> 4515 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3QM_02CGEeWg-_mfCA72gg" name="[0..*] assertions" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3Pz-QGCGEeWg-_mfCA72gg">
4445 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/> 4516 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/>
4446 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/> 4517 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/>
4447 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_3QNm4GCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4518 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_3QNm4GCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4448 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_3QNm4WCGEeWg-_mfCA72gg" showIcon="false"> 4519 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_3QNm4WCGEeWg-_mfCA72gg" showIcon="false">
4449 <customFeatures>labelSize</customFeatures> 4520 <customFeatures>labelSize</customFeatures>
4450 </centerLabelStyle> 4521 </centerLabelStyle>
4451 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_3QNm4mCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114"> 4522 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_3QNm4mCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
4452 <customFeatures>labelSize</customFeatures> 4523 <customFeatures>labelSize</customFeatures>
4453 </endLabelStyle> 4524 </endLabelStyle>
4454 </ownedStyle> 4525 </ownedStyle>
4455 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4526 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4456 </ownedDiagramElements> 4527 </ownedDiagramElements>
4457 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3QON8GCGEeWg-_mfCA72gg" name="[0..*] relations" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P4PsGCGEeWg-_mfCA72gg"> 4528 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3QON8GCGEeWg-_mfCA72gg" name="[0..*] relations" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P4PsGCGEeWg-_mfCA72gg">
4458 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/> 4529 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/>
4459 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/> 4530 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/>
4460 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_3QO1AGCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4531 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_3QO1AGCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4461 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_3QO1AWCGEeWg-_mfCA72gg" showIcon="false"> 4532 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_3QO1AWCGEeWg-_mfCA72gg" showIcon="false">
4462 <customFeatures>labelSize</customFeatures> 4533 <customFeatures>labelSize</customFeatures>
4463 </centerLabelStyle> 4534 </centerLabelStyle>
4464 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_3QO1AmCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114"> 4535 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_3QO1AmCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
4465 <customFeatures>labelSize</customFeatures> 4536 <customFeatures>labelSize</customFeatures>
4466 </endLabelStyle> 4537 </endLabelStyle>
4467 </ownedStyle> 4538 </ownedStyle>
4468 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4539 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4469 </ownedDiagramElements> 4540 </ownedDiagramElements>
4470 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3QPcEGCGEeWg-_mfCA72gg" name="[0..*] constants" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P1zcGCGEeWg-_mfCA72gg"> 4541 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3QPcEGCGEeWg-_mfCA72gg" name="[0..*] constants" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_3P1zcGCGEeWg-_mfCA72gg">
4471 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/> 4542 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/>
4472 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/> 4543 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/>
4473 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_3QQDIGCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4544 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_3QQDIGCGEeWg-_mfCA72gg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4474 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_3QQDIWCGEeWg-_mfCA72gg" showIcon="false"> 4545 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_3QQDIWCGEeWg-_mfCA72gg" showIcon="false">
4475 <customFeatures>labelSize</customFeatures> 4546 <customFeatures>labelSize</customFeatures>
4476 </centerLabelStyle> 4547 </centerLabelStyle>
4477 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_3QQDImCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114"> 4548 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_3QQDImCGEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
4478 <customFeatures>labelSize</customFeatures> 4549 <customFeatures>labelSize</customFeatures>
4479 </endLabelStyle> 4550 </endLabelStyle>
4480 </ownedStyle> 4551 </ownedStyle>
4481 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4552 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4482 </ownedDiagramElements> 4553 </ownedDiagramElements>
4483 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_X7-AAIP1EeWOre-0TMCmMQ" visible="false" sourceNode="_3P5d0GCGEeWg-_mfCA72gg" targetNode="_3P5d0GCGEeWg-_mfCA72gg" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes"> 4554 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_X7-AAIP1EeWOre-0TMCmMQ" visible="false" sourceNode="_3P5d0GCGEeWg-_mfCA72gg" targetNode="_3P5d0GCGEeWg-_mfCA72gg" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes">
4484 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 4555 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
4485 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 4556 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
4486 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/> 4557 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/>
4487 <graphicalFilters xmi:type="diagram:HideFilter" xmi:id="_n-kQ0Lw8Eeaj7tVusjQpHg"/> 4558 <graphicalFilters xmi:type="diagram:HideFilter" uid="_n-kQ0Lw8Eeaj7tVusjQpHg"/>
4488 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_X7-nEIP1EeWOre-0TMCmMQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 4559 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_X7-nEIP1EeWOre-0TMCmMQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
4489 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/> 4560 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
4490 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_X7-nEYP1EeWOre-0TMCmMQ" showIcon="false"/> 4561 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_X7-nEYP1EeWOre-0TMCmMQ" showIcon="false"/>
4491 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_X7-nEoP1EeWOre-0TMCmMQ" showIcon="false"/> 4562 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_X7-nEoP1EeWOre-0TMCmMQ" showIcon="false"/>
4492 </ownedStyle> 4563 </ownedStyle>
4493 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 4564 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
4494 </ownedDiagramElements> 4565 </ownedDiagramElements>
4495 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_GfTJAIcPEeWhkpx1k3JSIA" name="DefinedElement" tooltipText="" incomingEdges="_It8x4IcPEeWhkpx1k3JSIA" width="12" height="10"> 4566 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_GfTJAIcPEeWhkpx1k3JSIA" name="DefinedElement" tooltipText="" incomingEdges="_It8x4IcPEeWhkpx1k3JSIA" width="12" height="10">
4496 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 4567 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
4497 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 4568 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
4498 <decorations xmi:type="viewpoint:Decoration" xmi:id="_GfadwIcPEeWhkpx1k3JSIA"> 4569 <decorations xmi:type="viewpoint:Decoration" uid="_GfadwIcPEeWhkpx1k3JSIA">
4499 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 4570 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
4500 </decorations> 4571 </decorations>
4501 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4572 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4502 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4573 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4503 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4574 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4504 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_GfUXIIcPEeWhkpx1k3JSIA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4575 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_GfUXIIcPEeWhkpx1k3JSIA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4505 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4576 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4506 </ownedStyle> 4577 </ownedStyle>
4507 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4578 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4579 <ownedElements xmi:type="diagram:DNodeListElement" uid="_03HHcG6hEemSyfDlsGAqLA" name=" definedInType : TypeDefinition" tooltipText="">
4580 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
4581 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
4582 <ownedStyle xmi:type="diagram:BundledImage" uid="_03HHcW6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
4583 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
4584 </ownedStyle>
4585 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
4586 </ownedElements>
4508 </ownedDiagramElements> 4587 </ownedDiagramElements>
4509 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_It8x4IcPEeWhkpx1k3JSIA" name="[0..*] elements" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_GfTJAIcPEeWhkpx1k3JSIA"> 4588 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_It8x4IcPEeWhkpx1k3JSIA" name="[0..*] elements" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_GfTJAIcPEeWhkpx1k3JSIA">
4510 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/> 4589 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/>
4511 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/> 4590 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/>
4512 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_K-GPkIcPEeWhkpx1k3JSIA" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4591 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_K-GPkIcPEeWhkpx1k3JSIA" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4513 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_K-GPkYcPEeWhkpx1k3JSIA" showIcon="false"/> 4592 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_K-GPkYcPEeWhkpx1k3JSIA" showIcon="false"/>
4514 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_K-GPkocPEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/> 4593 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_K-GPkocPEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/>
4515 </ownedStyle> 4594 </ownedStyle>
4516 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4595 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4517 </ownedDiagramElements> 4596 </ownedDiagramElements>
4518 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_hJDKgLw8Eeaj7tVusjQpHg" name="RelationAnnotation" tooltipText="" outgoingEdges="_3uiUMLw9Eeaj7tVusjQpHg _jjvtIMDjEea_b6UyFzv22g" width="12" height="10"> 4597 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_hJDKgLw8Eeaj7tVusjQpHg" name="RelationAnnotation" tooltipText="" outgoingEdges="_3uiUMLw9Eeaj7tVusjQpHg" incomingEdges="_03MnBm6hEemSyfDlsGAqLA" width="12" height="10">
4519 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/> 4598 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/>
4520 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/> 4599 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/>
4521 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4600 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4522 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4601 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4523 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4602 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4524 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XtYmUMDnEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4603 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_XtYmUMDnEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4525 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4604 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4526 </ownedStyle> 4605 </ownedStyle>
4527 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4606 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4528 </ownedDiagramElements> 4607 </ownedDiagramElements>
4529 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_p3bP4Lw8Eeaj7tVusjQpHg" name="ConstantAnnotation" tooltipText="" outgoingEdges="_48R5sLw9Eeaj7tVusjQpHg _iboOgMDjEea_b6UyFzv22g" width="12" height="10"> 4608 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_p3bP4Lw8Eeaj7tVusjQpHg" name="ConstantAnnotation" tooltipText="" outgoingEdges="_48R5sLw9Eeaj7tVusjQpHg" incomingEdges="_03N1IG6hEemSyfDlsGAqLA" width="12" height="10">
4530 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/> 4609 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/>
4531 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/> 4610 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/>
4532 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4611 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4533 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4612 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4534 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4613 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4535 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XtZNYMDnEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4614 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_XtZNYMDnEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4536 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4615 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4537 </ownedStyle> 4616 </ownedStyle>
4538 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4617 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4539 </ownedDiagramElements> 4618 </ownedDiagramElements>
4540 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_t4w-YLw8Eeaj7tVusjQpHg" name="FunctionAnnotation" tooltipText="" outgoingEdges="_12OHsLw9Eeaj7tVusjQpHg _kiXRgMDjEea_b6UyFzv22g" width="12" height="10"> 4619 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_t4w-YLw8Eeaj7tVusjQpHg" name="FunctionAnnotation" tooltipText="" outgoingEdges="_12OHsLw9Eeaj7tVusjQpHg" incomingEdges="_03OcMG6hEemSyfDlsGAqLA" width="12" height="10">
4541 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/> 4620 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/>
4542 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/> 4621 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/>
4543 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4622 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4544 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4623 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4545 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4624 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4546 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_XtZ0cMDnEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4625 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_XtZ0cMDnEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4547 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4626 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4548 </ownedStyle> 4627 </ownedStyle>
4549 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4628 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4550 </ownedDiagramElements> 4629 </ownedDiagramElements>
4551 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_ywfiULw8Eeaj7tVusjQpHg" name="AssertionAnnotation" tooltipText="" outgoingEdges="_0y2mMLw9Eeaj7tVusjQpHg _XtnP0MDnEea_b6UyFzv22g" width="12" height="10"> 4630 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_ywfiULw8Eeaj7tVusjQpHg" name="AssertionAnnotation" tooltipText="" outgoingEdges="_0y2mMLw9Eeaj7tVusjQpHg" incomingEdges="_03PDQG6hEemSyfDlsGAqLA" width="12" height="10">
4552 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/> 4631 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/>
4553 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/> 4632 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/>
4554 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4633 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4555 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4634 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4556 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4635 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4557 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_ywgJYLw8Eeaj7tVusjQpHg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4636 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_ywgJYLw8Eeaj7tVusjQpHg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4558 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4637 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4559 </ownedStyle> 4638 </ownedStyle>
4560 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4639 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4561 </ownedDiagramElements> 4640 </ownedDiagramElements>
4562 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_sCN3ALw9Eeaj7tVusjQpHg" name="Annotation" tooltipText="" incomingEdges="_yzbFELw9Eeaj7tVusjQpHg _0y2mMLw9Eeaj7tVusjQpHg _12OHsLw9Eeaj7tVusjQpHg _3uiUMLw9Eeaj7tVusjQpHg _48R5sLw9Eeaj7tVusjQpHg" width="12" height="10"> 4641 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_sCN3ALw9Eeaj7tVusjQpHg" name="Annotation" tooltipText="" incomingEdges="_yzbFELw9Eeaj7tVusjQpHg _0y2mMLw9Eeaj7tVusjQpHg _12OHsLw9Eeaj7tVusjQpHg _3uiUMLw9Eeaj7tVusjQpHg _48R5sLw9Eeaj7tVusjQpHg" width="12" height="10">
4563 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//Annotation"/> 4642 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//Annotation"/>
4564 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//Annotation"/> 4643 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//Annotation"/>
4565 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 4644 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
4566 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 4645 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
4567 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 4646 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
4568 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_sCOeELw9Eeaj7tVusjQpHg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 4647 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_sCOeELw9Eeaj7tVusjQpHg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
4569 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 4648 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
4570 </ownedStyle> 4649 </ownedStyle>
4571 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 4650 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
4572 </ownedDiagramElements> 4651 </ownedDiagramElements>
4573 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yzbFELw9Eeaj7tVusjQpHg" name="[0..*] annotations" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg"> 4652 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yzbFELw9Eeaj7tVusjQpHg" name="[0..*] annotations" sourceNode="_w2mZcGCGEeWg-_mfCA72gg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg">
4574 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/> 4653 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/>
4575 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/> 4654 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/>
4576 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yzbsILw9Eeaj7tVusjQpHg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 4655 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yzbsILw9Eeaj7tVusjQpHg" description="_w24tUGCGEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
4577 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yzbsIbw9Eeaj7tVusjQpHg" showIcon="false"> 4656 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yzbsIbw9Eeaj7tVusjQpHg" showIcon="false">
4578 <customFeatures>labelSize</customFeatures> 4657 <customFeatures>labelSize</customFeatures>
4579 </centerLabelStyle> 4658 </centerLabelStyle>
4580 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_yzbsIrw9Eeaj7tVusjQpHg" showIcon="false" labelColor="39,76,114"> 4659 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_yzbsIrw9Eeaj7tVusjQpHg" showIcon="false" labelColor="39,76,114">
4581 <customFeatures>labelSize</customFeatures> 4660 <customFeatures>labelSize</customFeatures>
4582 </endLabelStyle> 4661 </endLabelStyle>
4583 </ownedStyle> 4662 </ownedStyle>
4584 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 4663 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
4585 </ownedDiagramElements> 4664 </ownedDiagramElements>
4586 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_0y2mMLw9Eeaj7tVusjQpHg" sourceNode="_ywfiULw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg"> 4665 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_0y2mMLw9Eeaj7tVusjQpHg" sourceNode="_ywfiULw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg">
4587 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/> 4666 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/>
4588 <semanticElements xmi:type="ecore:EGenericType" href="logicproblem.ecore#//AssertionAnnotation/@eGenericSuperTypes.0"/> 4667 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//AssertionAnnotation"/>
4589 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_0y3NQLw9Eeaj7tVusjQpHg" targetArrow="InputClosedArrow" routingStyle="tree"> 4668 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_0y3NQLw9Eeaj7tVusjQpHg" targetArrow="InputClosedArrow" routingStyle="tree">
4590 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 4669 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
4591 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_0y3NQbw9Eeaj7tVusjQpHg" showIcon="false"> 4670 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_0y3NQbw9Eeaj7tVusjQpHg" showIcon="false">
4592 <labelFormat>italic</labelFormat> 4671 <labelFormat>italic</labelFormat>
4593 </beginLabelStyle> 4672 </beginLabelStyle>
4594 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_0y3NQrw9Eeaj7tVusjQpHg" showIcon="false"/> 4673 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_0y3NQrw9Eeaj7tVusjQpHg" showIcon="false"/>
4595 </ownedStyle> 4674 </ownedStyle>
4596 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 4675 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
4597 </ownedDiagramElements> 4676 </ownedDiagramElements>
4598 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_12OHsLw9Eeaj7tVusjQpHg" sourceNode="_t4w-YLw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg"> 4677 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_12OHsLw9Eeaj7tVusjQpHg" sourceNode="_t4w-YLw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg">
4599 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/> 4678 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/>
4600 <semanticElements xmi:type="ecore:EGenericType" href="logicproblem.ecore#//FunctionAnnotation/@eGenericSuperTypes.0"/> 4679 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//FunctionAnnotation"/>
4601 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XtjlcMDnEea_b6UyFzv22g" targetArrow="InputClosedArrow" routingStyle="tree"> 4680 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_XtjlcMDnEea_b6UyFzv22g" targetArrow="InputClosedArrow" routingStyle="tree">
4602 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 4681 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
4603 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XtjlccDnEea_b6UyFzv22g" showIcon="false"> 4682 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_XtjlccDnEea_b6UyFzv22g" showIcon="false">
4604 <labelFormat>italic</labelFormat> 4683 <labelFormat>italic</labelFormat>
4605 </beginLabelStyle> 4684 </beginLabelStyle>
4606 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_XtjlcsDnEea_b6UyFzv22g" showIcon="false"/> 4685 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_XtjlcsDnEea_b6UyFzv22g" showIcon="false"/>
4607 </ownedStyle> 4686 </ownedStyle>
4608 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 4687 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
4609 </ownedDiagramElements> 4688 </ownedDiagramElements>
4610 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3uiUMLw9Eeaj7tVusjQpHg" sourceNode="_hJDKgLw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg"> 4689 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3uiUMLw9Eeaj7tVusjQpHg" sourceNode="_hJDKgLw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg">
4611 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/> 4690 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/>
4612 <semanticElements xmi:type="ecore:EGenericType" href="logicproblem.ecore#//RelationAnnotation/@eGenericSuperTypes.0"/> 4691 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//RelationAnnotation"/>
4613 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Xti-YMDnEea_b6UyFzv22g" targetArrow="InputClosedArrow" routingStyle="tree"> 4692 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Xti-YMDnEea_b6UyFzv22g" targetArrow="InputClosedArrow" routingStyle="tree">
4614 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 4693 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
4615 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Xti-YcDnEea_b6UyFzv22g" showIcon="false"> 4694 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Xti-YcDnEea_b6UyFzv22g" showIcon="false">
4616 <labelFormat>italic</labelFormat> 4695 <labelFormat>italic</labelFormat>
4617 </beginLabelStyle> 4696 </beginLabelStyle>
4618 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Xti-YsDnEea_b6UyFzv22g" showIcon="false"/> 4697 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Xti-YsDnEea_b6UyFzv22g" showIcon="false"/>
4619 </ownedStyle> 4698 </ownedStyle>
4620 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 4699 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
4621 </ownedDiagramElements> 4700 </ownedDiagramElements>
4622 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_48R5sLw9Eeaj7tVusjQpHg" sourceNode="_p3bP4Lw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg"> 4701 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_48R5sLw9Eeaj7tVusjQpHg" sourceNode="_p3bP4Lw8Eeaj7tVusjQpHg" targetNode="_sCN3ALw9Eeaj7tVusjQpHg">
4623 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/> 4702 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/>
4624 <semanticElements xmi:type="ecore:EGenericType" href="logicproblem.ecore#//ConstantAnnotation/@eGenericSuperTypes.0"/> 4703 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//ConstantAnnotation"/>
4625 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Xti-Y8DnEea_b6UyFzv22g" targetArrow="InputClosedArrow" routingStyle="tree"> 4704 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Xti-Y8DnEea_b6UyFzv22g" targetArrow="InputClosedArrow" routingStyle="tree">
4626 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 4705 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
4627 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Xti-ZMDnEea_b6UyFzv22g" showIcon="false"> 4706 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Xti-ZMDnEea_b6UyFzv22g" showIcon="false">
4628 <labelFormat>italic</labelFormat> 4707 <labelFormat>italic</labelFormat>
4629 </beginLabelStyle> 4708 </beginLabelStyle>
4630 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Xti-ZcDnEea_b6UyFzv22g" showIcon="false"/> 4709 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Xti-ZcDnEea_b6UyFzv22g" showIcon="false"/>
4631 </ownedStyle> 4710 </ownedStyle>
4632 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 4711 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
4633 </ownedDiagramElements> 4712 </ownedDiagramElements>
4634 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_iboOgMDjEea_b6UyFzv22g" sourceNode="_p3bP4Lw8Eeaj7tVusjQpHg" targetNode="_3P1zcGCGEeWg-_mfCA72gg" beginLabel="[0..*] annotations" endLabel="[1..1] target"> 4713 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_03MnBm6hEemSyfDlsGAqLA" sourceNode="_3P4PsGCGEeWg-_mfCA72gg" targetNode="_hJDKgLw8Eeaj7tVusjQpHg" beginLabel="[1..1] target" endLabel="[0..*] annotations">
4635 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ConstantAnnotation/target"/> 4714 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
4636 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/> 4715 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
4637 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ConstantAnnotation/target"/> 4716 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//RelationAnnotation/target"/>
4638 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Xtkzk8DnEea_b6UyFzv22g" description="_XtkzkMDnEea_b6UyFzv22g" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 4717 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_03NOEG6hEemSyfDlsGAqLA" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
4639 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XtkzlMDnEea_b6UyFzv22g" showIcon="false"> 4718 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
4640 <labelFormat>bold</labelFormat> 4719 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_03NOEW6hEemSyfDlsGAqLA" showIcon="false"/>
4641 </beginLabelStyle> 4720 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_03NOEm6hEemSyfDlsGAqLA" showIcon="false"/>
4642 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XtkzlcDnEea_b6UyFzv22g" showIcon="false">
4643 <labelFormat>bold</labelFormat>
4644 </endLabelStyle>
4645 </ownedStyle> 4721 </ownedStyle>
4646 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 4722 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
4647 </ownedDiagramElements> 4723 </ownedDiagramElements>
4648 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_jjvtIMDjEea_b6UyFzv22g" sourceNode="_hJDKgLw8Eeaj7tVusjQpHg" targetNode="_3P4PsGCGEeWg-_mfCA72gg" beginLabel="[0..*] annotations" endLabel="[1..1] target"> 4724 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_03N1IG6hEemSyfDlsGAqLA" sourceNode="_3P1zcGCGEeWg-_mfCA72gg" targetNode="_p3bP4Lw8Eeaj7tVusjQpHg" beginLabel="[1..1] target" endLabel="[0..*] annotations">
4649 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//RelationAnnotation/target"/> 4725 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/>
4650 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/> 4726 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/>
4651 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//RelationAnnotation/target"/> 4727 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ConstantAnnotation/target"/>
4652 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XtlaoMDnEea_b6UyFzv22g" description="_XtkzkMDnEea_b6UyFzv22g" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 4728 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_03N1IW6hEemSyfDlsGAqLA" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
4653 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XtlaocDnEea_b6UyFzv22g" showIcon="false"> 4729 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
4654 <labelFormat>bold</labelFormat> 4730 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_03N1Im6hEemSyfDlsGAqLA" showIcon="false"/>
4655 </beginLabelStyle> 4731 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_03N1I26hEemSyfDlsGAqLA" showIcon="false"/>
4656 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XtlaosDnEea_b6UyFzv22g" showIcon="false">
4657 <labelFormat>bold</labelFormat>
4658 </endLabelStyle>
4659 </ownedStyle> 4732 </ownedStyle>
4660 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 4733 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
4661 </ownedDiagramElements> 4734 </ownedDiagramElements>
4662 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_kiXRgMDjEea_b6UyFzv22g" sourceNode="_t4w-YLw8Eeaj7tVusjQpHg" targetNode="_3P3BkGCGEeWg-_mfCA72gg" beginLabel="[0..*] annotations" endLabel="[1..1] target"> 4735 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_03OcMG6hEemSyfDlsGAqLA" sourceNode="_3P3BkGCGEeWg-_mfCA72gg" targetNode="_t4w-YLw8Eeaj7tVusjQpHg" beginLabel="[1..1] target" endLabel="[0..*] annotations">
4663 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//FunctionAnnotation/target"/> 4736 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/>
4664 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/> 4737 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/>
4665 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//FunctionAnnotation/target"/> 4738 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//FunctionAnnotation/target"/>
4666 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XtmBsMDnEea_b6UyFzv22g" description="_XtkzkMDnEea_b6UyFzv22g" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 4739 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_03OcMW6hEemSyfDlsGAqLA" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
4667 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XtmBscDnEea_b6UyFzv22g" showIcon="false"> 4740 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
4668 <labelFormat>bold</labelFormat> 4741 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_03OcMm6hEemSyfDlsGAqLA" showIcon="false"/>
4669 </beginLabelStyle> 4742 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_03OcM26hEemSyfDlsGAqLA" showIcon="false"/>
4670 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XtmBssDnEea_b6UyFzv22g" showIcon="false">
4671 <labelFormat>bold</labelFormat>
4672 </endLabelStyle>
4673 </ownedStyle> 4743 </ownedStyle>
4674 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 4744 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
4675 </ownedDiagramElements> 4745 </ownedDiagramElements>
4676 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_XtnP0MDnEea_b6UyFzv22g" sourceNode="_ywfiULw8Eeaj7tVusjQpHg" targetNode="_3Pz-QGCGEeWg-_mfCA72gg" beginLabel="[0..*] annotations" endLabel="[1..1] target"> 4746 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_03PDQG6hEemSyfDlsGAqLA" sourceNode="_3Pz-QGCGEeWg-_mfCA72gg" targetNode="_ywfiULw8Eeaj7tVusjQpHg" beginLabel="[1..1] target" endLabel="[0..*] annotations">
4677 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//AssertionAnnotation/target"/> 4747 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/>
4678 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/> 4748 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/>
4679 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//AssertionAnnotation/target"/> 4749 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//AssertionAnnotation/target"/>
4680 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_XtnP0cDnEea_b6UyFzv22g" description="_XtkzkMDnEea_b6UyFzv22g" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 4750 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_03PDQW6hEemSyfDlsGAqLA" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
4681 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_XtnP0sDnEea_b6UyFzv22g" showIcon="false"> 4751 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
4682 <labelFormat>bold</labelFormat> 4752 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_03PDQm6hEemSyfDlsGAqLA" showIcon="false"/>
4683 </beginLabelStyle> 4753 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_03PDQ26hEemSyfDlsGAqLA" showIcon="false"/>
4684 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_XtnP08DnEea_b6UyFzv22g" showIcon="false">
4685 <labelFormat>bold</labelFormat>
4686 </endLabelStyle>
4687 </ownedStyle> 4754 </ownedStyle>
4688 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 4755 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
4689 </ownedDiagramElements> 4756 </ownedDiagramElements>
4690 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 4757 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
4691 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_veq9NWCGEeWg-_mfCA72gg"/> 4758 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_veq9NWCGEeWg-_mfCA72gg"/>
4692 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 4759 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
4693 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 4760 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
4694 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 4761 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
4695 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/> 4762 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
4696 <target xmi:type="ecore:EPackage" href="logicproblem.ecore#/"/> 4763 <target xmi:type="ecore:EPackage" href="logicproblem.ecore#/"/>
4697 </diagram:DSemanticDiagram> 4764 </diagram:DSemanticDiagram>
4698 <diagram:DSemanticDiagram xmi:id="_v6LzUIApEeW6pe97ikalXw" name="Types and Type References" uid="_TDHEYG7rEeifqZoaQeIEkw"> 4765 <diagram:DSemanticDiagram uid="_v6LzUIApEeW6pe97ikalXw" name="Types and Type References">
4699 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_v6LzUYApEeW6pe97ikalXw" source="DANNOTATION_CUSTOMIZATION_KEY"> 4766 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_v6LzUYApEeW6pe97ikalXw" source="DANNOTATION_CUSTOMIZATION_KEY">
4700 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_v6LzUoApEeW6pe97ikalXw"> 4767 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_v6LzUoApEeW6pe97ikalXw">
4701 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_yNw_gIApEeW6pe97ikalXw" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1"> 4768 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_yNw_gIApEeW6pe97ikalXw" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1">
4702 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 4769 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
4703 <labelFormat>bold</labelFormat> 4770 <labelFormat>bold</labelFormat>
@@ -4706,7 +4773,7 @@
4706 </computedStyleDescriptions> 4773 </computedStyleDescriptions>
4707 </data> 4774 </data>
4708 </ownedAnnotationEntries> 4775 </ownedAnnotationEntries>
4709 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_v6ac0IApEeW6pe97ikalXw" source="GMF_DIAGRAMS"> 4776 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_v6ac0IApEeW6pe97ikalXw" source="GMF_DIAGRAMS">
4710 <data xmi:type="notation:Diagram" xmi:id="_v6ac0YApEeW6pe97ikalXw" type="Sirius" element="_v6LzUIApEeW6pe97ikalXw" measurementUnit="Pixel"> 4777 <data xmi:type="notation:Diagram" xmi:id="_v6ac0YApEeW6pe97ikalXw" type="Sirius" element="_v6LzUIApEeW6pe97ikalXw" measurementUnit="Pixel">
4711 <children xmi:type="notation:Node" xmi:id="_yPoAsIApEeW6pe97ikalXw" type="2003" element="_yLnqcIApEeW6pe97ikalXw"> 4778 <children xmi:type="notation:Node" xmi:id="_yPoAsIApEeW6pe97ikalXw" type="2003" element="_yLnqcIApEeW6pe97ikalXw">
4712 <children xmi:type="notation:Node" xmi:id="_yPpO0IApEeW6pe97ikalXw" type="5007"/> 4779 <children xmi:type="notation:Node" xmi:id="_yPpO0IApEeW6pe97ikalXw" type="5007"/>
@@ -5051,339 +5118,339 @@
5051 </edges> 5118 </edges>
5052 </data> 5119 </data>
5053 </ownedAnnotationEntries> 5120 </ownedAnnotationEntries>
5054 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yLnqcIApEeW6pe97ikalXw" name="Type" tooltipText="" outgoingEdges="_yOweAIApEeW6pe97ikalXw _OLUM0IPKEeWOre-0TMCmMQ" incomingEdges="_yOHk04ApEeW6pe97ikalXw _yOxsI4ApEeW6pe97ikalXw _yPalU4ApEeW6pe97ikalXw _OLUM0IPKEeWOre-0TMCmMQ" width="12" height="10"> 5121 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yLnqcIApEeW6pe97ikalXw" name="Type" tooltipText="" outgoingEdges="_yOweAIApEeW6pe97ikalXw _OLUM0IPKEeWOre-0TMCmMQ" incomingEdges="_yOHk04ApEeW6pe97ikalXw _yOxsI4ApEeW6pe97ikalXw _yPalU4ApEeW6pe97ikalXw _OLUM0IPKEeWOre-0TMCmMQ" width="12" height="10">
5055 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 5122 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
5056 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 5123 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
5057 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5124 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5058 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5125 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5059 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5126 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5060 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_uOJOEImGEeWccOHwfpGNpw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 5127 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_uOJOEImGEeWccOHwfpGNpw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
5061 <labelFormat>italic</labelFormat> 5128 <labelFormat>italic</labelFormat>
5062 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 5129 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
5063 </ownedStyle> 5130 </ownedStyle>
5064 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5131 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5065 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_yNwYcIApEeW6pe97ikalXw" name="name : EString" tooltipText=""> 5132 <ownedElements xmi:type="diagram:DNodeListElement" uid="_yNwYcIApEeW6pe97ikalXw" name="name : EString" tooltipText="">
5066 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 5133 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
5067 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 5134 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
5068 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_yNxmkIApEeW6pe97ikalXw" labelAlignment="LEFT" description="_yNw_gIApEeW6pe97ikalXw"> 5135 <ownedStyle xmi:type="diagram:BundledImage" uid="_yNxmkIApEeW6pe97ikalXw" labelAlignment="LEFT" description="_yNw_gIApEeW6pe97ikalXw">
5069 <labelFormat>bold</labelFormat> 5136 <labelFormat>bold</labelFormat>
5070 </ownedStyle> 5137 </ownedStyle>
5071 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 5138 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
5072 </ownedElements> 5139 </ownedElements>
5073 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_XOL5cImGEeWccOHwfpGNpw" name="isAbstract : EBoolean = false" tooltipText=""> 5140 <ownedElements xmi:type="diagram:DNodeListElement" uid="_XOL5cImGEeWccOHwfpGNpw" name="isAbstract : EBoolean = false" tooltipText="">
5074 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 5141 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
5075 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 5142 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
5076 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_uOOGkImGEeWccOHwfpGNpw" labelAlignment="LEFT" description="_yNw_gIApEeW6pe97ikalXw"> 5143 <ownedStyle xmi:type="diagram:BundledImage" uid="_uOOGkImGEeWccOHwfpGNpw" labelAlignment="LEFT" description="_yNw_gIApEeW6pe97ikalXw">
5077 <labelFormat>bold</labelFormat> 5144 <labelFormat>bold</labelFormat>
5078 </ownedStyle> 5145 </ownedStyle>
5079 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 5146 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
5080 </ownedElements> 5147 </ownedElements>
5081 </ownedDiagramElements> 5148 </ownedDiagramElements>
5082 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yLrU0IApEeW6pe97ikalXw" name="DefinedElement" tooltipText="" outgoingEdges="_ydGHUHt9EeeCn_RNMwgEBg" width="12" height="10"> 5149 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yLrU0IApEeW6pe97ikalXw" name="DefinedElement" tooltipText="" outgoingEdges="_ydGHUHt9EeeCn_RNMwgEBg" width="12" height="10">
5083 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 5150 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
5084 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 5151 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
5085 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5152 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5086 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5153 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5087 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5154 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5088 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yLr74IApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5155 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yLr74IApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5089 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5156 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5090 </ownedStyle> 5157 </ownedStyle>
5091 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5158 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5092 </ownedDiagramElements> 5159 </ownedDiagramElements>
5093 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yLsi8IApEeW6pe97ikalXw" name="TypeDefinition" tooltipText="" outgoingEdges="_yOG9wIApEeW6pe97ikalXw _yOxsI4ApEeW6pe97ikalXw" incomingEdges="_ydGHUHt9EeeCn_RNMwgEBg" width="12" height="10"> 5160 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yLsi8IApEeW6pe97ikalXw" name="TypeDefinition" tooltipText="" outgoingEdges="_yOG9wIApEeW6pe97ikalXw _yOxsI4ApEeW6pe97ikalXw" incomingEdges="_ydGHUHt9EeeCn_RNMwgEBg" width="12" height="10">
5094 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 5161 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
5095 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 5162 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
5096 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5163 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5097 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5164 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5098 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5165 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5099 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yLtKAIApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5166 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yLtKAIApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5100 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5167 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5101 </ownedStyle> 5168 </ownedStyle>
5102 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5169 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5103 </ownedDiagramElements> 5170 </ownedDiagramElements>
5104 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yLtxEIApEeW6pe97ikalXw" name="TypeReference" tooltipText="" outgoingEdges="_yOy6QIApEeW6pe97ikalXw" incomingEdges="_yOzhU4ApEeW6pe97ikalXw _yO0IY4ApEeW6pe97ikalXw" width="12" height="10"> 5171 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yLtxEIApEeW6pe97ikalXw" name="TypeReference" tooltipText="" outgoingEdges="_yOy6QIApEeW6pe97ikalXw" incomingEdges="_yOzhU4ApEeW6pe97ikalXw _yO0IY4ApEeW6pe97ikalXw" width="12" height="10">
5105 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 5172 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
5106 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 5173 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
5107 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5174 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5108 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5175 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5109 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5176 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5110 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yLuYIIApEeW6pe97ikalXw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 5177 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yLuYIIApEeW6pe97ikalXw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
5111 <labelFormat>italic</labelFormat> 5178 <labelFormat>italic</labelFormat>
5112 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 5179 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
5113 </ownedStyle> 5180 </ownedStyle>
5114 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5181 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5115 </ownedDiagramElements> 5182 </ownedDiagramElements>
5116 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yLu_MIApEeW6pe97ikalXw" name="ComplexTypeReference" tooltipText="" outgoingEdges="_yOHk04ApEeW6pe97ikalXw _yOzhU4ApEeW6pe97ikalXw" width="12" height="10"> 5183 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yLu_MIApEeW6pe97ikalXw" name="ComplexTypeReference" tooltipText="" outgoingEdges="_yOHk04ApEeW6pe97ikalXw _yOzhU4ApEeW6pe97ikalXw" width="12" height="10">
5117 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 5184 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
5118 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 5185 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
5119 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5186 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5120 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5187 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5121 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5188 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5122 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yLu_MYApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5189 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yLu_MYApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5123 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5190 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5124 </ownedStyle> 5191 </ownedStyle>
5125 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5192 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5126 </ownedDiagramElements> 5193 </ownedDiagramElements>
5127 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yLw0YIApEeW6pe97ikalXw" name="PrimitiveTypeReference" tooltipText="" outgoingEdges="_yO0IY4ApEeW6pe97ikalXw" incomingEdges="_yO0vc4ApEeW6pe97ikalXw _yO19kIApEeW6pe97ikalXw _yO2ko4ApEeW6pe97ikalXw _8SF2gHt9EeeCn_RNMwgEBg" width="12" height="10"> 5194 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yLw0YIApEeW6pe97ikalXw" name="PrimitiveTypeReference" tooltipText="" outgoingEdges="_yO0IY4ApEeW6pe97ikalXw" incomingEdges="_yO0vc4ApEeW6pe97ikalXw _yO19kIApEeW6pe97ikalXw _yO2ko4ApEeW6pe97ikalXw _8SF2gHt9EeeCn_RNMwgEBg" width="12" height="10">
5128 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 5195 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
5129 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 5196 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
5130 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5197 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5131 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5198 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5132 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5199 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5133 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yL7zgIApEeW6pe97ikalXw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 5200 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yL7zgIApEeW6pe97ikalXw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
5134 <labelFormat>italic</labelFormat> 5201 <labelFormat>italic</labelFormat>
5135 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 5202 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
5136 </ownedStyle> 5203 </ownedStyle>
5137 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5204 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5138 </ownedDiagramElements> 5205 </ownedDiagramElements>
5139 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yL_d4IApEeW6pe97ikalXw" name="IntTypeReference" tooltipText="" outgoingEdges="_yO0vc4ApEeW6pe97ikalXw" width="12" height="10"> 5206 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yL_d4IApEeW6pe97ikalXw" name="IntTypeReference" tooltipText="" outgoingEdges="_yO0vc4ApEeW6pe97ikalXw" width="12" height="10">
5140 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 5207 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
5141 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 5208 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
5142 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5209 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5143 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5210 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5144 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5211 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5145 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yL_d4YApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5212 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yL_d4YApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5146 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5213 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5147 </ownedStyle> 5214 </ownedStyle>
5148 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5215 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5149 </ownedDiagramElements> 5216 </ownedDiagramElements>
5150 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yMBTEIApEeW6pe97ikalXw" name="BoolTypeReference" tooltipText="" outgoingEdges="_yO19kIApEeW6pe97ikalXw" width="12" height="10"> 5217 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yMBTEIApEeW6pe97ikalXw" name="BoolTypeReference" tooltipText="" outgoingEdges="_yO19kIApEeW6pe97ikalXw" width="12" height="10">
5151 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 5218 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
5152 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 5219 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
5153 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5220 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5154 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5221 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5155 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5222 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5156 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yMBTEYApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5223 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yMBTEYApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5157 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5224 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5158 </ownedStyle> 5225 </ownedStyle>
5159 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5226 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5160 </ownedDiagramElements> 5227 </ownedDiagramElements>
5161 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yMChMIApEeW6pe97ikalXw" name="RealTypeReference" tooltipText="" outgoingEdges="_yO2ko4ApEeW6pe97ikalXw" width="12" height="10"> 5228 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yMChMIApEeW6pe97ikalXw" name="RealTypeReference" tooltipText="" outgoingEdges="_yO2ko4ApEeW6pe97ikalXw" width="12" height="10">
5162 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 5229 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
5163 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 5230 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
5164 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5231 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5165 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5232 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5166 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5233 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5167 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yMDIQIApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5234 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yMDIQIApEeW6pe97ikalXw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5168 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5235 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5169 </ownedStyle> 5236 </ownedStyle>
5170 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5237 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5171 </ownedDiagramElements> 5238 </ownedDiagramElements>
5172 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yMqMQIApEeW6pe97ikalXw" name="TypeDescriptor" tooltipText="" incomingEdges="_yOweAIApEeW6pe97ikalXw _yOy6QIApEeW6pe97ikalXw" width="12" height="10"> 5239 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yMqMQIApEeW6pe97ikalXw" name="TypeDescriptor" tooltipText="" incomingEdges="_yOweAIApEeW6pe97ikalXw _yOy6QIApEeW6pe97ikalXw" width="12" height="10">
5173 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/> 5240 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/>
5174 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/> 5241 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDescriptor"/>
5175 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5242 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5176 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5243 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5177 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5244 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5178 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_yMqzUIApEeW6pe97ikalXw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 5245 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yMqzUIApEeW6pe97ikalXw" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
5179 <labelFormat>italic</labelFormat> 5246 <labelFormat>italic</labelFormat>
5180 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/> 5247 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/>
5181 </ownedStyle> 5248 </ownedStyle>
5182 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5249 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5183 </ownedDiagramElements> 5250 </ownedDiagramElements>
5184 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_yM4OsIApEeW6pe97ikalXw" name="TypeDeclaration" tooltipText="" outgoingEdges="_yPalU4ApEeW6pe97ikalXw" incomingEdges="_yOG9wIApEeW6pe97ikalXw" width="12" height="10"> 5251 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_yM4OsIApEeW6pe97ikalXw" name="TypeDeclaration" tooltipText="" outgoingEdges="_yPalU4ApEeW6pe97ikalXw" incomingEdges="_yOG9wIApEeW6pe97ikalXw" width="12" height="10">
5185 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 5252 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
5186 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 5253 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
5187 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5254 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5188 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5255 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5189 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5256 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5190 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_W210sG7rEeifqZoaQeIEkw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5257 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_W210sG7rEeifqZoaQeIEkw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5191 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5258 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5192 </ownedStyle> 5259 </ownedStyle>
5193 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5260 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5194 </ownedDiagramElements> 5261 </ownedDiagramElements>
5195 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yOG9wIApEeW6pe97ikalXw" name="[0..1] defines" sourceNode="_yLsi8IApEeW6pe97ikalXw" targetNode="_yM4OsIApEeW6pe97ikalXw"> 5262 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yOG9wIApEeW6pe97ikalXw" name="[0..1] defines" sourceNode="_yLsi8IApEeW6pe97ikalXw" targetNode="_yM4OsIApEeW6pe97ikalXw">
5196 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/> 5263 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/>
5197 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/> 5264 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/defines"/>
5198 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yOHk0IApEeW6pe97ikalXw" routingStyle="manhattan" strokeColor="0,0,0"> 5265 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yOHk0IApEeW6pe97ikalXw" routingStyle="manhattan" strokeColor="0,0,0">
5199 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 5266 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
5200 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yOHk0YApEeW6pe97ikalXw" showIcon="false"> 5267 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yOHk0YApEeW6pe97ikalXw" showIcon="false">
5201 <customFeatures>labelSize</customFeatures> 5268 <customFeatures>labelSize</customFeatures>
5202 </centerLabelStyle> 5269 </centerLabelStyle>
5203 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_yOHk0oApEeW6pe97ikalXw" showIcon="false" labelColor="39,76,114"> 5270 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_yOHk0oApEeW6pe97ikalXw" showIcon="false" labelColor="39,76,114">
5204 <customFeatures>labelSize</customFeatures> 5271 <customFeatures>labelSize</customFeatures>
5205 </endLabelStyle> 5272 </endLabelStyle>
5206 </ownedStyle> 5273 </ownedStyle>
5207 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 5274 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
5208 </ownedDiagramElements> 5275 </ownedDiagramElements>
5209 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yOHk04ApEeW6pe97ikalXw" name="[0..1] referred" sourceNode="_yLu_MIApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw"> 5276 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yOHk04ApEeW6pe97ikalXw" name="[0..1] referred" sourceNode="_yLu_MIApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw">
5210 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/> 5277 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/>
5211 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/> 5278 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ComplexTypeReference/referred"/>
5212 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yOIL4IApEeW6pe97ikalXw" routingStyle="manhattan" strokeColor="0,0,0"> 5279 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yOIL4IApEeW6pe97ikalXw" routingStyle="manhattan" strokeColor="0,0,0">
5213 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 5280 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
5214 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yOIL4YApEeW6pe97ikalXw" showIcon="false"> 5281 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yOIL4YApEeW6pe97ikalXw" showIcon="false">
5215 <customFeatures>labelSize</customFeatures> 5282 <customFeatures>labelSize</customFeatures>
5216 </centerLabelStyle> 5283 </centerLabelStyle>
5217 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_yOIL4oApEeW6pe97ikalXw" showIcon="false" labelColor="39,76,114"> 5284 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_yOIL4oApEeW6pe97ikalXw" showIcon="false" labelColor="39,76,114">
5218 <customFeatures>labelSize</customFeatures> 5285 <customFeatures>labelSize</customFeatures>
5219 </endLabelStyle> 5286 </endLabelStyle>
5220 </ownedStyle> 5287 </ownedStyle>
5221 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 5288 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
5222 </ownedDiagramElements> 5289 </ownedDiagramElements>
5223 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yOweAIApEeW6pe97ikalXw" sourceNode="_yLnqcIApEeW6pe97ikalXw" targetNode="_yMqMQIApEeW6pe97ikalXw"> 5290 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yOweAIApEeW6pe97ikalXw" sourceNode="_yLnqcIApEeW6pe97ikalXw" targetNode="_yMqMQIApEeW6pe97ikalXw">
5224 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 5291 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
5225 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 5292 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
5226 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_uOS_EImGEeWccOHwfpGNpw" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 5293 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_uOS_EImGEeWccOHwfpGNpw" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
5227 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 5294 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
5228 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_uOS_EYmGEeWccOHwfpGNpw" showIcon="false"> 5295 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_uOS_EYmGEeWccOHwfpGNpw" showIcon="false">
5229 <labelFormat>italic</labelFormat> 5296 <labelFormat>italic</labelFormat>
5230 </beginLabelStyle> 5297 </beginLabelStyle>
5231 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_uOS_EomGEeWccOHwfpGNpw" showIcon="false"/> 5298 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_uOS_EomGEeWccOHwfpGNpw" showIcon="false"/>
5232 </ownedStyle> 5299 </ownedStyle>
5233 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5300 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5234 </ownedDiagramElements> 5301 </ownedDiagramElements>
5235 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yOxsI4ApEeW6pe97ikalXw" sourceNode="_yLsi8IApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw"> 5302 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yOxsI4ApEeW6pe97ikalXw" sourceNode="_yLsi8IApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw">
5236 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 5303 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
5237 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/> 5304 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDefinition"/>
5238 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yOyTMIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree"> 5305 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yOyTMIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree">
5239 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5306 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5240 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yOyTMYApEeW6pe97ikalXw" showIcon="false"> 5307 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yOyTMYApEeW6pe97ikalXw" showIcon="false">
5241 <labelFormat>italic</labelFormat> 5308 <labelFormat>italic</labelFormat>
5242 </beginLabelStyle> 5309 </beginLabelStyle>
5243 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yOyTMoApEeW6pe97ikalXw" showIcon="false"/> 5310 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yOyTMoApEeW6pe97ikalXw" showIcon="false"/>
5244 </ownedStyle> 5311 </ownedStyle>
5245 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5312 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5246 </ownedDiagramElements> 5313 </ownedDiagramElements>
5247 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yOy6QIApEeW6pe97ikalXw" sourceNode="_yLtxEIApEeW6pe97ikalXw" targetNode="_yMqMQIApEeW6pe97ikalXw"> 5314 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yOy6QIApEeW6pe97ikalXw" sourceNode="_yLtxEIApEeW6pe97ikalXw" targetNode="_yMqMQIApEeW6pe97ikalXw">
5248 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 5315 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
5249 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 5316 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
5250 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yOzhUIApEeW6pe97ikalXw" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 5317 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yOzhUIApEeW6pe97ikalXw" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
5251 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 5318 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
5252 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yOzhUYApEeW6pe97ikalXw" showIcon="false"> 5319 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yOzhUYApEeW6pe97ikalXw" showIcon="false">
5253 <labelFormat>italic</labelFormat> 5320 <labelFormat>italic</labelFormat>
5254 </beginLabelStyle> 5321 </beginLabelStyle>
5255 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yOzhUoApEeW6pe97ikalXw" showIcon="false"/> 5322 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yOzhUoApEeW6pe97ikalXw" showIcon="false"/>
5256 </ownedStyle> 5323 </ownedStyle>
5257 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5324 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5258 </ownedDiagramElements> 5325 </ownedDiagramElements>
5259 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yOzhU4ApEeW6pe97ikalXw" sourceNode="_yLu_MIApEeW6pe97ikalXw" targetNode="_yLtxEIApEeW6pe97ikalXw"> 5326 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yOzhU4ApEeW6pe97ikalXw" sourceNode="_yLu_MIApEeW6pe97ikalXw" targetNode="_yLtxEIApEeW6pe97ikalXw">
5260 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 5327 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
5261 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/> 5328 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ComplexTypeReference"/>
5262 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yO0IYIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree"> 5329 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yO0IYIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree">
5263 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5330 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5264 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yO0IYYApEeW6pe97ikalXw" showIcon="false"> 5331 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yO0IYYApEeW6pe97ikalXw" showIcon="false">
5265 <labelFormat>italic</labelFormat> 5332 <labelFormat>italic</labelFormat>
5266 </beginLabelStyle> 5333 </beginLabelStyle>
5267 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yO0IYoApEeW6pe97ikalXw" showIcon="false"/> 5334 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yO0IYoApEeW6pe97ikalXw" showIcon="false"/>
5268 </ownedStyle> 5335 </ownedStyle>
5269 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5336 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5270 </ownedDiagramElements> 5337 </ownedDiagramElements>
5271 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yO0IY4ApEeW6pe97ikalXw" sourceNode="_yLw0YIApEeW6pe97ikalXw" targetNode="_yLtxEIApEeW6pe97ikalXw"> 5338 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yO0IY4ApEeW6pe97ikalXw" sourceNode="_yLw0YIApEeW6pe97ikalXw" targetNode="_yLtxEIApEeW6pe97ikalXw">
5272 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 5339 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
5273 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/> 5340 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveTypeReference"/>
5274 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yO0vcIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree"> 5341 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yO0vcIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree">
5275 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5342 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5276 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yO0vcYApEeW6pe97ikalXw" showIcon="false"> 5343 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yO0vcYApEeW6pe97ikalXw" showIcon="false">
5277 <labelFormat>italic</labelFormat> 5344 <labelFormat>italic</labelFormat>
5278 </beginLabelStyle> 5345 </beginLabelStyle>
5279 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yO0vcoApEeW6pe97ikalXw" showIcon="false"/> 5346 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yO0vcoApEeW6pe97ikalXw" showIcon="false"/>
5280 </ownedStyle> 5347 </ownedStyle>
5281 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5348 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5282 </ownedDiagramElements> 5349 </ownedDiagramElements>
5283 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yO0vc4ApEeW6pe97ikalXw" sourceNode="_yL_d4IApEeW6pe97ikalXw" targetNode="_yLw0YIApEeW6pe97ikalXw"> 5350 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yO0vc4ApEeW6pe97ikalXw" sourceNode="_yL_d4IApEeW6pe97ikalXw" targetNode="_yLw0YIApEeW6pe97ikalXw">
5284 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 5351 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
5285 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/> 5352 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntTypeReference"/>
5286 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yO1WgIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree"> 5353 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yO1WgIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree">
5287 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5354 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5288 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yO1WgYApEeW6pe97ikalXw" showIcon="false"> 5355 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yO1WgYApEeW6pe97ikalXw" showIcon="false">
5289 <labelFormat>italic</labelFormat> 5356 <labelFormat>italic</labelFormat>
5290 </beginLabelStyle> 5357 </beginLabelStyle>
5291 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yO1WgoApEeW6pe97ikalXw" showIcon="false"/> 5358 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yO1WgoApEeW6pe97ikalXw" showIcon="false"/>
5292 </ownedStyle> 5359 </ownedStyle>
5293 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5360 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5294 </ownedDiagramElements> 5361 </ownedDiagramElements>
5295 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yO19kIApEeW6pe97ikalXw" sourceNode="_yMBTEIApEeW6pe97ikalXw" targetNode="_yLw0YIApEeW6pe97ikalXw"> 5362 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yO19kIApEeW6pe97ikalXw" sourceNode="_yMBTEIApEeW6pe97ikalXw" targetNode="_yLw0YIApEeW6pe97ikalXw">
5296 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 5363 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
5297 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/> 5364 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolTypeReference"/>
5298 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yO2koIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree"> 5365 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yO2koIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree">
5299 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5366 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5300 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yO2koYApEeW6pe97ikalXw" showIcon="false"> 5367 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yO2koYApEeW6pe97ikalXw" showIcon="false">
5301 <labelFormat>italic</labelFormat> 5368 <labelFormat>italic</labelFormat>
5302 </beginLabelStyle> 5369 </beginLabelStyle>
5303 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yO2kooApEeW6pe97ikalXw" showIcon="false"/> 5370 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yO2kooApEeW6pe97ikalXw" showIcon="false"/>
5304 </ownedStyle> 5371 </ownedStyle>
5305 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5372 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5306 </ownedDiagramElements> 5373 </ownedDiagramElements>
5307 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yO2ko4ApEeW6pe97ikalXw" sourceNode="_yMChMIApEeW6pe97ikalXw" targetNode="_yLw0YIApEeW6pe97ikalXw"> 5374 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yO2ko4ApEeW6pe97ikalXw" sourceNode="_yMChMIApEeW6pe97ikalXw" targetNode="_yLw0YIApEeW6pe97ikalXw">
5308 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 5375 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
5309 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/> 5376 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealTypeReference"/>
5310 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_yO3LsIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree"> 5377 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_yO3LsIApEeW6pe97ikalXw" targetArrow="InputClosedArrow" routingStyle="tree">
5311 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5378 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5312 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_yO3LsYApEeW6pe97ikalXw" showIcon="false"> 5379 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_yO3LsYApEeW6pe97ikalXw" showIcon="false">
5313 <labelFormat>italic</labelFormat> 5380 <labelFormat>italic</labelFormat>
5314 </beginLabelStyle> 5381 </beginLabelStyle>
5315 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_yO3LsoApEeW6pe97ikalXw" showIcon="false"/> 5382 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_yO3LsoApEeW6pe97ikalXw" showIcon="false"/>
5316 </ownedStyle> 5383 </ownedStyle>
5317 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5384 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5318 </ownedDiagramElements> 5385 </ownedDiagramElements>
5319 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_yPalU4ApEeW6pe97ikalXw" sourceNode="_yM4OsIApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw"> 5386 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_yPalU4ApEeW6pe97ikalXw" sourceNode="_yM4OsIApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw">
5320 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 5387 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
5321 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/> 5388 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeDeclaration"/>
5322 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_W3FsUG7rEeifqZoaQeIEkw" targetArrow="InputClosedArrow" routingStyle="tree"> 5389 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_W3FsUG7rEeifqZoaQeIEkw" targetArrow="InputClosedArrow" routingStyle="tree">
5323 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5390 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5324 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_W3FsUW7rEeifqZoaQeIEkw" showIcon="false"> 5391 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_W3FsUW7rEeifqZoaQeIEkw" showIcon="false">
5325 <labelFormat>italic</labelFormat> 5392 <labelFormat>italic</labelFormat>
5326 </beginLabelStyle> 5393 </beginLabelStyle>
5327 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_W3FsUm7rEeifqZoaQeIEkw" showIcon="false"/> 5394 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_W3FsUm7rEeifqZoaQeIEkw" showIcon="false"/>
5328 </ownedStyle> 5395 </ownedStyle>
5329 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5396 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5330 </ownedDiagramElements> 5397 </ownedDiagramElements>
5331 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_OLUM0IPKEeWOre-0TMCmMQ" sourceNode="_yLnqcIApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes"> 5398 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_OLUM0IPKEeWOre-0TMCmMQ" sourceNode="_yLnqcIApEeW6pe97ikalXw" targetNode="_yLnqcIApEeW6pe97ikalXw" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes">
5332 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 5399 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
5333 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 5400 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
5334 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/> 5401 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/>
5335 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_OLUz4IPKEeWOre-0TMCmMQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 5402 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_OLUz4IPKEeWOre-0TMCmMQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
5336 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/> 5403 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
5337 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_OLUz4YPKEeWOre-0TMCmMQ" showIcon="false"/> 5404 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_OLUz4YPKEeWOre-0TMCmMQ" showIcon="false"/>
5338 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_OLUz4oPKEeWOre-0TMCmMQ" showIcon="false"/> 5405 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_OLUz4oPKEeWOre-0TMCmMQ" showIcon="false"/>
5339 </ownedStyle> 5406 </ownedStyle>
5340 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 5407 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
5341 </ownedDiagramElements> 5408 </ownedDiagramElements>
5342 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_ydGHUHt9EeeCn_RNMwgEBg" sourceNode="_yLrU0IApEeW6pe97ikalXw" targetNode="_yLsi8IApEeW6pe97ikalXw" beginLabel="[0..*] elements" endLabel="[0..*] definedInType"> 5409 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_ydGHUHt9EeeCn_RNMwgEBg" sourceNode="_yLrU0IApEeW6pe97ikalXw" targetNode="_yLsi8IApEeW6pe97ikalXw" beginLabel="[0..*] elements" endLabel="[0..*] definedInType">
5343 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/> 5410 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
5344 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/> 5411 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
5345 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/elements"/> 5412 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TypeDefinition/elements"/>
5346 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Uzv7kG7rEeifqZoaQeIEkw" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 5413 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Uzv7kG7rEeifqZoaQeIEkw" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
5347 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/> 5414 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
5348 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Uzv7kW7rEeifqZoaQeIEkw" showIcon="false"/> 5415 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Uzv7kW7rEeifqZoaQeIEkw" showIcon="false"/>
5349 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_Uzv7km7rEeifqZoaQeIEkw" showIcon="false"/> 5416 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_Uzv7km7rEeifqZoaQeIEkw" showIcon="false"/>
5350 </ownedStyle> 5417 </ownedStyle>
5351 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 5418 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
5352 </ownedDiagramElements> 5419 </ownedDiagramElements>
5353 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_1t3UgHt9EeeCn_RNMwgEBg" name="StringTypeReference" tooltipText="" outgoingEdges="_8SF2gHt9EeeCn_RNMwgEBg" width="12" height="10"> 5420 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_1t3UgHt9EeeCn_RNMwgEBg" name="StringTypeReference" tooltipText="" outgoingEdges="_8SF2gHt9EeeCn_RNMwgEBg" width="12" height="10">
5354 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/> 5421 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/>
5355 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/> 5422 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/>
5356 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 5423 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
5357 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 5424 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
5358 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 5425 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
5359 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_1t37kHt9EeeCn_RNMwgEBg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 5426 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_1t37kHt9EeeCn_RNMwgEBg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
5360 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 5427 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
5361 </ownedStyle> 5428 </ownedStyle>
5362 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 5429 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
5363 </ownedDiagramElements> 5430 </ownedDiagramElements>
5364 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_8SF2gHt9EeeCn_RNMwgEBg" sourceNode="_1t3UgHt9EeeCn_RNMwgEBg" targetNode="_yLw0YIApEeW6pe97ikalXw"> 5431 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_8SF2gHt9EeeCn_RNMwgEBg" sourceNode="_1t3UgHt9EeeCn_RNMwgEBg" targetNode="_yLw0YIApEeW6pe97ikalXw">
5365 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/> 5432 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/>
5366 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/> 5433 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringTypeReference"/>
5367 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_8SGdkHt9EeeCn_RNMwgEBg" targetArrow="InputClosedArrow" routingStyle="tree"> 5434 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_8SGdkHt9EeeCn_RNMwgEBg" targetArrow="InputClosedArrow" routingStyle="tree">
5368 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 5435 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
5369 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_8SGdkXt9EeeCn_RNMwgEBg" showIcon="false"> 5436 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_8SGdkXt9EeeCn_RNMwgEBg" showIcon="false">
5370 <labelFormat>italic</labelFormat> 5437 <labelFormat>italic</labelFormat>
5371 </beginLabelStyle> 5438 </beginLabelStyle>
5372 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_8SGdknt9EeeCn_RNMwgEBg" showIcon="false"/> 5439 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_8SGdknt9EeeCn_RNMwgEBg" showIcon="false"/>
5373 </ownedStyle> 5440 </ownedStyle>
5374 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 5441 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
5375 </ownedDiagramElements> 5442 </ownedDiagramElements>
5376 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 5443 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
5377 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_v6LzVYApEeW6pe97ikalXw"/> 5444 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_v6LzVYApEeW6pe97ikalXw"/>
5378 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 5445 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
5379 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 5446 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
5380 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 5447 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
5381 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/> 5448 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
5382 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 5449 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
5383 </diagram:DSemanticDiagram> 5450 </diagram:DSemanticDiagram>
5384 <diagram:DSemanticDiagram xmi:id="_FSREgIP2EeWOre-0TMCmMQ" name="Constants, Functions and Relations" uid="_TDSDgG7rEeifqZoaQeIEkw"> 5451 <diagram:DSemanticDiagram uid="_FSREgIP2EeWOre-0TMCmMQ" name="Constants, Functions and Relations">
5385 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_FSREgYP2EeWOre-0TMCmMQ" source="DANNOTATION_CUSTOMIZATION_KEY"> 5452 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_FSREgYP2EeWOre-0TMCmMQ" source="DANNOTATION_CUSTOMIZATION_KEY">
5386 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_FSREgoP2EeWOre-0TMCmMQ"> 5453 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_FSREgoP2EeWOre-0TMCmMQ">
5387 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_FSREg4P2EeWOre-0TMCmMQ" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1"> 5454 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_FSREg4P2EeWOre-0TMCmMQ" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1">
5388 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 5455 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
5389 <labelFormat>bold</labelFormat> 5456 <labelFormat>bold</labelFormat>
@@ -5411,11 +5478,15 @@
5411 </computedStyleDescriptions> 5478 </computedStyleDescriptions>
5412 </data> 5479 </data>
5413 </ownedAnnotationEntries> 5480 </ownedAnnotationEntries>
5414 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_FSREioP2EeWOre-0TMCmMQ" source="GMF_DIAGRAMS"> 5481 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_FSREioP2EeWOre-0TMCmMQ" source="GMF_DIAGRAMS">
5415 <data xmi:type="notation:Diagram" xmi:id="_FSREi4P2EeWOre-0TMCmMQ" type="Sirius" element="_FSREgIP2EeWOre-0TMCmMQ" measurementUnit="Pixel"> 5482 <data xmi:type="notation:Diagram" xmi:id="_FSREi4P2EeWOre-0TMCmMQ" type="Sirius" element="_FSREgIP2EeWOre-0TMCmMQ" measurementUnit="Pixel">
5416 <children xmi:type="notation:Node" xmi:id="_FSREloP2EeWOre-0TMCmMQ" type="2003" element="_FSRvsIP2EeWOre-0TMCmMQ"> 5483 <children xmi:type="notation:Node" xmi:id="_FSREloP2EeWOre-0TMCmMQ" type="2003" element="_FSRvsIP2EeWOre-0TMCmMQ">
5417 <children xmi:type="notation:Node" xmi:id="_FSREl4P2EeWOre-0TMCmMQ" type="5007"/> 5484 <children xmi:type="notation:Node" xmi:id="_FSREl4P2EeWOre-0TMCmMQ" type="5007"/>
5418 <children xmi:type="notation:Node" xmi:id="_FSREmIP2EeWOre-0TMCmMQ" type="7004"> 5485 <children xmi:type="notation:Node" xmi:id="_FSREmIP2EeWOre-0TMCmMQ" type="7004">
5486 <children xmi:type="notation:Node" xmi:id="_zbdBwG6hEemSyfDlsGAqLA" type="3010" element="_zbPmYG6hEemSyfDlsGAqLA">
5487 <styles xmi:type="notation:FontStyle" xmi:id="_zbdBwW6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
5488 <layoutConstraint xmi:type="notation:Location" xmi:id="_zbdBwm6hEemSyfDlsGAqLA"/>
5489 </children>
5419 <styles xmi:type="notation:SortingStyle" xmi:id="_FSREmYP2EeWOre-0TMCmMQ"/> 5490 <styles xmi:type="notation:SortingStyle" xmi:id="_FSREmYP2EeWOre-0TMCmMQ"/>
5420 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSREmoP2EeWOre-0TMCmMQ"/> 5491 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSREmoP2EeWOre-0TMCmMQ"/>
5421 </children> 5492 </children>
@@ -5434,6 +5505,10 @@
5434 <children xmi:type="notation:Node" xmi:id="_FSREzoP2EeWOre-0TMCmMQ" type="2003" element="_FSRvwIP2EeWOre-0TMCmMQ"> 5505 <children xmi:type="notation:Node" xmi:id="_FSREzoP2EeWOre-0TMCmMQ" type="2003" element="_FSRvwIP2EeWOre-0TMCmMQ">
5435 <children xmi:type="notation:Node" xmi:id="_FSREz4P2EeWOre-0TMCmMQ" type="5007"/> 5506 <children xmi:type="notation:Node" xmi:id="_FSREz4P2EeWOre-0TMCmMQ" type="5007"/>
5436 <children xmi:type="notation:Node" xmi:id="_FSRE0IP2EeWOre-0TMCmMQ" type="7004"> 5507 <children xmi:type="notation:Node" xmi:id="_FSRE0IP2EeWOre-0TMCmMQ" type="7004">
5508 <children xmi:type="notation:Node" xmi:id="_zbdo0G6hEemSyfDlsGAqLA" type="3010" element="_zbQNcG6hEemSyfDlsGAqLA">
5509 <styles xmi:type="notation:FontStyle" xmi:id="_zbdo0W6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
5510 <layoutConstraint xmi:type="notation:Location" xmi:id="_zbdo0m6hEemSyfDlsGAqLA"/>
5511 </children>
5437 <styles xmi:type="notation:SortingStyle" xmi:id="_FSRE0YP2EeWOre-0TMCmMQ"/> 5512 <styles xmi:type="notation:SortingStyle" xmi:id="_FSRE0YP2EeWOre-0TMCmMQ"/>
5438 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSRE0oP2EeWOre-0TMCmMQ"/> 5513 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSRE0oP2EeWOre-0TMCmMQ"/>
5439 </children> 5514 </children>
@@ -5474,6 +5549,10 @@
5474 <children xmi:type="notation:Node" xmi:id="_FSRFy4P2EeWOre-0TMCmMQ" type="2003" element="_FSRwDoP2EeWOre-0TMCmMQ"> 5549 <children xmi:type="notation:Node" xmi:id="_FSRFy4P2EeWOre-0TMCmMQ" type="2003" element="_FSRwDoP2EeWOre-0TMCmMQ">
5475 <children xmi:type="notation:Node" xmi:id="_FSRFzIP2EeWOre-0TMCmMQ" type="5007"/> 5550 <children xmi:type="notation:Node" xmi:id="_FSRFzIP2EeWOre-0TMCmMQ" type="5007"/>
5476 <children xmi:type="notation:Node" xmi:id="_FSRFzYP2EeWOre-0TMCmMQ" type="7004"> 5551 <children xmi:type="notation:Node" xmi:id="_FSRFzYP2EeWOre-0TMCmMQ" type="7004">
5552 <children xmi:type="notation:Node" xmi:id="_zbdo026hEemSyfDlsGAqLA" type="3010" element="_zbRbkG6hEemSyfDlsGAqLA">
5553 <styles xmi:type="notation:FontStyle" xmi:id="_zbdo1G6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
5554 <layoutConstraint xmi:type="notation:Location" xmi:id="_zbdo1W6hEemSyfDlsGAqLA"/>
5555 </children>
5477 <styles xmi:type="notation:SortingStyle" xmi:id="_FSRFzoP2EeWOre-0TMCmMQ"/> 5556 <styles xmi:type="notation:SortingStyle" xmi:id="_FSRFzoP2EeWOre-0TMCmMQ"/>
5478 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSRFz4P2EeWOre-0TMCmMQ"/> 5557 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSRFz4P2EeWOre-0TMCmMQ"/>
5479 </children> 5558 </children>
@@ -5483,6 +5562,10 @@
5483 <children xmi:type="notation:Node" xmi:id="_FSRF0oP2EeWOre-0TMCmMQ" type="2003" element="_FSRwEIP2EeWOre-0TMCmMQ"> 5562 <children xmi:type="notation:Node" xmi:id="_FSRF0oP2EeWOre-0TMCmMQ" type="2003" element="_FSRwEIP2EeWOre-0TMCmMQ">
5484 <children xmi:type="notation:Node" xmi:id="_FSRF04P2EeWOre-0TMCmMQ" type="5007"/> 5563 <children xmi:type="notation:Node" xmi:id="_FSRF04P2EeWOre-0TMCmMQ" type="5007"/>
5485 <children xmi:type="notation:Node" xmi:id="_FSRF1IP2EeWOre-0TMCmMQ" type="7004"> 5564 <children xmi:type="notation:Node" xmi:id="_FSRF1IP2EeWOre-0TMCmMQ" type="7004">
5565 <children xmi:type="notation:Node" xmi:id="_zbeP4G6hEemSyfDlsGAqLA" type="3010" element="_zbSCoG6hEemSyfDlsGAqLA">
5566 <styles xmi:type="notation:FontStyle" xmi:id="_zbeP4W6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
5567 <layoutConstraint xmi:type="notation:Location" xmi:id="_zbeP4m6hEemSyfDlsGAqLA"/>
5568 </children>
5486 <styles xmi:type="notation:SortingStyle" xmi:id="_FSRF1YP2EeWOre-0TMCmMQ"/> 5569 <styles xmi:type="notation:SortingStyle" xmi:id="_FSRF1YP2EeWOre-0TMCmMQ"/>
5487 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSRF1oP2EeWOre-0TMCmMQ"/> 5570 <styles xmi:type="notation:FilteringStyle" xmi:id="_FSRF1oP2EeWOre-0TMCmMQ"/>
5488 </children> 5571 </children>
@@ -6024,531 +6107,563 @@
6024 </edges> 6107 </edges>
6025 </data> 6108 </data>
6026 </ownedAnnotationEntries> 6109 </ownedAnnotationEntries>
6027 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRvsIP2EeWOre-0TMCmMQ" name="DefinedElement" tooltipText="" outgoingEdges="_FSSSq4P2EeWOre-0TMCmMQ" width="12" height="10"> 6110 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRvsIP2EeWOre-0TMCmMQ" name="DefinedElement" tooltipText="" outgoingEdges="_FSSSq4P2EeWOre-0TMCmMQ" width="12" height="10">
6028 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 6111 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
6029 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 6112 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
6030 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6113 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6031 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6114 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6032 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6115 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6033 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRvsYP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6116 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRvsYP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6034 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6117 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6035 </ownedStyle> 6118 </ownedStyle>
6036 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6119 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6120 <ownedElements xmi:type="diagram:DNodeListElement" uid="_zbPmYG6hEemSyfDlsGAqLA" name=" definedInType : TypeDefinition" tooltipText="">
6121 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
6122 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
6123 <ownedStyle xmi:type="diagram:BundledImage" uid="_zbPmYW6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
6124 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
6125 </ownedStyle>
6126 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
6127 </ownedElements>
6037 </ownedDiagramElements> 6128 </ownedDiagramElements>
6038 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRvtIP2EeWOre-0TMCmMQ" name="TypeReference" tooltipText="" incomingEdges="_FSRwGoP2EeWOre-0TMCmMQ _FSRwHoP2EeWOre-0TMCmMQ _FSRwKoP2EeWOre-0TMCmMQ _FSRwioP2EeWOre-0TMCmMQ _FSSSo4P2EeWOre-0TMCmMQ" width="12" height="10"> 6129 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRvtIP2EeWOre-0TMCmMQ" name="TypeReference" tooltipText="" incomingEdges="_FSRwGoP2EeWOre-0TMCmMQ _FSRwHoP2EeWOre-0TMCmMQ _FSRwKoP2EeWOre-0TMCmMQ _FSRwioP2EeWOre-0TMCmMQ _FSSSo4P2EeWOre-0TMCmMQ" width="12" height="10">
6039 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 6130 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
6040 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 6131 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
6041 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6132 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6042 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6133 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6043 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6134 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6044 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRvtYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 6135 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRvtYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6045 <labelFormat>italic</labelFormat> 6136 <labelFormat>italic</labelFormat>
6046 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 6137 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6047 </ownedStyle> 6138 </ownedStyle>
6048 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6139 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6049 </ownedDiagramElements> 6140 </ownedDiagramElements>
6050 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRvwIP2EeWOre-0TMCmMQ" name="Function" tooltipText="" outgoingEdges="_FSRwGoP2EeWOre-0TMCmMQ _FSRwHoP2EeWOre-0TMCmMQ _FSSSy4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTZYP2EeWOre-0TMCmMQ _FSSTlYP2EeWOre-0TMCmMQ" width="12" height="10"> 6141 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRvwIP2EeWOre-0TMCmMQ" name="Function" tooltipText="" outgoingEdges="_FSRwGoP2EeWOre-0TMCmMQ _FSRwHoP2EeWOre-0TMCmMQ _FSSSy4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTZYP2EeWOre-0TMCmMQ _FSSTlYP2EeWOre-0TMCmMQ" width="12" height="10">
6051 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 6142 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
6052 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 6143 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
6053 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6144 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6054 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6145 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6055 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6146 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6056 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRvwYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 6147 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRvwYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6057 <labelFormat>italic</labelFormat> 6148 <labelFormat>italic</labelFormat>
6058 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 6149 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6059 </ownedStyle> 6150 </ownedStyle>
6060 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6151 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6152 <ownedElements xmi:type="diagram:DNodeListElement" uid="_zbQNcG6hEemSyfDlsGAqLA" name=" annotations : FunctionAnnotation" tooltipText="">
6153 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/>
6154 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/>
6155 <ownedStyle xmi:type="diagram:BundledImage" uid="_zbQNcW6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
6156 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
6157 </ownedStyle>
6158 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
6159 </ownedElements>
6061 </ownedDiagramElements> 6160 </ownedDiagramElements>
6062 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRvwoP2EeWOre-0TMCmMQ" name="Term" tooltipText="" incomingEdges="_FSSTVYP2EeWOre-0TMCmMQ _FSSTX4P2EeWOre-0TMCmMQ _FSSTbYP2EeWOre-0TMCmMQ _FSSTc4P2EeWOre-0TMCmMQ _FSSTd4P2EeWOre-0TMCmMQ _FSSTe4P2EeWOre-0TMCmMQ _FSSTf4P2EeWOre-0TMCmMQ" width="12" height="10"> 6161 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRvwoP2EeWOre-0TMCmMQ" name="Term" tooltipText="" incomingEdges="_FSSTVYP2EeWOre-0TMCmMQ _FSSTX4P2EeWOre-0TMCmMQ _FSSTbYP2EeWOre-0TMCmMQ _FSSTc4P2EeWOre-0TMCmMQ _FSSTd4P2EeWOre-0TMCmMQ _FSSTe4P2EeWOre-0TMCmMQ _FSSTf4P2EeWOre-0TMCmMQ" width="12" height="10">
6063 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 6162 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
6064 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 6163 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
6065 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6164 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6066 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6165 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6067 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6166 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6068 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRvw4P2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 6167 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRvw4P2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6069 <labelFormat>italic</labelFormat> 6168 <labelFormat>italic</labelFormat>
6070 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 6169 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6071 </ownedStyle> 6170 </ownedStyle>
6072 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6171 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6073 </ownedDiagramElements> 6172 </ownedDiagramElements>
6074 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRvxIP2EeWOre-0TMCmMQ" name="SymbolicDeclaration" tooltipText="" incomingEdges="_FSSSq4P2EeWOre-0TMCmMQ _FSSSy4P2EeWOre-0TMCmMQ _FSSS64P2EeWOre-0TMCmMQ _FSSTR4P2EeWOre-0TMCmMQ _FSSTS4P2EeWOre-0TMCmMQ" width="12" height="10"> 6173 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRvxIP2EeWOre-0TMCmMQ" name="SymbolicDeclaration" tooltipText="" incomingEdges="_FSSSq4P2EeWOre-0TMCmMQ _FSSSy4P2EeWOre-0TMCmMQ _FSSS64P2EeWOre-0TMCmMQ _FSSTR4P2EeWOre-0TMCmMQ _FSSTS4P2EeWOre-0TMCmMQ" width="12" height="10">
6075 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 6174 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
6076 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 6175 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
6077 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6176 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6078 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6177 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6079 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6178 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6080 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRvxYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 6179 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRvxYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6081 <labelFormat>italic</labelFormat> 6180 <labelFormat>italic</labelFormat>
6082 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 6181 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6083 </ownedStyle> 6182 </ownedStyle>
6084 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6183 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6085 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_FSRvxoP2EeWOre-0TMCmMQ" name="name : EString" tooltipText=""> 6184 <ownedElements xmi:type="diagram:DNodeListElement" uid="_FSRvxoP2EeWOre-0TMCmMQ" name="name : EString" tooltipText="">
6086 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/> 6185 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/>
6087 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/> 6186 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/>
6088 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_FSRvx4P2EeWOre-0TMCmMQ" labelAlignment="LEFT" description="_FSREg4P2EeWOre-0TMCmMQ"> 6187 <ownedStyle xmi:type="diagram:BundledImage" uid="_FSRvx4P2EeWOre-0TMCmMQ" labelAlignment="LEFT" description="_FSREg4P2EeWOre-0TMCmMQ">
6089 <labelFormat>bold</labelFormat> 6188 <labelFormat>bold</labelFormat>
6090 </ownedStyle> 6189 </ownedStyle>
6091 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 6190 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6092 </ownedElements> 6191 </ownedElements>
6093 </ownedDiagramElements> 6192 </ownedDiagramElements>
6094 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRv2IP2EeWOre-0TMCmMQ" name="Variable" tooltipText="" outgoingEdges="_FSRwKoP2EeWOre-0TMCmMQ _FSSS64P2EeWOre-0TMCmMQ" incomingEdges="_FSSTW4P2EeWOre-0TMCmMQ _FSSTaYP2EeWOre-0TMCmMQ" width="12" height="10"> 6193 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRv2IP2EeWOre-0TMCmMQ" name="Variable" tooltipText="" outgoingEdges="_FSRwKoP2EeWOre-0TMCmMQ _FSSS64P2EeWOre-0TMCmMQ" incomingEdges="_FSSTW4P2EeWOre-0TMCmMQ _FSSTaYP2EeWOre-0TMCmMQ" width="12" height="10">
6095 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 6194 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
6096 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 6195 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
6097 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6196 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6098 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6197 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6099 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6198 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6100 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRv2YP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6199 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRv2YP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6101 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6200 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6102 </ownedStyle> 6201 </ownedStyle>
6103 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6202 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6104 </ownedDiagramElements> 6203 </ownedDiagramElements>
6105 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRwDoP2EeWOre-0TMCmMQ" name="Relation" tooltipText="" outgoingEdges="_FSRwioP2EeWOre-0TMCmMQ _FSSTR4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTj4P2EeWOre-0TMCmMQ _FSSTmYP2EeWOre-0TMCmMQ" width="12" height="10"> 6204 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRwDoP2EeWOre-0TMCmMQ" name="Relation" tooltipText="" outgoingEdges="_FSRwioP2EeWOre-0TMCmMQ _FSSTR4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTj4P2EeWOre-0TMCmMQ _FSSTmYP2EeWOre-0TMCmMQ" width="12" height="10">
6106 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 6205 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
6107 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 6206 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
6108 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6207 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6109 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6208 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6110 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6209 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6111 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRwD4P2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 6210 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRwD4P2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6112 <labelFormat>italic</labelFormat> 6211 <labelFormat>italic</labelFormat>
6113 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 6212 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6114 </ownedStyle> 6213 </ownedStyle>
6115 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6214 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6215 <ownedElements xmi:type="diagram:DNodeListElement" uid="_zbRbkG6hEemSyfDlsGAqLA" name=" annotations : RelationAnnotation" tooltipText="">
6216 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
6217 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
6218 <ownedStyle xmi:type="diagram:BundledImage" uid="_zbRbkW6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
6219 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
6220 </ownedStyle>
6221 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
6222 </ownedElements>
6116 </ownedDiagramElements> 6223 </ownedDiagramElements>
6117 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSRwEIP2EeWOre-0TMCmMQ" name="Constant" tooltipText="" outgoingEdges="_FSSSo4P2EeWOre-0TMCmMQ _FSSTS4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTUYP2EeWOre-0TMCmMQ _FSSThYP2EeWOre-0TMCmMQ" width="12" height="10"> 6224 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSRwEIP2EeWOre-0TMCmMQ" name="Constant" tooltipText="" outgoingEdges="_FSSSo4P2EeWOre-0TMCmMQ _FSSTS4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTUYP2EeWOre-0TMCmMQ _FSSThYP2EeWOre-0TMCmMQ" width="12" height="10">
6118 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 6225 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
6119 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 6226 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
6120 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6227 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6121 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6228 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6122 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6229 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6123 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSRwEYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 6230 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSRwEYP2EeWOre-0TMCmMQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6124 <labelFormat>italic</labelFormat> 6231 <labelFormat>italic</labelFormat>
6125 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 6232 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6126 </ownedStyle> 6233 </ownedStyle>
6127 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6234 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6235 <ownedElements xmi:type="diagram:DNodeListElement" uid="_zbSCoG6hEemSyfDlsGAqLA" name=" annotations : ConstantAnnotation" tooltipText="">
6236 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/>
6237 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/>
6238 <ownedStyle xmi:type="diagram:BundledImage" uid="_zbSCoW6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
6239 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
6240 </ownedStyle>
6241 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
6242 </ownedElements>
6128 </ownedDiagramElements> 6243 </ownedDiagramElements>
6129 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSRwGoP2EeWOre-0TMCmMQ" name="[1..1] range" sourceNode="_FSRvwIP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ"> 6244 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSRwGoP2EeWOre-0TMCmMQ" name="[1..1] range" sourceNode="_FSRvwIP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ">
6130 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/> 6245 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
6131 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/> 6246 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
6132 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_eUcdsIWlEeWhkpx1k3JSIA" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6247 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_eUcdsIWlEeWhkpx1k3JSIA" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6133 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_eUcdsYWlEeWhkpx1k3JSIA" showIcon="false"> 6248 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_eUcdsYWlEeWhkpx1k3JSIA" showIcon="false">
6134 <labelFormat>bold</labelFormat> 6249 <labelFormat>bold</labelFormat>
6135 </centerLabelStyle> 6250 </centerLabelStyle>
6136 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_eUcdsoWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6251 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_eUcdsoWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6137 </ownedStyle> 6252 </ownedStyle>
6138 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6253 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6139 </ownedDiagramElements> 6254 </ownedDiagramElements>
6140 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSRwHoP2EeWOre-0TMCmMQ" name="[0..*] parameters" sourceNode="_FSRvwIP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ"> 6255 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSRwHoP2EeWOre-0TMCmMQ" name="[0..*] parameters" sourceNode="_FSRvwIP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ">
6141 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/> 6256 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
6142 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/> 6257 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
6143 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSRwH4P2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6258 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSRwH4P2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6144 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSRwIIP2EeWOre-0TMCmMQ" showIcon="false"> 6259 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSRwIIP2EeWOre-0TMCmMQ" showIcon="false">
6145 <customFeatures>labelSize</customFeatures> 6260 <customFeatures>labelSize</customFeatures>
6146 </centerLabelStyle> 6261 </centerLabelStyle>
6147 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSRwIYP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6262 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSRwIYP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6148 <customFeatures>labelSize</customFeatures> 6263 <customFeatures>labelSize</customFeatures>
6149 </endLabelStyle> 6264 </endLabelStyle>
6150 </ownedStyle> 6265 </ownedStyle>
6151 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6266 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6152 </ownedDiagramElements> 6267 </ownedDiagramElements>
6153 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSRwKoP2EeWOre-0TMCmMQ" name="[1..1] range" sourceNode="_FSRv2IP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ"> 6268 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSRwKoP2EeWOre-0TMCmMQ" name="[1..1] range" sourceNode="_FSRv2IP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ">
6154 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/> 6269 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/>
6155 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/> 6270 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/>
6156 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_e8_EYIWlEeWhkpx1k3JSIA" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6271 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_e8_EYIWlEeWhkpx1k3JSIA" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6157 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_e8_EYYWlEeWhkpx1k3JSIA" showIcon="false"> 6272 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_e8_EYYWlEeWhkpx1k3JSIA" showIcon="false">
6158 <labelFormat>bold</labelFormat> 6273 <labelFormat>bold</labelFormat>
6159 </centerLabelStyle> 6274 </centerLabelStyle>
6160 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_e8_EYoWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6275 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_e8_EYoWlEeWhkpx1k3JSIA" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6161 </ownedStyle> 6276 </ownedStyle>
6162 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6277 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6163 </ownedDiagramElements> 6278 </ownedDiagramElements>
6164 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSRwioP2EeWOre-0TMCmMQ" name="[0..*] parameters" sourceNode="_FSRwDoP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ"> 6279 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSRwioP2EeWOre-0TMCmMQ" name="[0..*] parameters" sourceNode="_FSRwDoP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ">
6165 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 6280 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
6166 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 6281 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
6167 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSSoIP2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6282 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSSoIP2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6168 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSSoYP2EeWOre-0TMCmMQ" showIcon="false"> 6283 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSSoYP2EeWOre-0TMCmMQ" showIcon="false">
6169 <customFeatures>labelSize</customFeatures> 6284 <customFeatures>labelSize</customFeatures>
6170 </centerLabelStyle> 6285 </centerLabelStyle>
6171 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSSooP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6286 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSSooP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6172 <customFeatures>labelSize</customFeatures> 6287 <customFeatures>labelSize</customFeatures>
6173 </endLabelStyle> 6288 </endLabelStyle>
6174 </ownedStyle> 6289 </ownedStyle>
6175 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6290 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6176 </ownedDiagramElements> 6291 </ownedDiagramElements>
6177 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSSo4P2EeWOre-0TMCmMQ" name="[1..1] type" sourceNode="_FSRwEIP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ"> 6292 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSSo4P2EeWOre-0TMCmMQ" name="[1..1] type" sourceNode="_FSRwEIP2EeWOre-0TMCmMQ" targetNode="_FSRvtIP2EeWOre-0TMCmMQ">
6178 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/> 6293 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
6179 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/> 6294 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
6180 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSSpIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6295 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSSpIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6181 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSSpYP2EeWOre-0TMCmMQ" showIcon="false"> 6296 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSSpYP2EeWOre-0TMCmMQ" showIcon="false">
6182 <customFeatures>labelSize</customFeatures> 6297 <customFeatures>labelSize</customFeatures>
6183 <labelFormat>bold</labelFormat> 6298 <labelFormat>bold</labelFormat>
6184 </centerLabelStyle> 6299 </centerLabelStyle>
6185 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSSpoP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6300 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSSpoP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6186 <customFeatures>labelSize</customFeatures> 6301 <customFeatures>labelSize</customFeatures>
6187 </endLabelStyle> 6302 </endLabelStyle>
6188 </ownedStyle> 6303 </ownedStyle>
6189 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6304 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6190 </ownedDiagramElements> 6305 </ownedDiagramElements>
6191 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSSq4P2EeWOre-0TMCmMQ" sourceNode="_FSRvsIP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ"> 6306 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSSq4P2EeWOre-0TMCmMQ" sourceNode="_FSRvsIP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ">
6192 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 6307 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
6193 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//DefinedElement/@eGenericSuperTypes.0"/> 6308 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
6194 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSSrIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6309 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSSrIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6195 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6310 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6196 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSSrYP2EeWOre-0TMCmMQ" showIcon="false"> 6311 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSSrYP2EeWOre-0TMCmMQ" showIcon="false">
6197 <labelFormat>italic</labelFormat> 6312 <labelFormat>italic</labelFormat>
6198 </beginLabelStyle> 6313 </beginLabelStyle>
6199 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSSroP2EeWOre-0TMCmMQ" showIcon="false"/> 6314 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSSroP2EeWOre-0TMCmMQ" showIcon="false"/>
6200 </ownedStyle> 6315 </ownedStyle>
6201 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6316 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6202 </ownedDiagramElements> 6317 </ownedDiagramElements>
6203 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSSy4P2EeWOre-0TMCmMQ" sourceNode="_FSRvwIP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ"> 6318 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSSy4P2EeWOre-0TMCmMQ" sourceNode="_FSRvwIP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ">
6204 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 6319 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
6205 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Function/@eGenericSuperTypes.0"/> 6320 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
6206 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSSzIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6321 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSSzIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6207 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6322 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6208 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSSzYP2EeWOre-0TMCmMQ" showIcon="false"> 6323 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSSzYP2EeWOre-0TMCmMQ" showIcon="false">
6209 <labelFormat>italic</labelFormat> 6324 <labelFormat>italic</labelFormat>
6210 </beginLabelStyle> 6325 </beginLabelStyle>
6211 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSSzoP2EeWOre-0TMCmMQ" showIcon="false"/> 6326 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSSzoP2EeWOre-0TMCmMQ" showIcon="false"/>
6212 </ownedStyle> 6327 </ownedStyle>
6213 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6328 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6214 </ownedDiagramElements> 6329 </ownedDiagramElements>
6215 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSS64P2EeWOre-0TMCmMQ" sourceNode="_FSRv2IP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ"> 6330 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSS64P2EeWOre-0TMCmMQ" sourceNode="_FSRv2IP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ">
6216 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 6331 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
6217 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Variable/@eGenericSuperTypes.0"/> 6332 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
6218 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSS7IP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6333 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSS7IP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6219 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6334 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6220 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSS7YP2EeWOre-0TMCmMQ" showIcon="false"> 6335 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSS7YP2EeWOre-0TMCmMQ" showIcon="false">
6221 <labelFormat>italic</labelFormat> 6336 <labelFormat>italic</labelFormat>
6222 </beginLabelStyle> 6337 </beginLabelStyle>
6223 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSS7oP2EeWOre-0TMCmMQ" showIcon="false"/> 6338 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSS7oP2EeWOre-0TMCmMQ" showIcon="false"/>
6224 </ownedStyle> 6339 </ownedStyle>
6225 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6340 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6226 </ownedDiagramElements> 6341 </ownedDiagramElements>
6227 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTR4P2EeWOre-0TMCmMQ" sourceNode="_FSRwDoP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ"> 6342 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTR4P2EeWOre-0TMCmMQ" sourceNode="_FSRwDoP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ">
6228 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 6343 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
6229 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Relation/@eGenericSuperTypes.0"/> 6344 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
6230 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTSIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6345 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTSIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6231 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6346 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6232 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTSYP2EeWOre-0TMCmMQ" showIcon="false"> 6347 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTSYP2EeWOre-0TMCmMQ" showIcon="false">
6233 <labelFormat>italic</labelFormat> 6348 <labelFormat>italic</labelFormat>
6234 </beginLabelStyle> 6349 </beginLabelStyle>
6235 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTSoP2EeWOre-0TMCmMQ" showIcon="false"/> 6350 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTSoP2EeWOre-0TMCmMQ" showIcon="false"/>
6236 </ownedStyle> 6351 </ownedStyle>
6237 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6352 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6238 </ownedDiagramElements> 6353 </ownedDiagramElements>
6239 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTS4P2EeWOre-0TMCmMQ" sourceNode="_FSRwEIP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ"> 6354 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTS4P2EeWOre-0TMCmMQ" sourceNode="_FSRwEIP2EeWOre-0TMCmMQ" targetNode="_FSRvxIP2EeWOre-0TMCmMQ">
6240 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 6355 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
6241 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Constant/@eGenericSuperTypes.0"/> 6356 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
6242 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTTIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6357 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTTIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6243 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6358 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6244 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTTYP2EeWOre-0TMCmMQ" showIcon="false"> 6359 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTTYP2EeWOre-0TMCmMQ" showIcon="false">
6245 <labelFormat>italic</labelFormat> 6360 <labelFormat>italic</labelFormat>
6246 </beginLabelStyle> 6361 </beginLabelStyle>
6247 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTToP2EeWOre-0TMCmMQ" showIcon="false"/> 6362 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTToP2EeWOre-0TMCmMQ" showIcon="false"/>
6248 </ownedStyle> 6363 </ownedStyle>
6249 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6364 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6250 </ownedDiagramElements> 6365 </ownedDiagramElements>
6251 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTT4P2EeWOre-0TMCmMQ" name="ConstantDefinition" tooltipText="" outgoingEdges="_FSSTUYP2EeWOre-0TMCmMQ _FSSTVYP2EeWOre-0TMCmMQ _FSSTiYP2EeWOre-0TMCmMQ" width="12" height="10"> 6366 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTT4P2EeWOre-0TMCmMQ" name="ConstantDefinition" tooltipText="" outgoingEdges="_FSSTUYP2EeWOre-0TMCmMQ _FSSTVYP2EeWOre-0TMCmMQ _FSSTiYP2EeWOre-0TMCmMQ" width="12" height="10">
6252 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/> 6367 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
6253 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/> 6368 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
6254 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6369 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6255 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6370 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6256 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6371 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6257 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSSTUIP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6372 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSSTUIP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6258 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6373 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6259 </ownedStyle> 6374 </ownedStyle>
6260 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6375 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6261 </ownedDiagramElements> 6376 </ownedDiagramElements>
6262 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTUYP2EeWOre-0TMCmMQ" sourceNode="_FSSTT4P2EeWOre-0TMCmMQ" targetNode="_FSRwEIP2EeWOre-0TMCmMQ"> 6377 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTUYP2EeWOre-0TMCmMQ" sourceNode="_FSSTT4P2EeWOre-0TMCmMQ" targetNode="_FSRwEIP2EeWOre-0TMCmMQ">
6263 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/> 6378 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
6264 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ConstantDefinition/@eGenericSuperTypes.0"/> 6379 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDefinition"/>
6265 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTUoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6380 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTUoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6266 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6381 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6267 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTU4P2EeWOre-0TMCmMQ" showIcon="false"> 6382 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTU4P2EeWOre-0TMCmMQ" showIcon="false">
6268 <labelFormat>italic</labelFormat> 6383 <labelFormat>italic</labelFormat>
6269 </beginLabelStyle> 6384 </beginLabelStyle>
6270 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTVIP2EeWOre-0TMCmMQ" showIcon="false"/> 6385 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTVIP2EeWOre-0TMCmMQ" showIcon="false"/>
6271 </ownedStyle> 6386 </ownedStyle>
6272 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6387 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6273 </ownedDiagramElements> 6388 </ownedDiagramElements>
6274 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTVYP2EeWOre-0TMCmMQ" name="[1..1] value" sourceNode="_FSSTT4P2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6389 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTVYP2EeWOre-0TMCmMQ" name="[1..1] value" sourceNode="_FSSTT4P2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6275 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/> 6390 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/>
6276 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/> 6391 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/value"/>
6277 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTVoP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6392 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTVoP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6278 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTV4P2EeWOre-0TMCmMQ" showIcon="false"> 6393 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTV4P2EeWOre-0TMCmMQ" showIcon="false">
6279 <labelFormat>bold</labelFormat> 6394 <labelFormat>bold</labelFormat>
6280 </centerLabelStyle> 6395 </centerLabelStyle>
6281 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTWIP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6396 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTWIP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6282 </ownedStyle> 6397 </ownedStyle>
6283 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6398 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6284 </ownedDiagramElements> 6399 </ownedDiagramElements>
6285 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTWYP2EeWOre-0TMCmMQ" name="RelationDefinition" tooltipText="" outgoingEdges="_FSSTW4P2EeWOre-0TMCmMQ _FSSTX4P2EeWOre-0TMCmMQ _FSSTmYP2EeWOre-0TMCmMQ _FSSTnYP2EeWOre-0TMCmMQ" width="12" height="10"> 6400 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTWYP2EeWOre-0TMCmMQ" name="RelationDefinition" tooltipText="" outgoingEdges="_FSSTW4P2EeWOre-0TMCmMQ _FSSTX4P2EeWOre-0TMCmMQ _FSSTmYP2EeWOre-0TMCmMQ _FSSTnYP2EeWOre-0TMCmMQ" width="12" height="10">
6286 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/> 6401 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
6287 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/> 6402 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
6288 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6403 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6289 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6404 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6290 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6405 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6291 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSSTWoP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6406 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSSTWoP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6292 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6407 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6293 </ownedStyle> 6408 </ownedStyle>
6294 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6409 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6295 </ownedDiagramElements> 6410 </ownedDiagramElements>
6296 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTW4P2EeWOre-0TMCmMQ" name="[0..*] variables" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSRv2IP2EeWOre-0TMCmMQ"> 6411 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTW4P2EeWOre-0TMCmMQ" name="[0..*] variables" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSRv2IP2EeWOre-0TMCmMQ">
6297 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/> 6412 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/>
6298 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/> 6413 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/variables"/>
6299 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTXIP2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6414 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTXIP2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6300 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTXYP2EeWOre-0TMCmMQ" showIcon="false"/> 6415 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTXYP2EeWOre-0TMCmMQ" showIcon="false"/>
6301 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTXoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6416 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTXoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6302 </ownedStyle> 6417 </ownedStyle>
6303 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6418 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6304 </ownedDiagramElements> 6419 </ownedDiagramElements>
6305 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTX4P2EeWOre-0TMCmMQ" name="[1..1] value" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6420 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTX4P2EeWOre-0TMCmMQ" name="[1..1] value" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6306 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/> 6421 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/>
6307 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/> 6422 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/value"/>
6308 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTYIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6423 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTYIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6309 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTYYP2EeWOre-0TMCmMQ" showIcon="false"> 6424 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTYYP2EeWOre-0TMCmMQ" showIcon="false">
6310 <labelFormat>bold</labelFormat> 6425 <labelFormat>bold</labelFormat>
6311 </centerLabelStyle> 6426 </centerLabelStyle>
6312 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTYoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6427 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTYoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6313 </ownedStyle> 6428 </ownedStyle>
6314 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6429 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6315 </ownedDiagramElements> 6430 </ownedDiagramElements>
6316 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTY4P2EeWOre-0TMCmMQ" name="FunctionDefinition" tooltipText="" outgoingEdges="_FSSTZYP2EeWOre-0TMCmMQ _FSSTaYP2EeWOre-0TMCmMQ _FSSToYP2EeWOre-0TMCmMQ _FSSTbYP2EeWOre-0TMCmMQ" width="12" height="10"> 6431 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTY4P2EeWOre-0TMCmMQ" name="FunctionDefinition" tooltipText="" outgoingEdges="_FSSTZYP2EeWOre-0TMCmMQ _FSSTaYP2EeWOre-0TMCmMQ _FSSToYP2EeWOre-0TMCmMQ _FSSTbYP2EeWOre-0TMCmMQ" width="12" height="10">
6317 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/> 6432 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
6318 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/> 6433 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
6319 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6434 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6320 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6435 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6321 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6436 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6322 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSSTZIP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6437 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSSTZIP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6323 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6438 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6324 </ownedStyle> 6439 </ownedStyle>
6325 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6440 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6326 </ownedDiagramElements> 6441 </ownedDiagramElements>
6327 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTZYP2EeWOre-0TMCmMQ" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSRvwIP2EeWOre-0TMCmMQ"> 6442 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTZYP2EeWOre-0TMCmMQ" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSRvwIP2EeWOre-0TMCmMQ">
6328 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/> 6443 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
6329 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//FunctionDefinition/@eGenericSuperTypes.0"/> 6444 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDefinition"/>
6330 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTZoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6445 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTZoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6331 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6446 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6332 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTZ4P2EeWOre-0TMCmMQ" showIcon="false"> 6447 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTZ4P2EeWOre-0TMCmMQ" showIcon="false">
6333 <labelFormat>italic</labelFormat> 6448 <labelFormat>italic</labelFormat>
6334 </beginLabelStyle> 6449 </beginLabelStyle>
6335 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTaIP2EeWOre-0TMCmMQ" showIcon="false"/> 6450 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTaIP2EeWOre-0TMCmMQ" showIcon="false"/>
6336 </ownedStyle> 6451 </ownedStyle>
6337 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6452 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6338 </ownedDiagramElements> 6453 </ownedDiagramElements>
6339 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTaYP2EeWOre-0TMCmMQ" name="[0..*] variable" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSRv2IP2EeWOre-0TMCmMQ"> 6454 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTaYP2EeWOre-0TMCmMQ" name="[0..*] variable" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSRv2IP2EeWOre-0TMCmMQ">
6340 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/> 6455 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/>
6341 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/> 6456 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/variable"/>
6342 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTaoP2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6457 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTaoP2EeWOre-0TMCmMQ" description="_FSREhIP2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6343 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTa4P2EeWOre-0TMCmMQ" showIcon="false"/> 6458 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTa4P2EeWOre-0TMCmMQ" showIcon="false"/>
6344 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTbIP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6459 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTbIP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6345 </ownedStyle> 6460 </ownedStyle>
6346 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6461 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6347 </ownedDiagramElements> 6462 </ownedDiagramElements>
6348 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTbYP2EeWOre-0TMCmMQ" name="[1..1] value" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6463 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTbYP2EeWOre-0TMCmMQ" name="[1..1] value" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6349 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/> 6464 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/>
6350 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/> 6465 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/value"/>
6351 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTboP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6466 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTboP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6352 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTb4P2EeWOre-0TMCmMQ" showIcon="false"> 6467 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTb4P2EeWOre-0TMCmMQ" showIcon="false">
6353 <customFeatures>labelSize</customFeatures> 6468 <customFeatures>labelSize</customFeatures>
6354 <labelFormat>bold</labelFormat> 6469 <labelFormat>bold</labelFormat>
6355 </centerLabelStyle> 6470 </centerLabelStyle>
6356 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTcIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6471 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTcIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6357 <customFeatures>labelSize</customFeatures> 6472 <customFeatures>labelSize</customFeatures>
6358 </endLabelStyle> 6473 </endLabelStyle>
6359 </ownedStyle> 6474 </ownedStyle>
6360 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6475 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6361 </ownedDiagramElements> 6476 </ownedDiagramElements>
6362 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTcYP2EeWOre-0TMCmMQ" name="IfThenElse" tooltipText="" outgoingEdges="_FSSTc4P2EeWOre-0TMCmMQ _FSSTd4P2EeWOre-0TMCmMQ _FSSTe4P2EeWOre-0TMCmMQ _FSSTf4P2EeWOre-0TMCmMQ" width="12" height="10"> 6477 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTcYP2EeWOre-0TMCmMQ" name="IfThenElse" tooltipText="" outgoingEdges="_FSSTc4P2EeWOre-0TMCmMQ _FSSTd4P2EeWOre-0TMCmMQ _FSSTe4P2EeWOre-0TMCmMQ _FSSTf4P2EeWOre-0TMCmMQ" width="12" height="10">
6363 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 6478 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
6364 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 6479 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
6365 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6480 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6366 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6481 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6367 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6482 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6368 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSSTcoP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6483 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSSTcoP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6369 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6484 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6370 </ownedStyle> 6485 </ownedStyle>
6371 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6486 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6372 </ownedDiagramElements> 6487 </ownedDiagramElements>
6373 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTc4P2EeWOre-0TMCmMQ" name="[1..1] condition" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6488 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTc4P2EeWOre-0TMCmMQ" name="[1..1] condition" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6374 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/> 6489 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/>
6375 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/> 6490 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/>
6376 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTdIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6491 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTdIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6377 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTdYP2EeWOre-0TMCmMQ" showIcon="false"> 6492 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTdYP2EeWOre-0TMCmMQ" showIcon="false">
6378 <labelFormat>bold</labelFormat> 6493 <labelFormat>bold</labelFormat>
6379 </centerLabelStyle> 6494 </centerLabelStyle>
6380 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTdoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6495 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTdoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6381 </ownedStyle> 6496 </ownedStyle>
6382 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6497 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6383 </ownedDiagramElements> 6498 </ownedDiagramElements>
6384 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTd4P2EeWOre-0TMCmMQ" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6499 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTd4P2EeWOre-0TMCmMQ" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6385 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 6500 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
6386 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IfThenElse/@eGenericSuperTypes.0"/> 6501 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
6387 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTeIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6502 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTeIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6388 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6503 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6389 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTeYP2EeWOre-0TMCmMQ" showIcon="false"> 6504 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTeYP2EeWOre-0TMCmMQ" showIcon="false">
6390 <labelFormat>italic</labelFormat> 6505 <labelFormat>italic</labelFormat>
6391 </beginLabelStyle> 6506 </beginLabelStyle>
6392 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTeoP2EeWOre-0TMCmMQ" showIcon="false"/> 6507 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTeoP2EeWOre-0TMCmMQ" showIcon="false"/>
6393 </ownedStyle> 6508 </ownedStyle>
6394 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6509 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6395 </ownedDiagramElements> 6510 </ownedDiagramElements>
6396 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTe4P2EeWOre-0TMCmMQ" name="[1..1] ifTrue" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6511 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTe4P2EeWOre-0TMCmMQ" name="[1..1] ifTrue" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6397 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/> 6512 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/>
6398 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/> 6513 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/>
6399 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTfIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6514 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTfIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6400 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTfYP2EeWOre-0TMCmMQ" showIcon="false"> 6515 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTfYP2EeWOre-0TMCmMQ" showIcon="false">
6401 <labelFormat>bold</labelFormat> 6516 <labelFormat>bold</labelFormat>
6402 </centerLabelStyle> 6517 </centerLabelStyle>
6403 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTfoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6518 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTfoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6404 </ownedStyle> 6519 </ownedStyle>
6405 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6520 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6406 </ownedDiagramElements> 6521 </ownedDiagramElements>
6407 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTf4P2EeWOre-0TMCmMQ" name="[1..1] ifFalse" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ"> 6522 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTf4P2EeWOre-0TMCmMQ" name="[1..1] ifFalse" sourceNode="_FSSTcYP2EeWOre-0TMCmMQ" targetNode="_FSRvwoP2EeWOre-0TMCmMQ">
6408 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/> 6523 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/>
6409 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/> 6524 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/>
6410 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTgIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 6525 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTgIP2EeWOre-0TMCmMQ" description="_FSREh4P2EeWOre-0TMCmMQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
6411 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTgYP2EeWOre-0TMCmMQ" showIcon="false"> 6526 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTgYP2EeWOre-0TMCmMQ" showIcon="false">
6412 <labelFormat>bold</labelFormat> 6527 <labelFormat>bold</labelFormat>
6413 </centerLabelStyle> 6528 </centerLabelStyle>
6414 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTgoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 6529 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTgoP2EeWOre-0TMCmMQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
6415 </ownedStyle> 6530 </ownedStyle>
6416 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6531 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6417 </ownedDiagramElements> 6532 </ownedDiagramElements>
6418 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTg4P2EeWOre-0TMCmMQ" name="ConstantDeclaration" tooltipText="" outgoingEdges="_FSSThYP2EeWOre-0TMCmMQ" incomingEdges="_FSSTiYP2EeWOre-0TMCmMQ" width="12" height="10"> 6533 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTg4P2EeWOre-0TMCmMQ" name="ConstantDeclaration" tooltipText="" outgoingEdges="_FSSThYP2EeWOre-0TMCmMQ" incomingEdges="_FSSTiYP2EeWOre-0TMCmMQ" width="12" height="10">
6419 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/> 6534 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
6420 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/> 6535 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
6421 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6536 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6422 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6537 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6423 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6538 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6424 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSSThIP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6539 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSSThIP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6425 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6540 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6426 </ownedStyle> 6541 </ownedStyle>
6427 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6542 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6428 </ownedDiagramElements> 6543 </ownedDiagramElements>
6429 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSThYP2EeWOre-0TMCmMQ" sourceNode="_FSSTg4P2EeWOre-0TMCmMQ" targetNode="_FSRwEIP2EeWOre-0TMCmMQ"> 6544 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSThYP2EeWOre-0TMCmMQ" sourceNode="_FSSTg4P2EeWOre-0TMCmMQ" targetNode="_FSRwEIP2EeWOre-0TMCmMQ">
6430 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/> 6545 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
6431 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//ConstantDeclaration/@eGenericSuperTypes.0"/> 6546 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ConstantDeclaration"/>
6432 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSThoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6547 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSThoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6433 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6548 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6434 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTh4P2EeWOre-0TMCmMQ" showIcon="false"> 6549 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTh4P2EeWOre-0TMCmMQ" showIcon="false">
6435 <labelFormat>italic</labelFormat> 6550 <labelFormat>italic</labelFormat>
6436 </beginLabelStyle> 6551 </beginLabelStyle>
6437 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTiIP2EeWOre-0TMCmMQ" showIcon="false"/> 6552 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTiIP2EeWOre-0TMCmMQ" showIcon="false"/>
6438 </ownedStyle> 6553 </ownedStyle>
6439 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6554 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6440 </ownedDiagramElements> 6555 </ownedDiagramElements>
6441 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTiYP2EeWOre-0TMCmMQ" name="[0..1] defines" sourceNode="_FSSTT4P2EeWOre-0TMCmMQ" targetNode="_FSSTg4P2EeWOre-0TMCmMQ"> 6556 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTiYP2EeWOre-0TMCmMQ" name="[0..1] defines" sourceNode="_FSSTT4P2EeWOre-0TMCmMQ" targetNode="_FSSTg4P2EeWOre-0TMCmMQ">
6442 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/> 6557 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/>
6443 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/> 6558 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//ConstantDefinition/defines"/>
6444 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTioP2EeWOre-0TMCmMQ" routingStyle="manhattan" strokeColor="0,0,0"> 6559 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTioP2EeWOre-0TMCmMQ" routingStyle="manhattan" strokeColor="0,0,0">
6445 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 6560 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
6446 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTi4P2EeWOre-0TMCmMQ" showIcon="false"> 6561 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTi4P2EeWOre-0TMCmMQ" showIcon="false">
6447 <customFeatures>labelSize</customFeatures> 6562 <customFeatures>labelSize</customFeatures>
6448 </centerLabelStyle> 6563 </centerLabelStyle>
6449 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTjIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6564 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTjIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6450 <customFeatures>labelSize</customFeatures> 6565 <customFeatures>labelSize</customFeatures>
6451 </endLabelStyle> 6566 </endLabelStyle>
6452 </ownedStyle> 6567 </ownedStyle>
6453 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6568 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6454 </ownedDiagramElements> 6569 </ownedDiagramElements>
6455 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTjYP2EeWOre-0TMCmMQ" name="RelationDeclaration" tooltipText="" outgoingEdges="_FSSTj4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTnYP2EeWOre-0TMCmMQ" width="12" height="10"> 6570 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTjYP2EeWOre-0TMCmMQ" name="RelationDeclaration" tooltipText="" outgoingEdges="_FSSTj4P2EeWOre-0TMCmMQ" incomingEdges="_FSSTnYP2EeWOre-0TMCmMQ" width="12" height="10">
6456 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/> 6571 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
6457 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/> 6572 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
6458 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6573 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6459 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6574 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6460 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6575 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6461 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_FSSTjoP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6576 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_FSSTjoP2EeWOre-0TMCmMQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6462 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6577 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6463 </ownedStyle> 6578 </ownedStyle>
6464 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6579 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6465 </ownedDiagramElements> 6580 </ownedDiagramElements>
6466 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTj4P2EeWOre-0TMCmMQ" sourceNode="_FSSTjYP2EeWOre-0TMCmMQ" targetNode="_FSRwDoP2EeWOre-0TMCmMQ"> 6581 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTj4P2EeWOre-0TMCmMQ" sourceNode="_FSSTjYP2EeWOre-0TMCmMQ" targetNode="_FSRwDoP2EeWOre-0TMCmMQ">
6467 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/> 6582 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
6468 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RelationDeclaration/@eGenericSuperTypes.0"/> 6583 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDeclaration"/>
6469 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTkIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6584 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTkIP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6470 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6585 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6471 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTkYP2EeWOre-0TMCmMQ" showIcon="false"> 6586 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTkYP2EeWOre-0TMCmMQ" showIcon="false">
6472 <labelFormat>italic</labelFormat> 6587 <labelFormat>italic</labelFormat>
6473 </beginLabelStyle> 6588 </beginLabelStyle>
6474 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTkoP2EeWOre-0TMCmMQ" showIcon="false"/> 6589 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTkoP2EeWOre-0TMCmMQ" showIcon="false"/>
6475 </ownedStyle> 6590 </ownedStyle>
6476 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6591 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6477 </ownedDiagramElements> 6592 </ownedDiagramElements>
6478 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_FSSTk4P2EeWOre-0TMCmMQ" name="FunctionDeclaration" tooltipText="" outgoingEdges="_FSSTlYP2EeWOre-0TMCmMQ" incomingEdges="_FSSToYP2EeWOre-0TMCmMQ" width="12" height="10"> 6593 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_FSSTk4P2EeWOre-0TMCmMQ" name="FunctionDeclaration" tooltipText="" outgoingEdges="_FSSTlYP2EeWOre-0TMCmMQ" incomingEdges="_FSSToYP2EeWOre-0TMCmMQ" width="12" height="10">
6479 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/> 6594 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
6480 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/> 6595 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
6481 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 6596 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
6482 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 6597 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
6483 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 6598 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
6484 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_e5PFILXHEeamG-Ij7YnW7w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 6599 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_e5PFILXHEeamG-Ij7YnW7w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6485 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 6600 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6486 </ownedStyle> 6601 </ownedStyle>
6487 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 6602 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6488 </ownedDiagramElements> 6603 </ownedDiagramElements>
6489 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTlYP2EeWOre-0TMCmMQ" sourceNode="_FSSTk4P2EeWOre-0TMCmMQ" targetNode="_FSRvwIP2EeWOre-0TMCmMQ"> 6604 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTlYP2EeWOre-0TMCmMQ" sourceNode="_FSSTk4P2EeWOre-0TMCmMQ" targetNode="_FSRvwIP2EeWOre-0TMCmMQ">
6490 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/> 6605 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
6491 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//FunctionDeclaration/@eGenericSuperTypes.0"/> 6606 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//FunctionDeclaration"/>
6492 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTloP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6607 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTloP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6493 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6608 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6494 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTl4P2EeWOre-0TMCmMQ" showIcon="false"> 6609 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTl4P2EeWOre-0TMCmMQ" showIcon="false">
6495 <labelFormat>italic</labelFormat> 6610 <labelFormat>italic</labelFormat>
6496 </beginLabelStyle> 6611 </beginLabelStyle>
6497 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTmIP2EeWOre-0TMCmMQ" showIcon="false"/> 6612 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTmIP2EeWOre-0TMCmMQ" showIcon="false"/>
6498 </ownedStyle> 6613 </ownedStyle>
6499 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6614 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6500 </ownedDiagramElements> 6615 </ownedDiagramElements>
6501 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTmYP2EeWOre-0TMCmMQ" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSRwDoP2EeWOre-0TMCmMQ"> 6616 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTmYP2EeWOre-0TMCmMQ" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSRwDoP2EeWOre-0TMCmMQ">
6502 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/> 6617 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
6503 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RelationDefinition/@eGenericSuperTypes.0"/> 6618 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RelationDefinition"/>
6504 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTmoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree"> 6619 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTmoP2EeWOre-0TMCmMQ" targetArrow="InputClosedArrow" routingStyle="tree">
6505 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 6620 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
6506 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_FSSTm4P2EeWOre-0TMCmMQ" showIcon="false"> 6621 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_FSSTm4P2EeWOre-0TMCmMQ" showIcon="false">
6507 <labelFormat>italic</labelFormat> 6622 <labelFormat>italic</labelFormat>
6508 </beginLabelStyle> 6623 </beginLabelStyle>
6509 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTnIP2EeWOre-0TMCmMQ" showIcon="false"/> 6624 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTnIP2EeWOre-0TMCmMQ" showIcon="false"/>
6510 </ownedStyle> 6625 </ownedStyle>
6511 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 6626 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
6512 </ownedDiagramElements> 6627 </ownedDiagramElements>
6513 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSTnYP2EeWOre-0TMCmMQ" name="[0..1] defines" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSSTjYP2EeWOre-0TMCmMQ"> 6628 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSTnYP2EeWOre-0TMCmMQ" name="[0..1] defines" sourceNode="_FSSTWYP2EeWOre-0TMCmMQ" targetNode="_FSSTjYP2EeWOre-0TMCmMQ">
6514 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/> 6629 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/>
6515 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/> 6630 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//RelationDefinition/defines"/>
6516 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTnoP2EeWOre-0TMCmMQ" routingStyle="manhattan" strokeColor="0,0,0"> 6631 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTnoP2EeWOre-0TMCmMQ" routingStyle="manhattan" strokeColor="0,0,0">
6517 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 6632 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
6518 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTn4P2EeWOre-0TMCmMQ" showIcon="false"> 6633 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTn4P2EeWOre-0TMCmMQ" showIcon="false">
6519 <customFeatures>labelSize</customFeatures> 6634 <customFeatures>labelSize</customFeatures>
6520 </centerLabelStyle> 6635 </centerLabelStyle>
6521 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSToIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6636 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSToIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6522 <customFeatures>labelSize</customFeatures> 6637 <customFeatures>labelSize</customFeatures>
6523 </endLabelStyle> 6638 </endLabelStyle>
6524 </ownedStyle> 6639 </ownedStyle>
6525 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6640 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6526 </ownedDiagramElements> 6641 </ownedDiagramElements>
6527 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_FSSToYP2EeWOre-0TMCmMQ" name="[0..1] defines" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSSTk4P2EeWOre-0TMCmMQ"> 6642 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_FSSToYP2EeWOre-0TMCmMQ" name="[0..1] defines" sourceNode="_FSSTY4P2EeWOre-0TMCmMQ" targetNode="_FSSTk4P2EeWOre-0TMCmMQ">
6528 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/> 6643 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/>
6529 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/> 6644 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//FunctionDefinition/defines"/>
6530 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_FSSTooP2EeWOre-0TMCmMQ" routingStyle="manhattan" strokeColor="0,0,0"> 6645 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_FSSTooP2EeWOre-0TMCmMQ" routingStyle="manhattan" strokeColor="0,0,0">
6531 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 6646 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
6532 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_FSSTo4P2EeWOre-0TMCmMQ" showIcon="false"> 6647 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_FSSTo4P2EeWOre-0TMCmMQ" showIcon="false">
6533 <customFeatures>labelSize</customFeatures> 6648 <customFeatures>labelSize</customFeatures>
6534 </centerLabelStyle> 6649 </centerLabelStyle>
6535 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_FSSTpIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114"> 6650 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_FSSTpIP2EeWOre-0TMCmMQ" showIcon="false" labelColor="39,76,114">
6536 <customFeatures>labelSize</customFeatures> 6651 <customFeatures>labelSize</customFeatures>
6537 </endLabelStyle> 6652 </endLabelStyle>
6538 </ownedStyle> 6653 </ownedStyle>
6539 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 6654 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
6540 </ownedDiagramElements> 6655 </ownedDiagramElements>
6541 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 6656 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
6542 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_FSSTs4P2EeWOre-0TMCmMQ"/> 6657 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_FSSTs4P2EeWOre-0TMCmMQ"/>
6543 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 6658 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
6544 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 6659 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
6545 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 6660 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
6546 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/> 6661 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
6547 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 6662 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
6548 </diagram:DSemanticDiagram> 6663 </diagram:DSemanticDiagram>
6549 <diagram:DSemanticDiagram xmi:id="_LobkUAJFEea4lsNl5Yuy6Q" name="LogicResult" uid="_TDxLsG7rEeifqZoaQeIEkw"> 6664 <diagram:DSemanticDiagram uid="_LobkUAJFEea4lsNl5Yuy6Q" name="LogicResult">
6550 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_LobkUQJFEea4lsNl5Yuy6Q" source="DANNOTATION_CUSTOMIZATION_KEY"> 6665 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_LobkUQJFEea4lsNl5Yuy6Q" source="DANNOTATION_CUSTOMIZATION_KEY">
6551 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_LobkUgJFEea4lsNl5Yuy6Q"> 6666 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_LobkUgJFEea4lsNl5Yuy6Q">
6552 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_LobkUwJFEea4lsNl5Yuy6Q" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1"> 6667 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_LobkUwJFEea4lsNl5Yuy6Q" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1">
6553 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 6668 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
6554 <labelFormat>bold</labelFormat> 6669 <labelFormat>bold</labelFormat>
@@ -6566,7 +6681,7 @@
6566 </computedStyleDescriptions> 6681 </computedStyleDescriptions>
6567 </data> 6682 </data>
6568 </ownedAnnotationEntries> 6683 </ownedAnnotationEntries>
6569 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_LobkXQJFEea4lsNl5Yuy6Q" source="GMF_DIAGRAMS"> 6684 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_LobkXQJFEea4lsNl5Yuy6Q" source="GMF_DIAGRAMS">
6570 <data xmi:type="notation:Diagram" xmi:id="_LobkXgJFEea4lsNl5Yuy6Q" type="Sirius" element="_LobkUAJFEea4lsNl5Yuy6Q" measurementUnit="Pixel"> 6685 <data xmi:type="notation:Diagram" xmi:id="_LobkXgJFEea4lsNl5Yuy6Q" type="Sirius" element="_LobkUAJFEea4lsNl5Yuy6Q" measurementUnit="Pixel">
6571 <children xmi:type="notation:Node" xmi:id="_MZ2toBIREeaMQsIXDIF-zQ" type="2003" element="_MYQLIBIREeaMQsIXDIF-zQ"> 6686 <children xmi:type="notation:Node" xmi:id="_MZ2toBIREeaMQsIXDIF-zQ" type="2003" element="_MYQLIBIREeaMQsIXDIF-zQ">
6572 <children xmi:type="notation:Node" xmi:id="_MZ3UsBIREeaMQsIXDIF-zQ" type="5007"/> 6687 <children xmi:type="notation:Node" xmi:id="_MZ3UsBIREeaMQsIXDIF-zQ" type="5007"/>
@@ -6579,6 +6694,10 @@
6579 <styles xmi:type="notation:FontStyle" xmi:id="_MaC64RIREeaMQsIXDIF-zQ" fontName="Segoe UI" fontHeight="8" bold="true"/> 6694 <styles xmi:type="notation:FontStyle" xmi:id="_MaC64RIREeaMQsIXDIF-zQ" fontName="Segoe UI" fontHeight="8" bold="true"/>
6580 <layoutConstraint xmi:type="notation:Location" xmi:id="_MaC64hIREeaMQsIXDIF-zQ"/> 6695 <layoutConstraint xmi:type="notation:Location" xmi:id="_MaC64hIREeaMQsIXDIF-zQ"/>
6581 </children> 6696 </children>
6697 <children xmi:type="notation:Node" xmi:id="_1i85wG6hEemSyfDlsGAqLA" type="3010" element="_1i2MEm6hEemSyfDlsGAqLA">
6698 <styles xmi:type="notation:FontStyle" xmi:id="_1i85wW6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
6699 <layoutConstraint xmi:type="notation:Location" xmi:id="_1i9g0G6hEemSyfDlsGAqLA"/>
6700 </children>
6582 <styles xmi:type="notation:SortingStyle" xmi:id="_MZ37wRIREeaMQsIXDIF-zQ"/> 6701 <styles xmi:type="notation:SortingStyle" xmi:id="_MZ37wRIREeaMQsIXDIF-zQ"/>
6583 <styles xmi:type="notation:FilteringStyle" xmi:id="_MZ37whIREeaMQsIXDIF-zQ"/> 6702 <styles xmi:type="notation:FilteringStyle" xmi:id="_MZ37whIREeaMQsIXDIF-zQ"/>
6584 </children> 6703 </children>
@@ -6878,371 +6997,403 @@
6878 </edges> 6997 </edges>
6879 </data> 6998 </data>
6880 </ownedAnnotationEntries> 6999 </ownedAnnotationEntries>
6881 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYQLIBIREeaMQsIXDIF-zQ" name="LogicResult" tooltipText="" outgoingEdges="_MZdsEBIREeaMQsIXDIF-zQ" incomingEdges="_MZorMBIREeaMQsIXDIF-zQ _MZp5UBIREeaMQsIXDIF-zQ _MZqgYBIREeaMQsIXDIF-zQ" width="12" height="10"> 7000 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYQLIBIREeaMQsIXDIF-zQ" name="LogicResult" tooltipText="" outgoingEdges="_MZdsEBIREeaMQsIXDIF-zQ" incomingEdges="_MZorMBIREeaMQsIXDIF-zQ _MZp5UBIREeaMQsIXDIF-zQ _MZqgYBIREeaMQsIXDIF-zQ" width="12" height="10">
6882 <target xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/> 7001 <target xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/>
6883 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/> 7002 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/>
6884 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNZBIREeaMQsIXDIF-zQ"> 7003 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNZBIREeaMQsIXDIF-zQ">
6885 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7004 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
6886 </decorations> 7005 </decorations>
6887 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYQLIRIREeaMQsIXDIF-zQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 7006 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYQLIRIREeaMQsIXDIF-zQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6888 <labelFormat>italic</labelFormat> 7007 <labelFormat>italic</labelFormat>
6889 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 7008 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6890 </ownedStyle> 7009 </ownedStyle>
6891 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7010 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6892 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZAZEBIREeaMQsIXDIF-zQ" name="trace : EJavaObject" tooltipText=""> 7011 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZAZEBIREeaMQsIXDIF-zQ" name="trace : EJavaObject" tooltipText="">
6893 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/> 7012 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/>
6894 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/> 7013 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/>
6895 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZAZERIREeaMQsIXDIF-zQ" labelAlignment="LEFT"> 7014 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZAZERIREeaMQsIXDIF-zQ" labelAlignment="LEFT">
6896 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 7015 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
6897 </ownedStyle> 7016 </ownedStyle>
6898 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7017 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6899 </ownedElements> 7018 </ownedElements>
6900 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZBAIBIREeaMQsIXDIF-zQ" name="representation : EJavaObject" tooltipText=""> 7019 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZBAIBIREeaMQsIXDIF-zQ" name="representation : EJavaObject" tooltipText="">
6901 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/> 7020 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/>
6902 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/> 7021 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/>
6903 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZBnMBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7022 <ownedStyle xmi:type="diagram:BundledImage" uid="_1i2MEW6hEemSyfDlsGAqLA" labelAlignment="LEFT">
6904 <labelFormat>bold</labelFormat> 7023 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
6905 </ownedStyle> 7024 </ownedStyle>
6906 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7025 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6907 </ownedElements> 7026 </ownedElements>
7027 <ownedElements xmi:type="diagram:DNodeListElement" uid="_1i2MEm6hEemSyfDlsGAqLA" name=" problem : LogicProblem" tooltipText="">
7028 <target xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/problem"/>
7029 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/problem"/>
7030 <ownedStyle xmi:type="diagram:BundledImage" uid="_1i2ME26hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
7031 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
7032 </ownedStyle>
7033 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
7034 </ownedElements>
6908 </ownedDiagramElements> 7035 </ownedDiagramElements>
6909 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYWRwBIREeaMQsIXDIF-zQ" name="ModelResult" tooltipText="" outgoingEdges="_MZorMBIREeaMQsIXDIF-zQ" width="12" height="10"> 7036 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYWRwBIREeaMQsIXDIF-zQ" name="ModelResult" tooltipText="" outgoingEdges="_MZorMBIREeaMQsIXDIF-zQ" width="12" height="10">
6910 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/> 7037 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
6911 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/> 7038 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
6912 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNZRIREeaMQsIXDIF-zQ"> 7039 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNZRIREeaMQsIXDIF-zQ">
6913 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7040 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
6914 </decorations> 7041 </decorations>
6915 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYXf4BIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7042 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYXf4BIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6916 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7043 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6917 </ownedStyle> 7044 </ownedStyle>
6918 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7045 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6919 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZCOQBIREeaMQsIXDIF-zQ" name="maxInteger : EInt" tooltipText=""> 7046 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZCOQBIREeaMQsIXDIF-zQ" name="maxInteger : EInt" tooltipText="">
6920 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/> 7047 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/>
6921 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/> 7048 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/>
6922 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZDcYBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7049 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZDcYBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
6923 <labelFormat>bold</labelFormat> 7050 <labelFormat>bold</labelFormat>
6924 </ownedStyle> 7051 </ownedStyle>
6925 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7052 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6926 </ownedElements> 7053 </ownedElements>
6927 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZDcYRIREeaMQsIXDIF-zQ" name="minInteger : EInt" tooltipText=""> 7054 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZDcYRIREeaMQsIXDIF-zQ" name="minInteger : EInt" tooltipText="">
6928 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/> 7055 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/>
6929 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/> 7056 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/>
6930 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZF4oBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7057 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZF4oBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
6931 <labelFormat>bold</labelFormat> 7058 <labelFormat>bold</labelFormat>
6932 </ownedStyle> 7059 </ownedStyle>
6933 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7060 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6934 </ownedElements> 7061 </ownedElements>
6935 </ownedDiagramElements> 7062 </ownedDiagramElements>
6936 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYYuABIREeaMQsIXDIF-zQ" name="InconsistencyResult" tooltipText="" outgoingEdges="_MZp5UBIREeaMQsIXDIF-zQ" width="12" height="10"> 7063 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYYuABIREeaMQsIXDIF-zQ" name="InconsistencyResult" tooltipText="" outgoingEdges="_MZp5UBIREeaMQsIXDIF-zQ" width="12" height="10">
6937 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/> 7064 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
6938 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/> 7065 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
6939 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNZhIREeaMQsIXDIF-zQ"> 7066 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNZhIREeaMQsIXDIF-zQ">
6940 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7067 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
6941 </decorations> 7068 </decorations>
6942 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYYuARIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7069 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYYuARIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6943 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7070 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6944 </ownedStyle> 7071 </ownedStyle>
6945 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7072 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6946 </ownedDiagramElements> 7073 </ownedDiagramElements>
6947 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYZVEBIREeaMQsIXDIF-zQ" name="UnknownResult" tooltipText="" outgoingEdges="_MZqgYBIREeaMQsIXDIF-zQ" incomingEdges="_MZrHcBIREeaMQsIXDIF-zQ _MZrugBIREeaMQsIXDIF-zQ _MZsVkBIREeaMQsIXDIF-zQ" width="12" height="10"> 7074 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYZVEBIREeaMQsIXDIF-zQ" name="UnknownResult" tooltipText="" outgoingEdges="_MZqgYBIREeaMQsIXDIF-zQ" incomingEdges="_MZrHcBIREeaMQsIXDIF-zQ _MZrugBIREeaMQsIXDIF-zQ _MZsVkBIREeaMQsIXDIF-zQ" width="12" height="10">
6948 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/> 7075 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
6949 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/> 7076 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
6950 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNZxIREeaMQsIXDIF-zQ"> 7077 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNZxIREeaMQsIXDIF-zQ">
6951 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7078 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
6952 </decorations> 7079 </decorations>
6953 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYZVERIREeaMQsIXDIF-zQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 7080 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYZVERIREeaMQsIXDIF-zQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
6954 <labelFormat>italic</labelFormat> 7081 <labelFormat>italic</labelFormat>
6955 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 7082 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
6956 </ownedStyle> 7083 </ownedStyle>
6957 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7084 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6958 </ownedDiagramElements> 7085 </ownedDiagramElements>
6959 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYZ8IBIREeaMQsIXDIF-zQ" name="InsuficientResourcesResult" tooltipText="" outgoingEdges="_MZrHcBIREeaMQsIXDIF-zQ" width="12" height="10"> 7086 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYZ8IBIREeaMQsIXDIF-zQ" name="InsuficientResourcesResult" tooltipText="" outgoingEdges="_MZrHcBIREeaMQsIXDIF-zQ" width="12" height="10">
6960 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/> 7087 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
6961 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/> 7088 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
6962 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNaBIREeaMQsIXDIF-zQ"> 7089 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNaBIREeaMQsIXDIF-zQ">
6963 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7090 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
6964 </decorations> 7091 </decorations>
6965 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYajMBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7092 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYajMBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6966 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7093 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6967 </ownedStyle> 7094 </ownedStyle>
6968 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7095 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6969 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZGfsBIREeaMQsIXDIF-zQ" name="resourceName : EString" tooltipText=""> 7096 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZGfsBIREeaMQsIXDIF-zQ" name="resourceName : EString" tooltipText="">
6970 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/> 7097 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/>
6971 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/> 7098 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/>
6972 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZHGwBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7099 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZHGwBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
6973 <labelFormat>bold</labelFormat> 7100 <labelFormat>bold</labelFormat>
6974 </ownedStyle> 7101 </ownedStyle>
6975 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7102 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6976 </ownedElements> 7103 </ownedElements>
6977 </ownedDiagramElements> 7104 </ownedDiagramElements>
6978 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYbKQBIREeaMQsIXDIF-zQ" name="ErrorResult" tooltipText="" outgoingEdges="_MZrugBIREeaMQsIXDIF-zQ" width="12" height="10"> 7105 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYbKQBIREeaMQsIXDIF-zQ" name="ErrorResult" tooltipText="" outgoingEdges="_MZrugBIREeaMQsIXDIF-zQ" width="12" height="10">
6979 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/> 7106 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
6980 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/> 7107 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
6981 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNaRIREeaMQsIXDIF-zQ"> 7108 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNaRIREeaMQsIXDIF-zQ">
6982 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7109 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
6983 </decorations> 7110 </decorations>
6984 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYbKQRIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7111 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYbKQRIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
6985 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7112 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
6986 </ownedStyle> 7113 </ownedStyle>
6987 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7114 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
6988 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZIU4BIREeaMQsIXDIF-zQ" name="message : EString" tooltipText=""> 7115 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZIU4BIREeaMQsIXDIF-zQ" name="message : EString" tooltipText="">
6989 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/> 7116 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/>
6990 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/> 7117 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/>
6991 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZI78BIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7118 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZI78BIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
6992 <labelFormat>bold</labelFormat> 7119 <labelFormat>bold</labelFormat>
6993 </ownedStyle> 7120 </ownedStyle>
6994 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7121 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
6995 </ownedElements> 7122 </ownedElements>
6996 </ownedDiagramElements> 7123 </ownedDiagramElements>
6997 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYbxUBIREeaMQsIXDIF-zQ" name="Statistics" tooltipText="" outgoingEdges="_MZe6MBIREeaMQsIXDIF-zQ" incomingEdges="_MZdsEBIREeaMQsIXDIF-zQ" width="12" height="10"> 7124 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYbxUBIREeaMQsIXDIF-zQ" name="Statistics" tooltipText="" outgoingEdges="_MZe6MBIREeaMQsIXDIF-zQ" incomingEdges="_MZdsEBIREeaMQsIXDIF-zQ" width="12" height="10">
6998 <target xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/> 7125 <target xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/>
6999 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/> 7126 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/>
7000 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNahIREeaMQsIXDIF-zQ"> 7127 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNahIREeaMQsIXDIF-zQ">
7001 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7128 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7002 </decorations> 7129 </decorations>
7003 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 7130 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
7004 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 7131 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
7005 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 7132 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
7006 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYcYYBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7133 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYcYYBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
7007 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7134 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
7008 </ownedStyle> 7135 </ownedStyle>
7009 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7136 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
7010 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZJjABIREeaMQsIXDIF-zQ" name="transformationTime : EInt = -1" tooltipText=""> 7137 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZJjABIREeaMQsIXDIF-zQ" name="transformationTime : EInt = -1" tooltipText="">
7011 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/> 7138 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/>
7012 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/> 7139 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/>
7013 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZJjARIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7140 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZJjARIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
7014 <labelFormat>bold</labelFormat> 7141 <labelFormat>bold</labelFormat>
7015 </ownedStyle> 7142 </ownedStyle>
7016 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7143 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
7017 </ownedElements> 7144 </ownedElements>
7018 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZKKEBIREeaMQsIXDIF-zQ" name="solverTime : EInt = -1" tooltipText=""> 7145 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZKKEBIREeaMQsIXDIF-zQ" name="solverTime : EInt = -1" tooltipText="">
7019 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/> 7146 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/>
7020 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/> 7147 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/>
7021 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZKxIBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7148 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZKxIBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
7022 <labelFormat>bold</labelFormat> 7149 <labelFormat>bold</labelFormat>
7023 </ownedStyle> 7150 </ownedStyle>
7024 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7151 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
7025 </ownedElements> 7152 </ownedElements>
7026 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZLYMBIREeaMQsIXDIF-zQ" name="solverMemory : EInt = -1" tooltipText=""> 7153 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZLYMBIREeaMQsIXDIF-zQ" name="solverMemory : EInt = -1" tooltipText="">
7027 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/> 7154 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/>
7028 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/> 7155 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/>
7029 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZLYMRIREeaMQsIXDIF-zQ" labelAlignment="LEFT"> 7156 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZLYMRIREeaMQsIXDIF-zQ" labelAlignment="LEFT">
7030 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 7157 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
7031 </ownedStyle> 7158 </ownedStyle>
7032 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7159 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
7033 </ownedElements> 7160 </ownedElements>
7034 </ownedDiagramElements> 7161 </ownedDiagramElements>
7035 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYcYYRIREeaMQsIXDIF-zQ" name="StatisticEntry" tooltipText="" incomingEdges="_MZe6MBIREeaMQsIXDIF-zQ _MZs8oBIREeaMQsIXDIF-zQ _MZtjsBIREeaMQsIXDIF-zQ" width="12" height="10"> 7162 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYcYYRIREeaMQsIXDIF-zQ" name="StatisticEntry" tooltipText="" incomingEdges="_MZe6MBIREeaMQsIXDIF-zQ _MZs8oBIREeaMQsIXDIF-zQ _MZtjsBIREeaMQsIXDIF-zQ" width="12" height="10">
7036 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/> 7163 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/>
7037 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/> 7164 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/>
7038 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNaxIREeaMQsIXDIF-zQ"> 7165 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNaxIREeaMQsIXDIF-zQ">
7039 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7166 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7040 </decorations> 7167 </decorations>
7041 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 7168 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
7042 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 7169 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
7043 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 7170 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
7044 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYcYYhIREeaMQsIXDIF-zQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 7171 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYcYYhIREeaMQsIXDIF-zQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
7045 <labelFormat>italic</labelFormat> 7172 <labelFormat>italic</labelFormat>
7046 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 7173 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
7047 </ownedStyle> 7174 </ownedStyle>
7048 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7175 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
7049 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZL_QBIREeaMQsIXDIF-zQ" name="name : EString" tooltipText=""> 7176 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZL_QBIREeaMQsIXDIF-zQ" name="name : EString" tooltipText="">
7050 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/> 7177 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/>
7051 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/> 7178 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/>
7052 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZMmUBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7179 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZMmUBIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
7053 <labelFormat>bold</labelFormat> 7180 <labelFormat>bold</labelFormat>
7054 </ownedStyle> 7181 </ownedStyle>
7055 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7182 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
7056 </ownedElements> 7183 </ownedElements>
7057 </ownedDiagramElements> 7184 </ownedDiagramElements>
7058 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYcYYxIREeaMQsIXDIF-zQ" name="UndecidableResult" tooltipText="" outgoingEdges="_MZsVkBIREeaMQsIXDIF-zQ" width="12" height="10"> 7185 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYcYYxIREeaMQsIXDIF-zQ" name="UndecidableResult" tooltipText="" outgoingEdges="_MZsVkBIREeaMQsIXDIF-zQ" width="12" height="10">
7059 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/> 7186 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
7060 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/> 7187 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
7061 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNbBIREeaMQsIXDIF-zQ"> 7188 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNbBIREeaMQsIXDIF-zQ">
7062 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7189 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7063 </decorations> 7190 </decorations>
7064 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYcYZBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7191 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYcYZBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
7065 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7192 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
7066 </ownedStyle> 7193 </ownedStyle>
7067 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7194 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
7068 </ownedDiagramElements> 7195 </ownedDiagramElements>
7069 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYcYZRIREeaMQsIXDIF-zQ" name="IntStatisticEntry" tooltipText="" outgoingEdges="_MZs8oBIREeaMQsIXDIF-zQ" width="12" height="10"> 7196 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYcYZRIREeaMQsIXDIF-zQ" name="IntStatisticEntry" tooltipText="" outgoingEdges="_MZs8oBIREeaMQsIXDIF-zQ" width="12" height="10">
7070 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/> 7197 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
7071 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/> 7198 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
7072 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNbRIREeaMQsIXDIF-zQ"> 7199 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNbRIREeaMQsIXDIF-zQ">
7073 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7200 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7074 </decorations> 7201 </decorations>
7075 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 7202 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
7076 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 7203 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
7077 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 7204 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
7078 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYcYZhIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7205 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYcYZhIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
7079 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7206 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
7080 </ownedStyle> 7207 </ownedStyle>
7081 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7208 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
7082 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZNNYBIREeaMQsIXDIF-zQ" name="value : EInt" tooltipText=""> 7209 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZNNYBIREeaMQsIXDIF-zQ" name="value : EInt" tooltipText="">
7083 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/> 7210 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/>
7084 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/> 7211 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/>
7085 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZNNYRIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7212 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZNNYRIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
7086 <labelFormat>bold</labelFormat> 7213 <labelFormat>bold</labelFormat>
7087 </ownedStyle> 7214 </ownedStyle>
7088 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7215 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
7089 </ownedElements> 7216 </ownedElements>
7090 </ownedDiagramElements> 7217 </ownedDiagramElements>
7091 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MYcYZxIREeaMQsIXDIF-zQ" name="RealStatisticEntry" tooltipText="" outgoingEdges="_MZtjsBIREeaMQsIXDIF-zQ" width="12" height="10"> 7218 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MYcYZxIREeaMQsIXDIF-zQ" name="RealStatisticEntry" tooltipText="" outgoingEdges="_MZtjsBIREeaMQsIXDIF-zQ" width="12" height="10">
7092 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/> 7219 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
7093 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/> 7220 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
7094 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MZNNbhIREeaMQsIXDIF-zQ"> 7221 <decorations xmi:type="viewpoint:Decoration" uid="_MZNNbhIREeaMQsIXDIF-zQ">
7095 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 7222 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7096 </decorations> 7223 </decorations>
7097 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 7224 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
7098 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 7225 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
7099 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 7226 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
7100 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_MYcYaBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 7227 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_MYcYaBIREeaMQsIXDIF-zQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
7101 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 7228 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
7102 </ownedStyle> 7229 </ownedStyle>
7103 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 7230 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
7104 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_MZNNYhIREeaMQsIXDIF-zQ" name="value : EDouble = 0.0" tooltipText=""> 7231 <ownedElements xmi:type="diagram:DNodeListElement" uid="_MZNNYhIREeaMQsIXDIF-zQ" name="value : EDouble = 0.0" tooltipText="">
7105 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/> 7232 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/>
7106 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/> 7233 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/>
7107 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_MZNNYxIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q"> 7234 <ownedStyle xmi:type="diagram:BundledImage" uid="_MZNNYxIREeaMQsIXDIF-zQ" labelAlignment="LEFT" description="_LobkUwJFEea4lsNl5Yuy6Q">
7108 <labelFormat>bold</labelFormat> 7235 <labelFormat>bold</labelFormat>
7109 </ownedStyle> 7236 </ownedStyle>
7110 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 7237 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
7111 </ownedElements> 7238 </ownedElements>
7112 </ownedDiagramElements> 7239 </ownedDiagramElements>
7113 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZdsEBIREeaMQsIXDIF-zQ" name="[0..1] statistics" sourceNode="_MYQLIBIREeaMQsIXDIF-zQ" targetNode="_MYbxUBIREeaMQsIXDIF-zQ"> 7240 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZdsEBIREeaMQsIXDIF-zQ" name="[0..1] statistics" sourceNode="_MYQLIBIREeaMQsIXDIF-zQ" targetNode="_MYbxUBIREeaMQsIXDIF-zQ">
7114 <target xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/> 7241 <target xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/>
7115 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/> 7242 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/>
7116 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZeTIBIREeaMQsIXDIF-zQ" description="_LobkVAJFEea4lsNl5Yuy6Q" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 7243 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZeTIBIREeaMQsIXDIF-zQ" description="_LobkVAJFEea4lsNl5Yuy6Q" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
7117 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZeTIRIREeaMQsIXDIF-zQ" showIcon="false"> 7244 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZeTIRIREeaMQsIXDIF-zQ" showIcon="false">
7118 <customFeatures>labelSize</customFeatures> 7245 <customFeatures>labelSize</customFeatures>
7119 </centerLabelStyle> 7246 </centerLabelStyle>
7120 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_MZeTIhIREeaMQsIXDIF-zQ" showIcon="false" labelColor="39,76,114"> 7247 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_MZeTIhIREeaMQsIXDIF-zQ" showIcon="false" labelColor="39,76,114">
7121 <customFeatures>labelSize</customFeatures> 7248 <customFeatures>labelSize</customFeatures>
7122 </endLabelStyle> 7249 </endLabelStyle>
7123 </ownedStyle> 7250 </ownedStyle>
7124 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 7251 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
7125 </ownedDiagramElements> 7252 </ownedDiagramElements>
7126 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZe6MBIREeaMQsIXDIF-zQ" name="[0..*] entries" sourceNode="_MYbxUBIREeaMQsIXDIF-zQ" targetNode="_MYcYYRIREeaMQsIXDIF-zQ"> 7253 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZe6MBIREeaMQsIXDIF-zQ" name="[0..*] entries" sourceNode="_MYbxUBIREeaMQsIXDIF-zQ" targetNode="_MYcYYRIREeaMQsIXDIF-zQ">
7127 <target xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/> 7254 <target xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/>
7128 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/> 7255 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/>
7129 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZfhQBIREeaMQsIXDIF-zQ" description="_LobkVAJFEea4lsNl5Yuy6Q" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 7256 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZfhQBIREeaMQsIXDIF-zQ" description="_LobkVAJFEea4lsNl5Yuy6Q" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
7130 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZfhQRIREeaMQsIXDIF-zQ" showIcon="false"> 7257 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZfhQRIREeaMQsIXDIF-zQ" showIcon="false">
7131 <customFeatures>labelSize</customFeatures> 7258 <customFeatures>labelSize</customFeatures>
7132 </centerLabelStyle> 7259 </centerLabelStyle>
7133 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_MZfhQhIREeaMQsIXDIF-zQ" showIcon="false" labelColor="39,76,114"> 7260 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_MZfhQhIREeaMQsIXDIF-zQ" showIcon="false" labelColor="39,76,114">
7134 <customFeatures>labelSize</customFeatures> 7261 <customFeatures>labelSize</customFeatures>
7135 </endLabelStyle> 7262 </endLabelStyle>
7136 </ownedStyle> 7263 </ownedStyle>
7137 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 7264 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
7138 </ownedDiagramElements> 7265 </ownedDiagramElements>
7139 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZorMBIREeaMQsIXDIF-zQ" sourceNode="_MYWRwBIREeaMQsIXDIF-zQ" targetNode="_MYQLIBIREeaMQsIXDIF-zQ"> 7266 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZorMBIREeaMQsIXDIF-zQ" sourceNode="_MYWRwBIREeaMQsIXDIF-zQ" targetNode="_MYQLIBIREeaMQsIXDIF-zQ">
7140 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/> 7267 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
7141 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//ModelResult/@eGenericSuperTypes.0"/> 7268 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
7142 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZpSQBIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7269 <decorations xmi:type="viewpoint:Decoration" uid="_1i6dhm6hEemSyfDlsGAqLA">
7270 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7271 </decorations>
7272 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZpSQBIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7143 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7273 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7144 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZpSQRIREeaMQsIXDIF-zQ" showIcon="false"> 7274 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZpSQRIREeaMQsIXDIF-zQ" showIcon="false">
7145 <labelFormat>italic</labelFormat> 7275 <labelFormat>italic</labelFormat>
7146 </beginLabelStyle> 7276 </beginLabelStyle>
7147 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZpSQhIREeaMQsIXDIF-zQ" showIcon="false"/> 7277 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZpSQhIREeaMQsIXDIF-zQ" showIcon="false"/>
7148 </ownedStyle> 7278 </ownedStyle>
7149 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7279 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7150 </ownedDiagramElements> 7280 </ownedDiagramElements>
7151 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZp5UBIREeaMQsIXDIF-zQ" sourceNode="_MYYuABIREeaMQsIXDIF-zQ" targetNode="_MYQLIBIREeaMQsIXDIF-zQ"> 7281 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZp5UBIREeaMQsIXDIF-zQ" sourceNode="_MYYuABIREeaMQsIXDIF-zQ" targetNode="_MYQLIBIREeaMQsIXDIF-zQ">
7152 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/> 7282 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
7153 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//InconsistencyResult/@eGenericSuperTypes.0"/> 7283 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
7154 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZp5URIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7284 <decorations xmi:type="viewpoint:Decoration" uid="_1i6djW6hEemSyfDlsGAqLA">
7285 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7286 </decorations>
7287 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZp5URIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7155 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7288 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7156 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZp5UhIREeaMQsIXDIF-zQ" showIcon="false"> 7289 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZp5UhIREeaMQsIXDIF-zQ" showIcon="false">
7157 <labelFormat>italic</labelFormat> 7290 <labelFormat>italic</labelFormat>
7158 </beginLabelStyle> 7291 </beginLabelStyle>
7159 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZp5UxIREeaMQsIXDIF-zQ" showIcon="false"/> 7292 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZp5UxIREeaMQsIXDIF-zQ" showIcon="false"/>
7160 </ownedStyle> 7293 </ownedStyle>
7161 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7294 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7162 </ownedDiagramElements> 7295 </ownedDiagramElements>
7163 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZqgYBIREeaMQsIXDIF-zQ" sourceNode="_MYZVEBIREeaMQsIXDIF-zQ" targetNode="_MYQLIBIREeaMQsIXDIF-zQ"> 7296 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZqgYBIREeaMQsIXDIF-zQ" sourceNode="_MYZVEBIREeaMQsIXDIF-zQ" targetNode="_MYQLIBIREeaMQsIXDIF-zQ">
7164 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/> 7297 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
7165 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//UnknownResult/@eGenericSuperTypes.0"/> 7298 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
7166 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZqgYRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7299 <decorations xmi:type="viewpoint:Decoration" uid="_1i7Elm6hEemSyfDlsGAqLA">
7300 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7301 </decorations>
7302 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZqgYRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7167 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7303 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7168 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZqgYhIREeaMQsIXDIF-zQ" showIcon="false"> 7304 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZqgYhIREeaMQsIXDIF-zQ" showIcon="false">
7169 <labelFormat>italic</labelFormat> 7305 <labelFormat>italic</labelFormat>
7170 </beginLabelStyle> 7306 </beginLabelStyle>
7171 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZqgYxIREeaMQsIXDIF-zQ" showIcon="false"/> 7307 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZqgYxIREeaMQsIXDIF-zQ" showIcon="false"/>
7172 </ownedStyle> 7308 </ownedStyle>
7173 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7309 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7174 </ownedDiagramElements> 7310 </ownedDiagramElements>
7175 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZrHcBIREeaMQsIXDIF-zQ" sourceNode="_MYZ8IBIREeaMQsIXDIF-zQ" targetNode="_MYZVEBIREeaMQsIXDIF-zQ"> 7311 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZrHcBIREeaMQsIXDIF-zQ" sourceNode="_MYZ8IBIREeaMQsIXDIF-zQ" targetNode="_MYZVEBIREeaMQsIXDIF-zQ">
7176 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/> 7312 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
7177 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//InsuficientResourcesResult/@eGenericSuperTypes.0"/> 7313 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
7178 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZrHcRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7314 <decorations xmi:type="viewpoint:Decoration" uid="_1i7EnW6hEemSyfDlsGAqLA">
7315 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7316 </decorations>
7317 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZrHcRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7179 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7318 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7180 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZrHchIREeaMQsIXDIF-zQ" showIcon="false"> 7319 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZrHchIREeaMQsIXDIF-zQ" showIcon="false">
7181 <labelFormat>italic</labelFormat> 7320 <labelFormat>italic</labelFormat>
7182 </beginLabelStyle> 7321 </beginLabelStyle>
7183 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZrHcxIREeaMQsIXDIF-zQ" showIcon="false"/> 7322 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZrHcxIREeaMQsIXDIF-zQ" showIcon="false"/>
7184 </ownedStyle> 7323 </ownedStyle>
7185 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7324 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7186 </ownedDiagramElements> 7325 </ownedDiagramElements>
7187 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZrugBIREeaMQsIXDIF-zQ" sourceNode="_MYbKQBIREeaMQsIXDIF-zQ" targetNode="_MYZVEBIREeaMQsIXDIF-zQ"> 7326 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZrugBIREeaMQsIXDIF-zQ" sourceNode="_MYbKQBIREeaMQsIXDIF-zQ" targetNode="_MYZVEBIREeaMQsIXDIF-zQ">
7188 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/> 7327 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
7189 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//ErrorResult/@eGenericSuperTypes.0"/> 7328 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
7190 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZrugRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7329 <decorations xmi:type="viewpoint:Decoration" uid="_1i7EpG6hEemSyfDlsGAqLA">
7330 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7331 </decorations>
7332 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZrugRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7191 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7333 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7192 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZrughIREeaMQsIXDIF-zQ" showIcon="false"> 7334 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZrughIREeaMQsIXDIF-zQ" showIcon="false">
7193 <labelFormat>italic</labelFormat> 7335 <labelFormat>italic</labelFormat>
7194 </beginLabelStyle> 7336 </beginLabelStyle>
7195 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZrugxIREeaMQsIXDIF-zQ" showIcon="false"/> 7337 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZrugxIREeaMQsIXDIF-zQ" showIcon="false"/>
7196 </ownedStyle> 7338 </ownedStyle>
7197 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7339 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7198 </ownedDiagramElements> 7340 </ownedDiagramElements>
7199 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZsVkBIREeaMQsIXDIF-zQ" sourceNode="_MYcYYxIREeaMQsIXDIF-zQ" targetNode="_MYZVEBIREeaMQsIXDIF-zQ"> 7341 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZsVkBIREeaMQsIXDIF-zQ" sourceNode="_MYcYYxIREeaMQsIXDIF-zQ" targetNode="_MYZVEBIREeaMQsIXDIF-zQ">
7200 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/> 7342 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
7201 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//UndecidableResult/@eGenericSuperTypes.0"/> 7343 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
7202 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZsVkRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7344 <decorations xmi:type="viewpoint:Decoration" uid="_1i7Eq26hEemSyfDlsGAqLA">
7345 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7346 </decorations>
7347 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZsVkRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7203 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7348 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7204 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZsVkhIREeaMQsIXDIF-zQ" showIcon="false"> 7349 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZsVkhIREeaMQsIXDIF-zQ" showIcon="false">
7205 <labelFormat>italic</labelFormat> 7350 <labelFormat>italic</labelFormat>
7206 </beginLabelStyle> 7351 </beginLabelStyle>
7207 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZsVkxIREeaMQsIXDIF-zQ" showIcon="false"/> 7352 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZsVkxIREeaMQsIXDIF-zQ" showIcon="false"/>
7208 </ownedStyle> 7353 </ownedStyle>
7209 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7354 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7210 </ownedDiagramElements> 7355 </ownedDiagramElements>
7211 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZs8oBIREeaMQsIXDIF-zQ" sourceNode="_MYcYZRIREeaMQsIXDIF-zQ" targetNode="_MYcYYRIREeaMQsIXDIF-zQ"> 7356 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZs8oBIREeaMQsIXDIF-zQ" sourceNode="_MYcYZRIREeaMQsIXDIF-zQ" targetNode="_MYcYYRIREeaMQsIXDIF-zQ">
7212 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/> 7357 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
7213 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//IntStatisticEntry/@eGenericSuperTypes.0"/> 7358 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
7214 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZs8oRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7359 <decorations xmi:type="viewpoint:Decoration" uid="_1i7rpm6hEemSyfDlsGAqLA">
7360 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7361 </decorations>
7362 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZs8oRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7215 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7363 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7216 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZs8ohIREeaMQsIXDIF-zQ" showIcon="false"> 7364 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZs8ohIREeaMQsIXDIF-zQ" showIcon="false">
7217 <labelFormat>italic</labelFormat> 7365 <labelFormat>italic</labelFormat>
7218 </beginLabelStyle> 7366 </beginLabelStyle>
7219 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZs8oxIREeaMQsIXDIF-zQ" showIcon="false"/> 7367 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZs8oxIREeaMQsIXDIF-zQ" showIcon="false"/>
7220 </ownedStyle> 7368 </ownedStyle>
7221 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7369 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7222 </ownedDiagramElements> 7370 </ownedDiagramElements>
7223 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MZtjsBIREeaMQsIXDIF-zQ" sourceNode="_MYcYZxIREeaMQsIXDIF-zQ" targetNode="_MYcYYRIREeaMQsIXDIF-zQ"> 7371 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MZtjsBIREeaMQsIXDIF-zQ" sourceNode="_MYcYZxIREeaMQsIXDIF-zQ" targetNode="_MYcYYRIREeaMQsIXDIF-zQ">
7224 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/> 7372 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
7225 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//RealStatisticEntry/@eGenericSuperTypes.0"/> 7373 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
7226 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MZtjsRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree"> 7374 <decorations xmi:type="viewpoint:Decoration" uid="_1i7rrW6hEemSyfDlsGAqLA">
7375 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
7376 </decorations>
7377 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MZtjsRIREeaMQsIXDIF-zQ" targetArrow="InputClosedArrow" routingStyle="tree">
7227 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 7378 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
7228 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_MZtjshIREeaMQsIXDIF-zQ" showIcon="false"> 7379 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_MZtjshIREeaMQsIXDIF-zQ" showIcon="false">
7229 <labelFormat>italic</labelFormat> 7380 <labelFormat>italic</labelFormat>
7230 </beginLabelStyle> 7381 </beginLabelStyle>
7231 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MZtjsxIREeaMQsIXDIF-zQ" showIcon="false"/> 7382 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MZtjsxIREeaMQsIXDIF-zQ" showIcon="false"/>
7232 </ownedStyle> 7383 </ownedStyle>
7233 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 7384 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
7234 </ownedDiagramElements> 7385 </ownedDiagramElements>
7235 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 7386 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
7236 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_Lof2PAJFEea4lsNl5Yuy6Q"/> 7387 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_Lof2PAJFEea4lsNl5Yuy6Q"/>
7237 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 7388 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
7238 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 7389 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
7239 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 7390 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
7240 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/> 7391 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
7241 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/> 7392 <target xmi:type="ecore:EPackage" href="logiclanguage.ecore#/"/>
7242 </diagram:DSemanticDiagram> 7393 </diagram:DSemanticDiagram>
7243 <diagram:DSemanticDiagram xmi:id="_l6XRgLdnEeau1vMV3Bsx4w" name="Terms" uid="_TD8K0G7rEeifqZoaQeIEkw"> 7394 <diagram:DSemanticDiagram uid="_l6XRgLdnEeau1vMV3Bsx4w" name="Terms">
7244 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_l6XRgbdnEeau1vMV3Bsx4w" source="DANNOTATION_CUSTOMIZATION_KEY"> 7395 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_l6XRgbdnEeau1vMV3Bsx4w" source="DANNOTATION_CUSTOMIZATION_KEY">
7245 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_l6XRgrdnEeau1vMV3Bsx4w"> 7396 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_l6XRgrdnEeau1vMV3Bsx4w">
7246 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan"> 7397 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan">
7247 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 7398 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
7248 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_l6XRhbdnEeau1vMV3Bsx4w" showIcon="false" labelExpression="service:render"> 7399 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_l6XRhbdnEeau1vMV3Bsx4w" showIcon="false" labelExpression="service:render">
@@ -7270,7 +7421,7 @@
7270 </computedStyleDescriptions> 7421 </computedStyleDescriptions>
7271 </data> 7422 </data>
7272 </ownedAnnotationEntries> 7423 </ownedAnnotationEntries>
7273 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_l6XRjbdnEeau1vMV3Bsx4w" source="GMF_DIAGRAMS"> 7424 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_l6XRjbdnEeau1vMV3Bsx4w" source="GMF_DIAGRAMS">
7274 <data xmi:type="notation:Diagram" xmi:id="_l6XRjrdnEeau1vMV3Bsx4w" type="Sirius" element="_l6XRgLdnEeau1vMV3Bsx4w" measurementUnit="Pixel"> 7425 <data xmi:type="notation:Diagram" xmi:id="_l6XRjrdnEeau1vMV3Bsx4w" type="Sirius" element="_l6XRgLdnEeau1vMV3Bsx4w" measurementUnit="Pixel">
7275 <children xmi:type="notation:Node" xmi:id="_l6XR27dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIGbdnEeau1vMV3Bsx4w"> 7426 <children xmi:type="notation:Node" xmi:id="_l6XR27dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIGbdnEeau1vMV3Bsx4w">
7276 <children xmi:type="notation:Node" xmi:id="_l6XR3LdnEeau1vMV3Bsx4w" type="5007"/> 7427 <children xmi:type="notation:Node" xmi:id="_l6XR3LdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7279,7 +7430,7 @@
7279 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XR37dnEeau1vMV3Bsx4w"/> 7430 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XR37dnEeau1vMV3Bsx4w"/>
7280 </children> 7431 </children>
7281 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XR4LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7432 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XR4LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7282 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XR4bdnEeau1vMV3Bsx4w" x="1630" y="58"/> 7433 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XR4bdnEeau1vMV3Bsx4w" x="1080" y="-72" height="315"/>
7283 </children> 7434 </children>
7284 <children xmi:type="notation:Node" xmi:id="_l6XR7LdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIH7dnEeau1vMV3Bsx4w"> 7435 <children xmi:type="notation:Node" xmi:id="_l6XR7LdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIH7dnEeau1vMV3Bsx4w">
7285 <children xmi:type="notation:Node" xmi:id="_l6XR7bdnEeau1vMV3Bsx4w" type="5007"/> 7436 <children xmi:type="notation:Node" xmi:id="_l6XR7bdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7288,7 +7439,7 @@
7288 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XR8LdnEeau1vMV3Bsx4w"/> 7439 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XR8LdnEeau1vMV3Bsx4w"/>
7289 </children> 7440 </children>
7290 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XR8bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7441 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XR8bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7291 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XR8rdnEeau1vMV3Bsx4w" x="2245" y="210"/> 7442 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XR8rdnEeau1vMV3Bsx4w" x="1536" y="362" height="41"/>
7292 </children> 7443 </children>
7293 <children xmi:type="notation:Node" xmi:id="_l6XR87dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIIbdnEeau1vMV3Bsx4w"> 7444 <children xmi:type="notation:Node" xmi:id="_l6XR87dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIIbdnEeau1vMV3Bsx4w">
7294 <children xmi:type="notation:Node" xmi:id="_l6XR9LdnEeau1vMV3Bsx4w" type="5007"/> 7445 <children xmi:type="notation:Node" xmi:id="_l6XR9LdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7297,7 +7448,7 @@
7297 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XR97dnEeau1vMV3Bsx4w"/> 7448 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XR97dnEeau1vMV3Bsx4w"/>
7298 </children> 7449 </children>
7299 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XR-LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7450 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XR-LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7300 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XR-bdnEeau1vMV3Bsx4w" x="1015" y="322"/> 7451 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XR-bdnEeau1vMV3Bsx4w" x="-996" y="348" height="8"/>
7301 </children> 7452 </children>
7302 <children xmi:type="notation:Node" xmi:id="_l6XR-rdnEeau1vMV3Bsx4w" type="2003" element="_l6ZII7dnEeau1vMV3Bsx4w"> 7453 <children xmi:type="notation:Node" xmi:id="_l6XR-rdnEeau1vMV3Bsx4w" type="2003" element="_l6ZII7dnEeau1vMV3Bsx4w">
7303 <children xmi:type="notation:Node" xmi:id="_l6XR-7dnEeau1vMV3Bsx4w" type="5007"/> 7454 <children xmi:type="notation:Node" xmi:id="_l6XR-7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7310,7 +7461,7 @@
7310 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSAbdnEeau1vMV3Bsx4w"/> 7461 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSAbdnEeau1vMV3Bsx4w"/>
7311 </children> 7462 </children>
7312 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSArdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7463 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSArdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7313 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSA7dnEeau1vMV3Bsx4w" x="1165" y="455" height="53"/> 7464 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSA7dnEeau1vMV3Bsx4w" x="-1200" y="460" height="53"/>
7314 </children> 7465 </children>
7315 <children xmi:type="notation:Node" xmi:id="_l6XSBLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIJ7dnEeau1vMV3Bsx4w"> 7466 <children xmi:type="notation:Node" xmi:id="_l6XSBLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIJ7dnEeau1vMV3Bsx4w">
7316 <children xmi:type="notation:Node" xmi:id="_l6XSBbdnEeau1vMV3Bsx4w" type="5007"/> 7467 <children xmi:type="notation:Node" xmi:id="_l6XSBbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7323,7 +7474,7 @@
7323 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSC7dnEeau1vMV3Bsx4w"/> 7474 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSC7dnEeau1vMV3Bsx4w"/>
7324 </children> 7475 </children>
7325 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSDLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7476 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSDLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7326 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSDbdnEeau1vMV3Bsx4w" x="981" y="460" height="53"/> 7477 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSDbdnEeau1vMV3Bsx4w" x="-948" y="460" height="53"/>
7327 </children> 7478 </children>
7328 <children xmi:type="notation:Node" xmi:id="_l6XSDrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIK7dnEeau1vMV3Bsx4w"> 7479 <children xmi:type="notation:Node" xmi:id="_l6XSDrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIK7dnEeau1vMV3Bsx4w">
7329 <children xmi:type="notation:Node" xmi:id="_l6XSD7dnEeau1vMV3Bsx4w" type="5007"/> 7480 <children xmi:type="notation:Node" xmi:id="_l6XSD7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7336,7 +7487,7 @@
7336 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSFbdnEeau1vMV3Bsx4w"/> 7487 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSFbdnEeau1vMV3Bsx4w"/>
7337 </children> 7488 </children>
7338 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSFrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7489 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSFrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7339 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSF7dnEeau1vMV3Bsx4w" x="835" y="454" height="53"/> 7490 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSF7dnEeau1vMV3Bsx4w" x="-1082" y="460" height="53"/>
7340 </children> 7491 </children>
7341 <children xmi:type="notation:Node" xmi:id="_l6XSGLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIL7dnEeau1vMV3Bsx4w"> 7492 <children xmi:type="notation:Node" xmi:id="_l6XSGLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIL7dnEeau1vMV3Bsx4w">
7342 <children xmi:type="notation:Node" xmi:id="_l6XSGbdnEeau1vMV3Bsx4w" type="5007"/> 7493 <children xmi:type="notation:Node" xmi:id="_l6XSGbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7345,7 +7496,7 @@
7345 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSHLdnEeau1vMV3Bsx4w"/> 7496 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSHLdnEeau1vMV3Bsx4w"/>
7346 </children> 7497 </children>
7347 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSHbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7498 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSHbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7348 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSHrdnEeau1vMV3Bsx4w" x="1760" y="440"/> 7499 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSHrdnEeau1vMV3Bsx4w" x="1956" y="456" height="36"/>
7349 </children> 7500 </children>
7350 <children xmi:type="notation:Node" xmi:id="_l6XSH7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIMbdnEeau1vMV3Bsx4w"> 7501 <children xmi:type="notation:Node" xmi:id="_l6XSH7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIMbdnEeau1vMV3Bsx4w">
7351 <children xmi:type="notation:Node" xmi:id="_l6XSILdnEeau1vMV3Bsx4w" type="5007"/> 7502 <children xmi:type="notation:Node" xmi:id="_l6XSILdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7354,7 +7505,7 @@
7354 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSI7dnEeau1vMV3Bsx4w"/> 7505 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSI7dnEeau1vMV3Bsx4w"/>
7355 </children> 7506 </children>
7356 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSJLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7507 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSJLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7357 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSJbdnEeau1vMV3Bsx4w" x="1450" y="275"/> 7508 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSJbdnEeau1vMV3Bsx4w" x="1788" y="362" height="35"/>
7358 </children> 7509 </children>
7359 <children xmi:type="notation:Node" xmi:id="_l6XSJrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIM7dnEeau1vMV3Bsx4w"> 7510 <children xmi:type="notation:Node" xmi:id="_l6XSJrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIM7dnEeau1vMV3Bsx4w">
7360 <children xmi:type="notation:Node" xmi:id="_l6XSJ7dnEeau1vMV3Bsx4w" type="5007"/> 7511 <children xmi:type="notation:Node" xmi:id="_l6XSJ7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7363,7 +7514,7 @@
7363 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSKrdnEeau1vMV3Bsx4w"/> 7514 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSKrdnEeau1vMV3Bsx4w"/>
7364 </children> 7515 </children>
7365 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSK7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7516 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSK7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7366 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSLLdnEeau1vMV3Bsx4w" x="1345" y="455"/> 7517 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSLLdnEeau1vMV3Bsx4w" x="1764" y="441" width="79" height="20"/>
7367 </children> 7518 </children>
7368 <children xmi:type="notation:Node" xmi:id="_l6XSLbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZINbdnEeau1vMV3Bsx4w"> 7519 <children xmi:type="notation:Node" xmi:id="_l6XSLbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZINbdnEeau1vMV3Bsx4w">
7369 <children xmi:type="notation:Node" xmi:id="_l6XSLrdnEeau1vMV3Bsx4w" type="5007"/> 7520 <children xmi:type="notation:Node" xmi:id="_l6XSLrdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7372,7 +7523,7 @@
7372 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSMbdnEeau1vMV3Bsx4w"/> 7523 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSMbdnEeau1vMV3Bsx4w"/>
7373 </children> 7524 </children>
7374 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSMrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7525 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSMrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7375 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSM7dnEeau1vMV3Bsx4w" x="1525" y="455"/> 7526 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSM7dnEeau1vMV3Bsx4w" x="1848" y="441" width="81" height="20"/>
7376 </children> 7527 </children>
7377 <children xmi:type="notation:Node" xmi:id="_l6XSNLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIN7dnEeau1vMV3Bsx4w"> 7528 <children xmi:type="notation:Node" xmi:id="_l6XSNLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIN7dnEeau1vMV3Bsx4w">
7378 <children xmi:type="notation:Node" xmi:id="_l6XSNbdnEeau1vMV3Bsx4w" type="5007"/> 7529 <children xmi:type="notation:Node" xmi:id="_l6XSNbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7381,7 +7532,7 @@
7381 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSOLdnEeau1vMV3Bsx4w"/> 7532 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSOLdnEeau1vMV3Bsx4w"/>
7382 </children> 7533 </children>
7383 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSObdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7534 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSObdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7384 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSOrdnEeau1vMV3Bsx4w" x="-500" y="460"/> 7535 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSOrdnEeau1vMV3Bsx4w" x="-552" y="360" width="100" height="46"/>
7385 </children> 7536 </children>
7386 <children xmi:type="notation:Node" xmi:id="_l6XSO7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIObdnEeau1vMV3Bsx4w"> 7537 <children xmi:type="notation:Node" xmi:id="_l6XSO7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIObdnEeau1vMV3Bsx4w">
7387 <children xmi:type="notation:Node" xmi:id="_l6XSPLdnEeau1vMV3Bsx4w" type="5007"/> 7538 <children xmi:type="notation:Node" xmi:id="_l6XSPLdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7390,7 +7541,7 @@
7390 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSP7dnEeau1vMV3Bsx4w"/> 7541 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSP7dnEeau1vMV3Bsx4w"/>
7391 </children> 7542 </children>
7392 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSQLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7543 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSQLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7393 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSQbdnEeau1vMV3Bsx4w" x="-750" y="644" height="37"/> 7544 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSQbdnEeau1vMV3Bsx4w" x="-661" y="460" width="79" height="37"/>
7394 </children> 7545 </children>
7395 <children xmi:type="notation:Node" xmi:id="_l6XSQrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIO7dnEeau1vMV3Bsx4w"> 7546 <children xmi:type="notation:Node" xmi:id="_l6XSQrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIO7dnEeau1vMV3Bsx4w">
7396 <children xmi:type="notation:Node" xmi:id="_l6XSQ7dnEeau1vMV3Bsx4w" type="5007"/> 7547 <children xmi:type="notation:Node" xmi:id="_l6XSQ7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7399,7 +7550,7 @@
7399 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSRrdnEeau1vMV3Bsx4w"/> 7550 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSRrdnEeau1vMV3Bsx4w"/>
7400 </children> 7551 </children>
7401 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSR7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7552 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSR7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7402 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSSLdnEeau1vMV3Bsx4w" x="-460" y="650" height="44"/> 7553 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSSLdnEeau1vMV3Bsx4w" x="-577" y="459" width="79" height="44"/>
7403 </children> 7554 </children>
7404 <children xmi:type="notation:Node" xmi:id="_l6XSSbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIPbdnEeau1vMV3Bsx4w"> 7555 <children xmi:type="notation:Node" xmi:id="_l6XSSbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIPbdnEeau1vMV3Bsx4w">
7405 <children xmi:type="notation:Node" xmi:id="_l6XSSrdnEeau1vMV3Bsx4w" type="5007"/> 7556 <children xmi:type="notation:Node" xmi:id="_l6XSSrdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7408,7 +7559,7 @@
7408 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSTbdnEeau1vMV3Bsx4w"/> 7559 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSTbdnEeau1vMV3Bsx4w"/>
7409 </children> 7560 </children>
7410 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSTrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7561 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSTrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7411 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XST7dnEeau1vMV3Bsx4w" x="-880" y="650" height="44"/> 7562 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XST7dnEeau1vMV3Bsx4w" x="-493" y="459" width="79" height="44"/>
7412 </children> 7563 </children>
7413 <children xmi:type="notation:Node" xmi:id="_l6XSULdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIP7dnEeau1vMV3Bsx4w"> 7564 <children xmi:type="notation:Node" xmi:id="_l6XSULdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIP7dnEeau1vMV3Bsx4w">
7414 <children xmi:type="notation:Node" xmi:id="_l6XSUbdnEeau1vMV3Bsx4w" type="5007"/> 7565 <children xmi:type="notation:Node" xmi:id="_l6XSUbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7417,7 +7568,7 @@
7417 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSVLdnEeau1vMV3Bsx4w"/> 7568 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSVLdnEeau1vMV3Bsx4w"/>
7418 </children> 7569 </children>
7419 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSVbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7570 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSVbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7420 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSVrdnEeau1vMV3Bsx4w" x="-610" y="650" height="44"/> 7571 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSVrdnEeau1vMV3Bsx4w" x="-409" y="459" width="79" height="44"/>
7421 </children> 7572 </children>
7422 <children xmi:type="notation:Node" xmi:id="_l6XSV7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIQbdnEeau1vMV3Bsx4w"> 7573 <children xmi:type="notation:Node" xmi:id="_l6XSV7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZIQbdnEeau1vMV3Bsx4w">
7423 <children xmi:type="notation:Node" xmi:id="_l6XSWLdnEeau1vMV3Bsx4w" type="5007"/> 7574 <children xmi:type="notation:Node" xmi:id="_l6XSWLdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7426,7 +7577,7 @@
7426 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSW7dnEeau1vMV3Bsx4w"/> 7577 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSW7dnEeau1vMV3Bsx4w"/>
7427 </children> 7578 </children>
7428 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSXLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7579 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSXLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7429 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSXbdnEeau1vMV3Bsx4w" x="-280" y="650" height="44"/> 7580 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSXbdnEeau1vMV3Bsx4w" x="-328" y="459" width="79" height="44"/>
7430 </children> 7581 </children>
7431 <children xmi:type="notation:Node" xmi:id="_l6XSXrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIQ7dnEeau1vMV3Bsx4w"> 7582 <children xmi:type="notation:Node" xmi:id="_l6XSXrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIQ7dnEeau1vMV3Bsx4w">
7432 <children xmi:type="notation:Node" xmi:id="_l6XSX7dnEeau1vMV3Bsx4w" type="5007"/> 7583 <children xmi:type="notation:Node" xmi:id="_l6XSX7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7435,7 +7586,7 @@
7435 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSYrdnEeau1vMV3Bsx4w"/> 7586 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSYrdnEeau1vMV3Bsx4w"/>
7436 </children> 7587 </children>
7437 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSY7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7588 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSY7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7438 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSZLdnEeau1vMV3Bsx4w" x="2460" y="720"/> 7589 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSZLdnEeau1vMV3Bsx4w" x="564" y="360" width="111" height="45"/>
7439 </children> 7590 </children>
7440 <children xmi:type="notation:Node" xmi:id="_l6XSZbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIRbdnEeau1vMV3Bsx4w"> 7591 <children xmi:type="notation:Node" xmi:id="_l6XSZbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIRbdnEeau1vMV3Bsx4w">
7441 <children xmi:type="notation:Node" xmi:id="_l6XSZrdnEeau1vMV3Bsx4w" type="5007"/> 7592 <children xmi:type="notation:Node" xmi:id="_l6XSZrdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7444,7 +7595,7 @@
7444 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSabdnEeau1vMV3Bsx4w"/> 7595 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XSabdnEeau1vMV3Bsx4w"/>
7445 </children> 7596 </children>
7446 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSardnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7597 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XSardnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7447 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSa7dnEeau1vMV3Bsx4w" x="2905" y="865"/> 7598 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XSa7dnEeau1vMV3Bsx4w" x="732" y="459" width="75" height="29"/>
7448 </children> 7599 </children>
7449 <children xmi:type="notation:Node" xmi:id="_l6XSbLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIR7dnEeau1vMV3Bsx4w"> 7600 <children xmi:type="notation:Node" xmi:id="_l6XSbLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIR7dnEeau1vMV3Bsx4w">
7450 <children xmi:type="notation:Node" xmi:id="_l6XSbbdnEeau1vMV3Bsx4w" type="5007"/> 7601 <children xmi:type="notation:Node" xmi:id="_l6XSbbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7453,7 +7604,7 @@
7453 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XScLdnEeau1vMV3Bsx4w"/> 7604 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6XScLdnEeau1vMV3Bsx4w"/>
7454 </children> 7605 </children>
7455 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XScbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7606 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6XScbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7456 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XScrdnEeau1vMV3Bsx4w" x="3050" y="870"/> 7607 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6XScrdnEeau1vMV3Bsx4w" x="816" y="460" width="75" height="29"/>
7457 </children> 7608 </children>
7458 <children xmi:type="notation:Node" xmi:id="_l6XSc7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZISbdnEeau1vMV3Bsx4w"> 7609 <children xmi:type="notation:Node" xmi:id="_l6XSc7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZISbdnEeau1vMV3Bsx4w">
7459 <children xmi:type="notation:Node" xmi:id="_l6X4kLdnEeau1vMV3Bsx4w" type="5007"/> 7610 <children xmi:type="notation:Node" xmi:id="_l6X4kLdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7462,7 +7613,7 @@
7462 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4k7dnEeau1vMV3Bsx4w"/> 7613 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4k7dnEeau1vMV3Bsx4w"/>
7463 </children> 7614 </children>
7464 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4lLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7615 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4lLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7465 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4lbdnEeau1vMV3Bsx4w" x="2755" y="865"/> 7616 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4lbdnEeau1vMV3Bsx4w" x="636" y="460" width="87" height="29"/>
7466 </children> 7617 </children>
7467 <children xmi:type="notation:Node" xmi:id="_l6X4lrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIS7dnEeau1vMV3Bsx4w"> 7618 <children xmi:type="notation:Node" xmi:id="_l6X4lrdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIS7dnEeau1vMV3Bsx4w">
7468 <children xmi:type="notation:Node" xmi:id="_l6X4l7dnEeau1vMV3Bsx4w" type="5007"/> 7619 <children xmi:type="notation:Node" xmi:id="_l6X4l7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7471,7 +7622,7 @@
7471 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4mrdnEeau1vMV3Bsx4w"/> 7622 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4mrdnEeau1vMV3Bsx4w"/>
7472 </children> 7623 </children>
7473 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4m7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7624 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4m7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7474 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4nLdnEeau1vMV3Bsx4w" x="2577" y="865"/> 7625 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4nLdnEeau1vMV3Bsx4w" x="528" y="460" width="99" height="29"/>
7475 </children> 7626 </children>
7476 <children xmi:type="notation:Node" xmi:id="_l6X4nbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZITbdnEeau1vMV3Bsx4w"> 7627 <children xmi:type="notation:Node" xmi:id="_l6X4nbdnEeau1vMV3Bsx4w" type="2003" element="_l6ZITbdnEeau1vMV3Bsx4w">
7477 <children xmi:type="notation:Node" xmi:id="_l6X4nrdnEeau1vMV3Bsx4w" type="5007"/> 7628 <children xmi:type="notation:Node" xmi:id="_l6X4nrdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7480,7 +7631,7 @@
7480 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4obdnEeau1vMV3Bsx4w"/> 7631 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4obdnEeau1vMV3Bsx4w"/>
7481 </children> 7632 </children>
7482 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4ordnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7633 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4ordnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7483 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4o7dnEeau1vMV3Bsx4w" x="2295" y="865"/> 7634 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4o7dnEeau1vMV3Bsx4w" x="264" y="460" height="29"/>
7484 </children> 7635 </children>
7485 <children xmi:type="notation:Node" xmi:id="_l6X4pLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIT7dnEeau1vMV3Bsx4w"> 7636 <children xmi:type="notation:Node" xmi:id="_l6X4pLdnEeau1vMV3Bsx4w" type="2003" element="_l6ZIT7dnEeau1vMV3Bsx4w">
7486 <children xmi:type="notation:Node" xmi:id="_l6X4pbdnEeau1vMV3Bsx4w" type="5007"/> 7637 <children xmi:type="notation:Node" xmi:id="_l6X4pbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7489,7 +7640,7 @@
7489 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4qLdnEeau1vMV3Bsx4w"/> 7640 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4qLdnEeau1vMV3Bsx4w"/>
7490 </children> 7641 </children>
7491 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4qbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7642 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4qbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7492 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4qrdnEeau1vMV3Bsx4w" x="2425" y="865"/> 7643 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4qrdnEeau1vMV3Bsx4w" x="396" y="460" height="29"/>
7493 </children> 7644 </children>
7494 <children xmi:type="notation:Node" xmi:id="_l6X4q7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZtwbdnEeau1vMV3Bsx4w"> 7645 <children xmi:type="notation:Node" xmi:id="_l6X4q7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZtwbdnEeau1vMV3Bsx4w">
7495 <children xmi:type="notation:Node" xmi:id="_l6X4rLdnEeau1vMV3Bsx4w" type="5007"/> 7646 <children xmi:type="notation:Node" xmi:id="_l6X4rLdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7498,7 +7649,7 @@
7498 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4r7dnEeau1vMV3Bsx4w"/> 7649 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4r7dnEeau1vMV3Bsx4w"/>
7499 </children> 7650 </children>
7500 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4sLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7651 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4sLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7501 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4sbdnEeau1vMV3Bsx4w" x="310" y="250"/> 7652 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4sbdnEeau1vMV3Bsx4w" x="-60" y="363" height="15"/>
7502 </children> 7653 </children>
7503 <children xmi:type="notation:Node" xmi:id="_l6X4srdnEeau1vMV3Bsx4w" type="2003" element="_l6Ztw7dnEeau1vMV3Bsx4w"> 7654 <children xmi:type="notation:Node" xmi:id="_l6X4srdnEeau1vMV3Bsx4w" type="2003" element="_l6Ztw7dnEeau1vMV3Bsx4w">
7504 <children xmi:type="notation:Node" xmi:id="_l6X4s7dnEeau1vMV3Bsx4w" type="5007"/> 7655 <children xmi:type="notation:Node" xmi:id="_l6X4s7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7507,7 +7658,7 @@
7507 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4trdnEeau1vMV3Bsx4w"/> 7658 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4trdnEeau1vMV3Bsx4w"/>
7508 </children> 7659 </children>
7509 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4t7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7660 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4t7dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7510 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4uLdnEeau1vMV3Bsx4w" x="180" y="385"/> 7661 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4uLdnEeau1vMV3Bsx4w" x="-156" y="460" width="75" height="27"/>
7511 </children> 7662 </children>
7512 <children xmi:type="notation:Node" xmi:id="_l6X4ubdnEeau1vMV3Bsx4w" type="2003" element="_l6ZtxbdnEeau1vMV3Bsx4w"> 7663 <children xmi:type="notation:Node" xmi:id="_l6X4ubdnEeau1vMV3Bsx4w" type="2003" element="_l6ZtxbdnEeau1vMV3Bsx4w">
7513 <children xmi:type="notation:Node" xmi:id="_l6X4urdnEeau1vMV3Bsx4w" type="5007"/> 7664 <children xmi:type="notation:Node" xmi:id="_l6X4urdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7516,7 +7667,7 @@
7516 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4vbdnEeau1vMV3Bsx4w"/> 7667 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4vbdnEeau1vMV3Bsx4w"/>
7517 </children> 7668 </children>
7518 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4vrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7669 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4vrdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7519 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4v7dnEeau1vMV3Bsx4w" x="360" y="385"/> 7670 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4v7dnEeau1vMV3Bsx4w" x="-74" y="459" width="75" height="27"/>
7520 </children> 7671 </children>
7521 <children xmi:type="notation:Node" xmi:id="_l6X4wLdnEeau1vMV3Bsx4w" type="2003" element="_l6Ztx7dnEeau1vMV3Bsx4w"> 7672 <children xmi:type="notation:Node" xmi:id="_l6X4wLdnEeau1vMV3Bsx4w" type="2003" element="_l6Ztx7dnEeau1vMV3Bsx4w">
7522 <children xmi:type="notation:Node" xmi:id="_l6X4wbdnEeau1vMV3Bsx4w" type="5007"/> 7673 <children xmi:type="notation:Node" xmi:id="_l6X4wbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7525,7 +7676,7 @@
7525 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4xLdnEeau1vMV3Bsx4w"/> 7676 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4xLdnEeau1vMV3Bsx4w"/>
7526 </children> 7677 </children>
7527 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4xbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7678 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4xbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7528 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4xrdnEeau1vMV3Bsx4w" x="540" y="385"/> 7679 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4xrdnEeau1vMV3Bsx4w" x="12" y="459" width="75" height="27"/>
7529 </children> 7680 </children>
7530 <children xmi:type="notation:Node" xmi:id="_l6X4x7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZtybdnEeau1vMV3Bsx4w"> 7681 <children xmi:type="notation:Node" xmi:id="_l6X4x7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZtybdnEeau1vMV3Bsx4w">
7531 <children xmi:type="notation:Node" xmi:id="_l6X4yLdnEeau1vMV3Bsx4w" type="5007"/> 7682 <children xmi:type="notation:Node" xmi:id="_l6X4yLdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7534,7 +7685,7 @@
7534 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4y7dnEeau1vMV3Bsx4w"/> 7685 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X4y7dnEeau1vMV3Bsx4w"/>
7535 </children> 7686 </children>
7536 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4zLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7687 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X4zLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7537 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4zbdnEeau1vMV3Bsx4w" y="385"/> 7688 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X4zbdnEeau1vMV3Bsx4w" x="180" y="460" width="75" height="27"/>
7538 </children> 7689 </children>
7539 <children xmi:type="notation:Node" xmi:id="_l6X4zrdnEeau1vMV3Bsx4w" type="2003" element="_l6Zty7dnEeau1vMV3Bsx4w"> 7690 <children xmi:type="notation:Node" xmi:id="_l6X4zrdnEeau1vMV3Bsx4w" type="2003" element="_l6Zty7dnEeau1vMV3Bsx4w">
7540 <children xmi:type="notation:Node" xmi:id="_l6X4z7dnEeau1vMV3Bsx4w" type="5007"/> 7691 <children xmi:type="notation:Node" xmi:id="_l6X4z7dnEeau1vMV3Bsx4w" type="5007"/>
@@ -7543,7 +7694,7 @@
7543 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X40rdnEeau1vMV3Bsx4w"/> 7694 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X40rdnEeau1vMV3Bsx4w"/>
7544 </children> 7695 </children>
7545 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X407dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7696 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X407dnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7546 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X41LdnEeau1vMV3Bsx4w" x="703" y="395"/> 7697 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X41LdnEeau1vMV3Bsx4w" x="96" y="459" width="75" height="27"/>
7547 </children> 7698 </children>
7548 <children xmi:type="notation:Node" xmi:id="_l6X43LdnEeau1vMV3Bsx4w" type="2003" element="_l6Ztz7dnEeau1vMV3Bsx4w"> 7699 <children xmi:type="notation:Node" xmi:id="_l6X43LdnEeau1vMV3Bsx4w" type="2003" element="_l6Ztz7dnEeau1vMV3Bsx4w">
7549 <children xmi:type="notation:Node" xmi:id="_l6X43bdnEeau1vMV3Bsx4w" type="5007"/> 7700 <children xmi:type="notation:Node" xmi:id="_l6X43bdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7552,7 +7703,7 @@
7552 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X44LdnEeau1vMV3Bsx4w"/> 7703 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X44LdnEeau1vMV3Bsx4w"/>
7553 </children> 7704 </children>
7554 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X44bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7705 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X44bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7555 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X44rdnEeau1vMV3Bsx4w" x="2855"/> 7706 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X44rdnEeau1vMV3Bsx4w" x="1248" y="-156" height="16"/>
7556 </children> 7707 </children>
7557 <children xmi:type="notation:Node" xmi:id="_l6X5ELdnEeau1vMV3Bsx4w" type="2003" element="_l6ZvG7dnEeau1vMV3Bsx4w"> 7708 <children xmi:type="notation:Node" xmi:id="_l6X5ELdnEeau1vMV3Bsx4w" type="2003" element="_l6ZvG7dnEeau1vMV3Bsx4w">
7558 <children xmi:type="notation:Node" xmi:id="_l6X5EbdnEeau1vMV3Bsx4w" type="5007"/> 7709 <children xmi:type="notation:Node" xmi:id="_l6X5EbdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7561,7 +7712,7 @@
7561 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X5FLdnEeau1vMV3Bsx4w"/> 7712 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X5FLdnEeau1vMV3Bsx4w"/>
7562 </children> 7713 </children>
7563 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X5FbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7714 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X5FbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7564 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5FrdnEeau1vMV3Bsx4w" x="2645" y="20" width="120" height="100"/> 7715 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5FrdnEeau1vMV3Bsx4w" x="900" y="362" width="120" height="31"/>
7565 </children> 7716 </children>
7566 <children xmi:type="notation:Node" xmi:id="_l6X5M7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZvZbdnEeau1vMV3Bsx4w"> 7717 <children xmi:type="notation:Node" xmi:id="_l6X5M7dnEeau1vMV3Bsx4w" type="2003" element="_l6ZvZbdnEeau1vMV3Bsx4w">
7567 <children xmi:type="notation:Node" xmi:id="_l6X5NLdnEeau1vMV3Bsx4w" type="5007"/> 7718 <children xmi:type="notation:Node" xmi:id="_l6X5NLdnEeau1vMV3Bsx4w" type="5007"/>
@@ -7570,7 +7721,7 @@
7570 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X5N7dnEeau1vMV3Bsx4w"/> 7721 <styles xmi:type="notation:FilteringStyle" xmi:id="_l6X5N7dnEeau1vMV3Bsx4w"/>
7571 </children> 7722 </children>
7572 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X5OLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7723 <styles xmi:type="notation:ShapeStyle" xmi:id="_l6X5OLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7573 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5ObdnEeau1vMV3Bsx4w" x="-930" y="97" width="192" height="49"/> 7724 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5ObdnEeau1vMV3Bsx4w" x="1044" y="363" width="192" height="49"/>
7574 </children> 7725 </children>
7575 <children xmi:type="notation:Node" xmi:id="_YvbY4Ld1Eeau1vMV3Bsx4w" type="2003" element="_YtYxgLd1Eeau1vMV3Bsx4w"> 7726 <children xmi:type="notation:Node" xmi:id="_YvbY4Ld1Eeau1vMV3Bsx4w" type="2003" element="_YtYxgLd1Eeau1vMV3Bsx4w">
7576 <children xmi:type="notation:Node" xmi:id="_Yvm_ELd1Eeau1vMV3Bsx4w" type="5007"/> 7727 <children xmi:type="notation:Node" xmi:id="_Yvm_ELd1Eeau1vMV3Bsx4w" type="5007"/>
@@ -7579,7 +7730,7 @@
7579 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvoNMbd1Eeau1vMV3Bsx4w"/> 7730 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvoNMbd1Eeau1vMV3Bsx4w"/>
7580 </children> 7731 </children>
7581 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvbY4bd1Eeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 7732 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvbY4bd1Eeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
7582 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvbY4rd1Eeau1vMV3Bsx4w" x="1910" y="440" width="120" height="100"/> 7733 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvbY4rd1Eeau1vMV3Bsx4w" x="1407" y="362" width="120" height="36"/>
7583 </children> 7734 </children>
7584 <children xmi:type="notation:Node" xmi:id="_JfwFgLd8Eeau1vMV3Bsx4w" type="2003" element="_JfJBgLd8Eeau1vMV3Bsx4w"> 7735 <children xmi:type="notation:Node" xmi:id="_JfwFgLd8Eeau1vMV3Bsx4w" type="2003" element="_JfJBgLd8Eeau1vMV3Bsx4w">
7585 <children xmi:type="notation:Node" xmi:id="_JfwskLd8Eeau1vMV3Bsx4w" type="5007"/> 7736 <children xmi:type="notation:Node" xmi:id="_JfwskLd8Eeau1vMV3Bsx4w" type="5007"/>
@@ -7588,7 +7739,7 @@
7588 <styles xmi:type="notation:FilteringStyle" xmi:id="_Jfwsk7d8Eeau1vMV3Bsx4w"/> 7739 <styles xmi:type="notation:FilteringStyle" xmi:id="_Jfwsk7d8Eeau1vMV3Bsx4w"/>
7589 </children> 7740 </children>
7590 <styles xmi:type="notation:ShapeStyle" xmi:id="_JfwFgbd8Eeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/> 7741 <styles xmi:type="notation:ShapeStyle" xmi:id="_JfwFgbd8Eeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8" italic="true"/>
7591 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JfwFgrd8Eeau1vMV3Bsx4w" x="1845" y="585"/> 7742 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JfwFgrd8Eeau1vMV3Bsx4w" x="1968" y="532" height="27"/>
7592 </children> 7743 </children>
7593 <children xmi:type="notation:Node" xmi:id="_Xh-bUHuWEeeCn_RNMwgEBg" type="2003" element="_XgmiUHuWEeeCn_RNMwgEBg"> 7744 <children xmi:type="notation:Node" xmi:id="_Xh-bUHuWEeeCn_RNMwgEBg" type="2003" element="_XgmiUHuWEeeCn_RNMwgEBg">
7594 <children xmi:type="notation:Node" xmi:id="_Xh_CYHuWEeeCn_RNMwgEBg" type="5007"/> 7745 <children xmi:type="notation:Node" xmi:id="_Xh_CYHuWEeeCn_RNMwgEBg" type="5007"/>
@@ -7601,7 +7752,7 @@
7601 <styles xmi:type="notation:FilteringStyle" xmi:id="_Xh_pcnuWEeeCn_RNMwgEBg"/> 7752 <styles xmi:type="notation:FilteringStyle" xmi:id="_Xh_pcnuWEeeCn_RNMwgEBg"/>
7602 </children> 7753 </children>
7603 <styles xmi:type="notation:ShapeStyle" xmi:id="_Xh-bUXuWEeeCn_RNMwgEBg" fontName="Segoe UI" fontHeight="8"/> 7754 <styles xmi:type="notation:ShapeStyle" xmi:id="_Xh-bUXuWEeeCn_RNMwgEBg" fontName="Segoe UI" fontHeight="8"/>
7604 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Xh-bUnuWEeeCn_RNMwgEBg" x="1085" y="519" width="120" height="54"/> 7755 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Xh-bUnuWEeeCn_RNMwgEBg" x="-792" y="460" width="120" height="54"/>
7605 </children> 7756 </children>
7606 <children xmi:type="notation:Node" xmi:id="_PSQLAIKgEeeAppuRs-roLg" type="2003" element="_PQURUIKgEeeAppuRs-roLg"> 7757 <children xmi:type="notation:Node" xmi:id="_PSQLAIKgEeeAppuRs-roLg" type="2003" element="_PQURUIKgEeeAppuRs-roLg">
7607 <children xmi:type="notation:Node" xmi:id="_PSZU8IKgEeeAppuRs-roLg" type="5007"/> 7758 <children xmi:type="notation:Node" xmi:id="_PSZU8IKgEeeAppuRs-roLg" type="5007"/>
@@ -7610,7 +7761,7 @@
7610 <styles xmi:type="notation:FilteringStyle" xmi:id="_PSZU84KgEeeAppuRs-roLg"/> 7761 <styles xmi:type="notation:FilteringStyle" xmi:id="_PSZU84KgEeeAppuRs-roLg"/>
7611 </children> 7762 </children>
7612 <styles xmi:type="notation:ShapeStyle" xmi:id="_PSQLAYKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/> 7763 <styles xmi:type="notation:ShapeStyle" xmi:id="_PSQLAYKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/>
7613 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PSQLAoKgEeeAppuRs-roLg" x="2100" y="210" width="120" height="100"/> 7764 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PSQLAoKgEeeAppuRs-roLg" x="1272" y="363" width="120" height="33"/>
7614 </children> 7765 </children>
7615 <children xmi:type="notation:Node" xmi:id="_e1tR0IKgEeeAppuRs-roLg" type="2003" element="_e0z58IKgEeeAppuRs-roLg"> 7766 <children xmi:type="notation:Node" xmi:id="_e1tR0IKgEeeAppuRs-roLg" type="2003" element="_e0z58IKgEeeAppuRs-roLg">
7616 <children xmi:type="notation:Node" xmi:id="_e1tR04KgEeeAppuRs-roLg" type="5007"/> 7767 <children xmi:type="notation:Node" xmi:id="_e1tR04KgEeeAppuRs-roLg" type="5007"/>
@@ -7623,7 +7774,7 @@
7623 <styles xmi:type="notation:FilteringStyle" xmi:id="_e1tR1oKgEeeAppuRs-roLg"/> 7774 <styles xmi:type="notation:FilteringStyle" xmi:id="_e1tR1oKgEeeAppuRs-roLg"/>
7624 </children> 7775 </children>
7625 <styles xmi:type="notation:ShapeStyle" xmi:id="_e1tR0YKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8" italic="true"/> 7776 <styles xmi:type="notation:ShapeStyle" xmi:id="_e1tR0YKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8" italic="true"/>
7626 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e1tR0oKgEeeAppuRs-roLg" x="2020" y="-110"/> 7777 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e1tR0oKgEeeAppuRs-roLg" x="1476" y="-72" height="53"/>
7627 </children> 7778 </children>
7628 <children xmi:type="notation:Node" xmi:id="_hTMLdIKhEeeAppuRs-roLg" type="2003" element="_hSSzkIKhEeeAppuRs-roLg"> 7779 <children xmi:type="notation:Node" xmi:id="_hTMLdIKhEeeAppuRs-roLg" type="2003" element="_hSSzkIKhEeeAppuRs-roLg">
7629 <children xmi:type="notation:Node" xmi:id="_hTMLd4KhEeeAppuRs-roLg" type="5007"/> 7780 <children xmi:type="notation:Node" xmi:id="_hTMLd4KhEeeAppuRs-roLg" type="5007"/>
@@ -7636,376 +7787,443 @@
7636 <styles xmi:type="notation:FilteringStyle" xmi:id="_hTMLeoKhEeeAppuRs-roLg"/> 7787 <styles xmi:type="notation:FilteringStyle" xmi:id="_hTMLeoKhEeeAppuRs-roLg"/>
7637 </children> 7788 </children>
7638 <styles xmi:type="notation:ShapeStyle" xmi:id="_hTMLdYKhEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8" italic="true"/> 7789 <styles xmi:type="notation:ShapeStyle" xmi:id="_hTMLdYKhEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8" italic="true"/>
7639 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTMLdoKhEeeAppuRs-roLg" x="2251" y="46"/> 7790 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTMLdoKhEeeAppuRs-roLg" x="1236" y="528" height="50"/>
7791 </children>
7792 <children xmi:type="notation:Node" xmi:id="_JB2kcG6MEemSyfDlsGAqLA" type="2003" element="_JAggoG6MEemSyfDlsGAqLA">
7793 <children xmi:type="notation:Node" xmi:id="_JB3ykG6MEemSyfDlsGAqLA" type="5007"/>
7794 <children xmi:type="notation:Node" xmi:id="_JB3ykW6MEemSyfDlsGAqLA" type="7004">
7795 <styles xmi:type="notation:SortingStyle" xmi:id="_JB3ykm6MEemSyfDlsGAqLA"/>
7796 <styles xmi:type="notation:FilteringStyle" xmi:id="_JB3yk26MEemSyfDlsGAqLA"/>
7797 </children>
7798 <styles xmi:type="notation:ShapeStyle" xmi:id="_JB2kcW6MEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7799 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_JB2kcm6MEemSyfDlsGAqLA" x="-240" y="459" width="75" height="27"/>
7800 </children>
7801 <children xmi:type="notation:Node" xmi:id="_rsImoG6WEemSyfDlsGAqLA" type="2003" element="_rrY_wG6WEemSyfDlsGAqLA">
7802 <children xmi:type="notation:Node" xmi:id="_rsImo26WEemSyfDlsGAqLA" type="5007"/>
7803 <children xmi:type="notation:Node" xmi:id="_rsImpG6WEemSyfDlsGAqLA" type="7004">
7804 <styles xmi:type="notation:SortingStyle" xmi:id="_rsImpW6WEemSyfDlsGAqLA"/>
7805 <styles xmi:type="notation:FilteringStyle" xmi:id="_rsImpm6WEemSyfDlsGAqLA"/>
7806 </children>
7807 <styles xmi:type="notation:ShapeStyle" xmi:id="_rsImoW6WEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7808 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_rsImom6WEemSyfDlsGAqLA" x="2085" y="363" width="135" height="40"/>
7809 </children>
7810 <children xmi:type="notation:Node" xmi:id="_31nEcG6XEemSyfDlsGAqLA" type="2003" element="_309kMG6XEemSyfDlsGAqLA">
7811 <children xmi:type="notation:Node" xmi:id="_31nrgG6XEemSyfDlsGAqLA" type="5007"/>
7812 <children xmi:type="notation:Node" xmi:id="_31nrgW6XEemSyfDlsGAqLA" type="7004">
7813 <styles xmi:type="notation:SortingStyle" xmi:id="_31nrgm6XEemSyfDlsGAqLA"/>
7814 <styles xmi:type="notation:FilteringStyle" xmi:id="_31nrg26XEemSyfDlsGAqLA"/>
7815 </children>
7816 <styles xmi:type="notation:ShapeStyle" xmi:id="_31nEcW6XEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7817 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_31nEcm6XEemSyfDlsGAqLA" x="2196" y="564" width="60" height="41"/>
7818 </children>
7819 <children xmi:type="notation:Node" xmi:id="_53F0AG6XEemSyfDlsGAqLA" type="2003" element="_52k2oG6XEemSyfDlsGAqLA">
7820 <children xmi:type="notation:Node" xmi:id="_53F0A26XEemSyfDlsGAqLA" type="5007"/>
7821 <children xmi:type="notation:Node" xmi:id="_53F0BG6XEemSyfDlsGAqLA" type="7004">
7822 <styles xmi:type="notation:SortingStyle" xmi:id="_53F0BW6XEemSyfDlsGAqLA"/>
7823 <styles xmi:type="notation:FilteringStyle" xmi:id="_53F0Bm6XEemSyfDlsGAqLA"/>
7824 </children>
7825 <styles xmi:type="notation:ShapeStyle" xmi:id="_53F0AW6XEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7826 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_53F0Am6XEemSyfDlsGAqLA" x="2115" y="466" width="75" height="28"/>
7827 </children>
7828 <children xmi:type="notation:Node" xmi:id="_8nYKUG6XEemSyfDlsGAqLA" type="2003" element="_8mxtYG6XEemSyfDlsGAqLA">
7829 <children xmi:type="notation:Node" xmi:id="_8nYxYG6XEemSyfDlsGAqLA" type="5007"/>
7830 <children xmi:type="notation:Node" xmi:id="_8nYxYW6XEemSyfDlsGAqLA" type="7004">
7831 <styles xmi:type="notation:SortingStyle" xmi:id="_8nYxYm6XEemSyfDlsGAqLA"/>
7832 <styles xmi:type="notation:FilteringStyle" xmi:id="_8nYxY26XEemSyfDlsGAqLA"/>
7833 </children>
7834 <styles xmi:type="notation:ShapeStyle" xmi:id="_8nYKUW6XEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7835 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_8nYKUm6XEemSyfDlsGAqLA" x="2268" y="564" width="63" height="16"/>
7836 </children>
7837 <children xmi:type="notation:Node" xmi:id="_-vo3UG6XEemSyfDlsGAqLA" type="2003" element="_-vAlMG6XEemSyfDlsGAqLA">
7838 <children xmi:type="notation:Node" xmi:id="_-vpeYG6XEemSyfDlsGAqLA" type="5007"/>
7839 <children xmi:type="notation:Node" xmi:id="_-vpeYW6XEemSyfDlsGAqLA" type="7004">
7840 <styles xmi:type="notation:SortingStyle" xmi:id="_-vpeYm6XEemSyfDlsGAqLA"/>
7841 <styles xmi:type="notation:FilteringStyle" xmi:id="_-vpeY26XEemSyfDlsGAqLA"/>
7842 </children>
7843 <styles xmi:type="notation:ShapeStyle" xmi:id="_-vo3UW6XEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7844 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_-vo3Um6XEemSyfDlsGAqLA" x="2340" y="564" width="60" height="16"/>
7845 </children>
7846 <children xmi:type="notation:Node" xmi:id="_9KcB0G6cEemSyfDlsGAqLA" type="2003" element="_9J4BIG6cEemSyfDlsGAqLA">
7847 <children xmi:type="notation:Node" xmi:id="_9KcB026cEemSyfDlsGAqLA" type="5007"/>
7848 <children xmi:type="notation:Node" xmi:id="_9KcB1G6cEemSyfDlsGAqLA" type="7004">
7849 <children xmi:type="notation:Node" xmi:id="_ZW-wEG6dEemSyfDlsGAqLA" type="3010" element="_ZWWd8G6dEemSyfDlsGAqLA">
7850 <styles xmi:type="notation:FontStyle" xmi:id="_ZW-wEW6dEemSyfDlsGAqLA" fontColor="2697711" fontName="Segoe UI" fontHeight="8"/>
7851 <layoutConstraint xmi:type="notation:Location" xmi:id="_ZW-wEm6dEemSyfDlsGAqLA"/>
7852 </children>
7853 <styles xmi:type="notation:SortingStyle" xmi:id="_9KcB1W6cEemSyfDlsGAqLA"/>
7854 <styles xmi:type="notation:FilteringStyle" xmi:id="_9KcB1m6cEemSyfDlsGAqLA"/>
7855 </children>
7856 <styles xmi:type="notation:ShapeStyle" xmi:id="_9KcB0W6cEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
7857 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_9KcB0m6cEemSyfDlsGAqLA" x="2196" y="466" width="183" height="53"/>
7640 </children> 7858 </children>
7641 <styles xmi:type="notation:DiagramStyle" xmi:id="_l6X5OrdnEeau1vMV3Bsx4w"/> 7859 <styles xmi:type="notation:DiagramStyle" xmi:id="_l6X5OrdnEeau1vMV3Bsx4w"/>
7642 <edges xmi:type="notation:Edge" xmi:id="_l6X5a7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt6bdnEeau1vMV3Bsx4w" source="_l6XR7LdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7860 <edges xmi:type="notation:Edge" xmi:id="_l6X5a7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt6bdnEeau1vMV3Bsx4w" source="_l6XR7LdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7643 <children xmi:type="notation:Node" xmi:id="_l6X5bLdnEeau1vMV3Bsx4w" type="6001"> 7861 <children xmi:type="notation:Node" xmi:id="_l6X5bLdnEeau1vMV3Bsx4w" type="6001">
7644 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5bbdnEeau1vMV3Bsx4w" x="-265" y="-10"/> 7862 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5bbdnEeau1vMV3Bsx4w" x="-86" y="-42"/>
7645 </children> 7863 </children>
7646 <children xmi:type="notation:Node" xmi:id="_l6X5brdnEeau1vMV3Bsx4w" type="6002"> 7864 <children xmi:type="notation:Node" xmi:id="_l6X5brdnEeau1vMV3Bsx4w" type="6002">
7647 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5b7dnEeau1vMV3Bsx4w" x="-49" y="95"/> 7865 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5b7dnEeau1vMV3Bsx4w" x="-87" y="36"/>
7648 </children> 7866 </children>
7649 <children xmi:type="notation:Node" xmi:id="_l6X5cLdnEeau1vMV3Bsx4w" type="6003"> 7867 <children xmi:type="notation:Node" xmi:id="_l6X5cLdnEeau1vMV3Bsx4w" type="6003">
7650 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5cbdnEeau1vMV3Bsx4w" x="-47" y="214"/> 7868 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5cbdnEeau1vMV3Bsx4w" x="4" y="-10"/>
7651 </children> 7869 </children>
7652 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5crdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7870 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5crdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7653 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5c7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7871 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5c7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7654 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5dLdnEeau1vMV3Bsx4w" points="[0, 98, 615, 152]$[0, 128, 615, 182]$[-615, 128, 0, 182]$[-615, -54, 0, 0]"/> 7872 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5dLdnEeau1vMV3Bsx4w" points="[0, 0, 456, 324]$[0, -182, 456, 142]$[-397, -182, 59, 142]"/>
7655 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5dbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 7873 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5dbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
7656 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5drdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7874 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5drdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7657 </edges> 7875 </edges>
7658 <edges xmi:type="notation:Edge" xmi:id="_l6X5g7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt8bdnEeau1vMV3Bsx4w" source="_l6XSH7dnEeau1vMV3Bsx4w" target="_l6XSGLdnEeau1vMV3Bsx4w"> 7876 <edges xmi:type="notation:Edge" xmi:id="_l6X5g7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt8bdnEeau1vMV3Bsx4w" source="_l6XSH7dnEeau1vMV3Bsx4w" target="_l6XSGLdnEeau1vMV3Bsx4w">
7659 <children xmi:type="notation:Node" xmi:id="_l6X5hLdnEeau1vMV3Bsx4w" type="6001"> 7877 <children xmi:type="notation:Node" xmi:id="_l6X5hLdnEeau1vMV3Bsx4w" type="6001">
7660 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5hbdnEeau1vMV3Bsx4w" x="8" y="-58"/> 7878 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5hbdnEeau1vMV3Bsx4w" x="-46" y="-27"/>
7661 </children> 7879 </children>
7662 <children xmi:type="notation:Node" xmi:id="_l6X5hrdnEeau1vMV3Bsx4w" type="6002"> 7880 <children xmi:type="notation:Node" xmi:id="_l6X5hrdnEeau1vMV3Bsx4w" type="6002">
7663 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5h7dnEeau1vMV3Bsx4w" x="27" y="8"/> 7881 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5h7dnEeau1vMV3Bsx4w" x="66" y="10"/>
7664 </children> 7882 </children>
7665 <children xmi:type="notation:Node" xmi:id="_l6X5iLdnEeau1vMV3Bsx4w" type="6003"> 7883 <children xmi:type="notation:Node" xmi:id="_l6X5iLdnEeau1vMV3Bsx4w" type="6003">
7666 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5ibdnEeau1vMV3Bsx4w" x="-62" y="10"/> 7884 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5ibdnEeau1vMV3Bsx4w" x="-39" y="73"/>
7667 </children> 7885 </children>
7668 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5irdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7886 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5irdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7669 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5i7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7887 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5i7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7670 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5jLdnEeau1vMV3Bsx4w" points="[60, 38, -250, -225]$[63, 225, -247, -38]$[251, 225, -59, -38]"/> 7888 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5jLdnEeau1vMV3Bsx4w" points="[60, 19, -108, -114]$[157, 19, -11, -114]$[157, 94, -11, -39]"/>
7671 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5jbdnEeau1vMV3Bsx4w" id="(0.49586776859504134,0.0)"/> 7889 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5jbdnEeau1vMV3Bsx4w" id="(0.49586776859504134,0.0)"/>
7672 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5jrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7890 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5jrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/>
7673 </edges> 7891 </edges>
7674 <edges xmi:type="notation:Edge" xmi:id="_l6X5j7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt9bdnEeau1vMV3Bsx4w" source="_l6XSH7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7892 <edges xmi:type="notation:Edge" xmi:id="_l6X5j7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt9bdnEeau1vMV3Bsx4w" source="_l6XSH7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7675 <children xmi:type="notation:Node" xmi:id="_l6X5kLdnEeau1vMV3Bsx4w" type="6001"> 7893 <children xmi:type="notation:Node" xmi:id="_l6X5kLdnEeau1vMV3Bsx4w" type="6001">
7676 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5kbdnEeau1vMV3Bsx4w" x="-50" y="-10"/> 7894 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5kbdnEeau1vMV3Bsx4w" x="88" y="10"/>
7677 </children> 7895 </children>
7678 <children xmi:type="notation:Node" xmi:id="_l6X5krdnEeau1vMV3Bsx4w" type="6002"> 7896 <children xmi:type="notation:Node" xmi:id="_l6X5krdnEeau1vMV3Bsx4w" type="6002">
7679 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5k7dnEeau1vMV3Bsx4w" x="32" y="2"/> 7897 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5k7dnEeau1vMV3Bsx4w" x="7" y="2"/>
7680 </children> 7898 </children>
7681 <children xmi:type="notation:Node" xmi:id="_l6X5lLdnEeau1vMV3Bsx4w" type="6003"> 7899 <children xmi:type="notation:Node" xmi:id="_l6X5lLdnEeau1vMV3Bsx4w" type="6003">
7682 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5lbdnEeau1vMV3Bsx4w" x="-19" y="10"/> 7900 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5lbdnEeau1vMV3Bsx4w" x="-255" y="22"/>
7683 </children> 7901 </children>
7684 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5lrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7902 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5lrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7685 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5l7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7903 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5l7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7686 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5mLdnEeau1vMV3Bsx4w" points="[0, 0, -180, 119]$[0, -87, -180, 32]$[180, -87, 0, 32]$[180, -119, 0, 0]"/> 7904 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5mLdnEeau1vMV3Bsx4w" points="[0, 0, 708, 324]$[0, -194, 708, 130]$[-649, -194, 59, 130]"/>
7687 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5mbdnEeau1vMV3Bsx4w" id="(0.49586776859504134,0.0)"/> 7905 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5mbdnEeau1vMV3Bsx4w" id="(0.49586776859504134,0.0)"/>
7688 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5mrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7906 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5mrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7689 </edges> 7907 </edges>
7690 <edges xmi:type="notation:Edge" xmi:id="_l6X5m7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt-bdnEeau1vMV3Bsx4w" source="_l6XSO7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7908 <edges xmi:type="notation:Edge" xmi:id="_l6X5m7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt-bdnEeau1vMV3Bsx4w" source="_l6XSO7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7691 <children xmi:type="notation:Node" xmi:id="_l6X5nLdnEeau1vMV3Bsx4w" type="6001"> 7909 <children xmi:type="notation:Node" xmi:id="_l6X5nLdnEeau1vMV3Bsx4w" type="6001">
7692 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5nbdnEeau1vMV3Bsx4w" y="-10"/> 7910 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5nbdnEeau1vMV3Bsx4w" x="-651" y="434"/>
7693 </children> 7911 </children>
7694 <children xmi:type="notation:Node" xmi:id="_l6X5nrdnEeau1vMV3Bsx4w" type="6002"> 7912 <children xmi:type="notation:Node" xmi:id="_l6X5nrdnEeau1vMV3Bsx4w" type="6002">
7695 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5n7dnEeau1vMV3Bsx4w" x="-215" y="10"/> 7913 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5n7dnEeau1vMV3Bsx4w" x="-234" y="-79"/>
7696 </children> 7914 </children>
7697 <children xmi:type="notation:Node" xmi:id="_l6X5oLdnEeau1vMV3Bsx4w" type="6003"> 7915 <children xmi:type="notation:Node" xmi:id="_l6X5oLdnEeau1vMV3Bsx4w" type="6003">
7698 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5obdnEeau1vMV3Bsx4w" x="-25" y="10"/> 7916 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5obdnEeau1vMV3Bsx4w" x="187" y="10"/>
7699 </children> 7917 </children>
7700 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5ordnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7918 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5ordnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7701 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5o7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7919 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5o7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7702 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5pLdnEeau1vMV3Bsx4w" points="[0, 0, -722, 220]$[0, -160, -722, 60]$[722, -220, 0, 0]"/> 7920 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5pLdnEeau1vMV3Bsx4w" points="[-34, 0, -1775, 422]$[-34, -508, -1775, -86]$[1682, -508, -59, -86]"/>
7703 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5pbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 7921 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5pbdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7704 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5prdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7922 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5prdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7705 </edges> 7923 </edges>
7706 <edges xmi:type="notation:Edge" xmi:id="_l6X5p7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt_bdnEeau1vMV3Bsx4w" source="_l6XSQrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7924 <edges xmi:type="notation:Edge" xmi:id="_l6X5p7dnEeau1vMV3Bsx4w" type="4001" element="_l6Zt_bdnEeau1vMV3Bsx4w" source="_l6XSQrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7707 <children xmi:type="notation:Node" xmi:id="_l6X5qLdnEeau1vMV3Bsx4w" type="6001"> 7925 <children xmi:type="notation:Node" xmi:id="_l6X5qLdnEeau1vMV3Bsx4w" type="6001">
7708 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5qbdnEeau1vMV3Bsx4w" y="-10"/> 7926 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5qbdnEeau1vMV3Bsx4w" x="-610" y="422"/>
7709 </children> 7927 </children>
7710 <children xmi:type="notation:Node" xmi:id="_l6X5qrdnEeau1vMV3Bsx4w" type="6002"> 7928 <children xmi:type="notation:Node" xmi:id="_l6X5qrdnEeau1vMV3Bsx4w" type="6002">
7711 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5q7dnEeau1vMV3Bsx4w" x="-72" y="10"/> 7929 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5q7dnEeau1vMV3Bsx4w" x="164" y="182"/>
7712 </children> 7930 </children>
7713 <children xmi:type="notation:Node" xmi:id="_l6X5rLdnEeau1vMV3Bsx4w" type="6003"> 7931 <children xmi:type="notation:Node" xmi:id="_l6X5rLdnEeau1vMV3Bsx4w" type="6003">
7714 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5rbdnEeau1vMV3Bsx4w" x="356" y="-10"/> 7932 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5rbdnEeau1vMV3Bsx4w" x="42" y="10"/>
7715 </children> 7933 </children>
7716 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5rrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7934 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5rrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7717 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5r7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7935 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5r7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7718 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5sLdnEeau1vMV3Bsx4w" points="[0, 0, -542, 220]$[1, -160, -541, 60]$[542, -220, 0, 0]"/> 7936 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5sLdnEeau1vMV3Bsx4w" points="[-46, 0, -1703, 421]$[-46, -495, -1703, -74]$[1598, -495, -59, -74]"/>
7719 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5sbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 7937 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5sbdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7720 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5srdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7938 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5srdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7721 </edges> 7939 </edges>
7722 <edges xmi:type="notation:Edge" xmi:id="_l6X5s7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuAbdnEeau1vMV3Bsx4w" source="_l6XSSbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7940 <edges xmi:type="notation:Edge" xmi:id="_l6X5s7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuAbdnEeau1vMV3Bsx4w" source="_l6XSSbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7723 <children xmi:type="notation:Node" xmi:id="_l6X5tLdnEeau1vMV3Bsx4w" type="6001"> 7941 <children xmi:type="notation:Node" xmi:id="_l6X5tLdnEeau1vMV3Bsx4w" type="6001">
7724 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5tbdnEeau1vMV3Bsx4w" y="-10"/> 7942 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5tbdnEeau1vMV3Bsx4w" x="-572" y="248"/>
7725 </children> 7943 </children>
7726 <children xmi:type="notation:Node" xmi:id="_l6X5trdnEeau1vMV3Bsx4w" type="6002"> 7944 <children xmi:type="notation:Node" xmi:id="_l6X5trdnEeau1vMV3Bsx4w" type="6002">
7727 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5t7dnEeau1vMV3Bsx4w" x="-206" y="10"/> 7945 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5t7dnEeau1vMV3Bsx4w" x="-303" y="8"/>
7728 </children> 7946 </children>
7729 <children xmi:type="notation:Node" xmi:id="_l6X5uLdnEeau1vMV3Bsx4w" type="6003"> 7947 <children xmi:type="notation:Node" xmi:id="_l6X5uLdnEeau1vMV3Bsx4w" type="6003">
7730 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5ubdnEeau1vMV3Bsx4w" x="-31" y="10"/> 7948 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5ubdnEeau1vMV3Bsx4w" x="214" y="10"/>
7731 </children> 7949 </children>
7732 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5urdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7950 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5urdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7733 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5u7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7951 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5u7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7734 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5vLdnEeau1vMV3Bsx4w" points="[0, 0, -181, 220]$[180, -61, -1, 159]$[181, -220, 0, 0]"/> 7952 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5vLdnEeau1vMV3Bsx4w" points="[-10, 0, -1583, 421]$[-10, -483, -1583, -62]$[1514, -483, -59, -62]"/>
7735 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5vbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 7953 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5vbdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7736 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5vrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7954 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5vrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7737 </edges> 7955 </edges>
7738 <edges xmi:type="notation:Edge" xmi:id="_l6X5v7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuBbdnEeau1vMV3Bsx4w" source="_l6XSSbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7956 <edges xmi:type="notation:Edge" xmi:id="_l6X5v7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuBbdnEeau1vMV3Bsx4w" source="_l6XSSbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7739 <children xmi:type="notation:Node" xmi:id="_l6X5wLdnEeau1vMV3Bsx4w" type="6001"> 7957 <children xmi:type="notation:Node" xmi:id="_l6X5wLdnEeau1vMV3Bsx4w" type="6001">
7740 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5wbdnEeau1vMV3Bsx4w" y="-10"/> 7958 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5wbdnEeau1vMV3Bsx4w" x="-575" y="256"/>
7741 </children> 7959 </children>
7742 <children xmi:type="notation:Node" xmi:id="_l6X5wrdnEeau1vMV3Bsx4w" type="6002"> 7960 <children xmi:type="notation:Node" xmi:id="_l6X5wrdnEeau1vMV3Bsx4w" type="6002">
7743 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5w7dnEeau1vMV3Bsx4w" x="19" y="10"/> 7961 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5w7dnEeau1vMV3Bsx4w" x="61"/>
7744 </children> 7962 </children>
7745 <children xmi:type="notation:Node" xmi:id="_l6X5xLdnEeau1vMV3Bsx4w" type="6003"> 7963 <children xmi:type="notation:Node" xmi:id="_l6X5xLdnEeau1vMV3Bsx4w" type="6003">
7746 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5xbdnEeau1vMV3Bsx4w" x="-28" y="10"/> 7964 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5xbdnEeau1vMV3Bsx4w" x="109" y="10"/>
7747 </children> 7965 </children>
7748 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5xrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7966 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X5xrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7749 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5x7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7967 <styles xmi:type="notation:FontStyle" xmi:id="_l6X5x7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7750 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5yLdnEeau1vMV3Bsx4w" points="[0, 0, -181, 220]$[1, -160, -180, 60]$[181, -220, 0, 0]"/> 7968 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5yLdnEeau1vMV3Bsx4w" points="[14, 0, -1559, 421]$[14, -469, -1559, -48]$[1514, -469, -59, -48]"/>
7751 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5ybdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 7969 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5ybdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7752 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5yrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7970 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5yrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7753 </edges> 7971 </edges>
7754 <edges xmi:type="notation:Edge" xmi:id="_l6X5y7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuCbdnEeau1vMV3Bsx4w" source="_l6XSULdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7972 <edges xmi:type="notation:Edge" xmi:id="_l6X5y7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuCbdnEeau1vMV3Bsx4w" source="_l6XSULdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7755 <children xmi:type="notation:Node" xmi:id="_l6X5zLdnEeau1vMV3Bsx4w" type="6001"> 7973 <children xmi:type="notation:Node" xmi:id="_l6X5zLdnEeau1vMV3Bsx4w" type="6001">
7756 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5zbdnEeau1vMV3Bsx4w" y="-10"/> 7974 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5zbdnEeau1vMV3Bsx4w" x="-522" y="382"/>
7757 </children> 7975 </children>
7758 <children xmi:type="notation:Node" xmi:id="_l6X5zrdnEeau1vMV3Bsx4w" type="6002"> 7976 <children xmi:type="notation:Node" xmi:id="_l6X5zrdnEeau1vMV3Bsx4w" type="6002">
7759 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5z7dnEeau1vMV3Bsx4w" x="8" y="120"/> 7977 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5z7dnEeau1vMV3Bsx4w" x="54"/>
7760 </children> 7978 </children>
7761 <children xmi:type="notation:Node" xmi:id="_l6X50LdnEeau1vMV3Bsx4w" type="6003"> 7979 <children xmi:type="notation:Node" xmi:id="_l6X50LdnEeau1vMV3Bsx4w" type="6003">
7762 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X50bdnEeau1vMV3Bsx4w" x="382" y="-20"/> 7980 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X50bdnEeau1vMV3Bsx4w" x="37" y="10"/>
7763 </children> 7981 </children>
7764 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X50rdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7982 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X50rdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7765 <styles xmi:type="notation:FontStyle" xmi:id="_l6X507dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7983 <styles xmi:type="notation:FontStyle" xmi:id="_l6X507dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7766 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X51LdnEeau1vMV3Bsx4w" points="[0, 0, 181, 220]$[-1, -160, 180, 60]$[-181, -220, 0, 0]"/> 7984 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X51LdnEeau1vMV3Bsx4w" points="[-21, 0, -1510, 421]$[-21, -459, -1510, -38]$[1430, -459, -59, -38]"/>
7767 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X51bdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 7985 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X51bdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7768 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X51rdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 7986 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X51rdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7769 </edges> 7987 </edges>
7770 <edges xmi:type="notation:Edge" xmi:id="_l6X517dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuDbdnEeau1vMV3Bsx4w" source="_l6XSV7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 7988 <edges xmi:type="notation:Edge" xmi:id="_l6X517dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuDbdnEeau1vMV3Bsx4w" source="_l6XSV7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7771 <children xmi:type="notation:Node" xmi:id="_l6X52LdnEeau1vMV3Bsx4w" type="6001"> 7989 <children xmi:type="notation:Node" xmi:id="_l6X52LdnEeau1vMV3Bsx4w" type="6001">
7772 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X52bdnEeau1vMV3Bsx4w" y="-10"/> 7990 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X52bdnEeau1vMV3Bsx4w" x="-524" y="355"/>
7773 </children> 7991 </children>
7774 <children xmi:type="notation:Node" xmi:id="_l6X52rdnEeau1vMV3Bsx4w" type="6002"> 7992 <children xmi:type="notation:Node" xmi:id="_l6X52rdnEeau1vMV3Bsx4w" type="6002">
7775 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X527dnEeau1vMV3Bsx4w" x="-18" y="10"/> 7993 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X527dnEeau1vMV3Bsx4w" x="81"/>
7776 </children> 7994 </children>
7777 <children xmi:type="notation:Node" xmi:id="_l6X53LdnEeau1vMV3Bsx4w" type="6003"> 7995 <children xmi:type="notation:Node" xmi:id="_l6X53LdnEeau1vMV3Bsx4w" type="6003">
7778 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X53bdnEeau1vMV3Bsx4w" x="276" y="-10"/> 7996 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X53bdnEeau1vMV3Bsx4w" x="43" y="10"/>
7779 </children> 7997 </children>
7780 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X53rdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 7998 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X53rdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7781 <styles xmi:type="notation:FontStyle" xmi:id="_l6X537dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 7999 <styles xmi:type="notation:FontStyle" xmi:id="_l6X537dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7782 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X54LdnEeau1vMV3Bsx4w" points="[0, 0, 362, 220]$[-1, -160, 361, 60]$[-362, -220, 0, 0]"/> 8000 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X54LdnEeau1vMV3Bsx4w" points="[-43, 0, -1451, 421]$[-43, -447, -1451, -26]$[1349, -447, -59, -26]"/>
7783 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X54bdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8001 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X54bdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7784 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X54rdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8002 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X54rdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7785 </edges> 8003 </edges>
7786 <edges xmi:type="notation:Edge" xmi:id="_l6X547dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuEbdnEeau1vMV3Bsx4w" source="_l6XSV7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8004 <edges xmi:type="notation:Edge" xmi:id="_l6X547dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuEbdnEeau1vMV3Bsx4w" source="_l6XSV7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7787 <children xmi:type="notation:Node" xmi:id="_l6X55LdnEeau1vMV3Bsx4w" type="6001"> 8005 <children xmi:type="notation:Node" xmi:id="_l6X55LdnEeau1vMV3Bsx4w" type="6001">
7788 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X55bdnEeau1vMV3Bsx4w" y="-10"/> 8006 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X55bdnEeau1vMV3Bsx4w" x="-502" y="330"/>
7789 </children> 8007 </children>
7790 <children xmi:type="notation:Node" xmi:id="_l6X55rdnEeau1vMV3Bsx4w" type="6002"> 8008 <children xmi:type="notation:Node" xmi:id="_l6X55rdnEeau1vMV3Bsx4w" type="6002">
7791 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X557dnEeau1vMV3Bsx4w" y="10"/> 8009 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X557dnEeau1vMV3Bsx4w" x="158" y="251"/>
7792 </children> 8010 </children>
7793 <children xmi:type="notation:Node" xmi:id="_l6X56LdnEeau1vMV3Bsx4w" type="6003"> 8011 <children xmi:type="notation:Node" xmi:id="_l6X56LdnEeau1vMV3Bsx4w" type="6003">
7794 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X56bdnEeau1vMV3Bsx4w" x="454" y="10"/> 8012 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X56bdnEeau1vMV3Bsx4w" x="28" y="10"/>
7795 </children> 8013 </children>
7796 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X56rdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8014 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X56rdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7797 <styles xmi:type="notation:FontStyle" xmi:id="_l6X567dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8015 <styles xmi:type="notation:FontStyle" xmi:id="_l6X567dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7798 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X57LdnEeau1vMV3Bsx4w" points="[0, 0, 362, 220]$[180, -61, 542, 159]$[180, -160, 542, 60]$[-362, -220, 0, 0]"/> 8016 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X57LdnEeau1vMV3Bsx4w" points="[5, 0, -1403, 421]$[5, -435, -1403, -14]$[1349, -435, -59, -14]"/>
7799 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X57bdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8017 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X57bdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
7800 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X57rdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8018 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X57rdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7801 </edges> 8019 </edges>
7802 <edges xmi:type="notation:Edge" xmi:id="_l6X577dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuFbdnEeau1vMV3Bsx4w" source="_l6XSZbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8020 <edges xmi:type="notation:Edge" xmi:id="_l6X577dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuFbdnEeau1vMV3Bsx4w" source="_l6XSZbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7803 <children xmi:type="notation:Node" xmi:id="_l6X58LdnEeau1vMV3Bsx4w" type="6001"> 8021 <children xmi:type="notation:Node" xmi:id="_l6X58LdnEeau1vMV3Bsx4w" type="6001">
7804 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X58bdnEeau1vMV3Bsx4w" y="-10"/> 8022 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X58bdnEeau1vMV3Bsx4w" x="28" y="150"/>
7805 </children> 8023 </children>
7806 <children xmi:type="notation:Node" xmi:id="_l6X58rdnEeau1vMV3Bsx4w" type="6002"> 8024 <children xmi:type="notation:Node" xmi:id="_l6X58rdnEeau1vMV3Bsx4w" type="6002">
7807 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X587dnEeau1vMV3Bsx4w" x="401" y="10"/> 8025 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X587dnEeau1vMV3Bsx4w" x="180" y="304"/>
7808 </children> 8026 </children>
7809 <children xmi:type="notation:Node" xmi:id="_l6X59LdnEeau1vMV3Bsx4w" type="6003"> 8027 <children xmi:type="notation:Node" xmi:id="_l6X59LdnEeau1vMV3Bsx4w" type="6003">
7810 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X59bdnEeau1vMV3Bsx4w" x="84" y="10"/> 8028 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X59bdnEeau1vMV3Bsx4w" x="37" y="10"/>
7811 </children> 8029 </children>
7812 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X59rdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8030 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X59rdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7813 <styles xmi:type="notation:FontStyle" xmi:id="_l6X597dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8031 <styles xmi:type="notation:FontStyle" xmi:id="_l6X597dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7814 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5-LdnEeau1vMV3Bsx4w" points="[0, 0, 1447, 220]$[-1, -160, 1446, 60]$[-1447, -220, 0, 0]"/> 8032 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X5-LdnEeau1vMV3Bsx4w" points="[-47, 103, -395, 421]$[-47, -200, -395, 118]$[289, -200, -59, 118]"/>
7815 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5-bdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8033 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5-bdnEeau1vMV3Bsx4w" id="(0.8082191780821918,-2.6296296296296298)"/>
7816 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5-rdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8034 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X5-rdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7817 </edges> 8035 </edges>
7818 <edges xmi:type="notation:Edge" xmi:id="_l6X5-7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuGbdnEeau1vMV3Bsx4w" source="_l6XSZbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8036 <edges xmi:type="notation:Edge" xmi:id="_l6X5-7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuGbdnEeau1vMV3Bsx4w" source="_l6XSZbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7819 <children xmi:type="notation:Node" xmi:id="_l6X5_LdnEeau1vMV3Bsx4w" type="6001"> 8037 <children xmi:type="notation:Node" xmi:id="_l6X5_LdnEeau1vMV3Bsx4w" type="6001">
7820 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5_bdnEeau1vMV3Bsx4w" x="-287" y="-10"/> 8038 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5_bdnEeau1vMV3Bsx4w" x="20" y="174"/>
7821 </children> 8039 </children>
7822 <children xmi:type="notation:Node" xmi:id="_l6X5_rdnEeau1vMV3Bsx4w" type="6002"> 8040 <children xmi:type="notation:Node" xmi:id="_l6X5_rdnEeau1vMV3Bsx4w" type="6002">
7823 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5_7dnEeau1vMV3Bsx4w" x="-217" y="-13"/> 8041 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X5_7dnEeau1vMV3Bsx4w" x="300" y="263"/>
7824 </children> 8042 </children>
7825 <children xmi:type="notation:Node" xmi:id="_l6X6ALdnEeau1vMV3Bsx4w" type="6003"> 8043 <children xmi:type="notation:Node" xmi:id="_l6X6ALdnEeau1vMV3Bsx4w" type="6003">
7826 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6AbdnEeau1vMV3Bsx4w" x="-24" y="10"/> 8044 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6AbdnEeau1vMV3Bsx4w" x="23" y="10"/>
7827 </children> 8045 </children>
7828 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6ArdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8046 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6ArdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7829 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6A7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8047 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6A7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7830 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6BLdnEeau1vMV3Bsx4w" points="[0, 0, 1275, 709]$[0, -217, 1275, 492]$[8, -217, 1283, 492]$[8, -487, 1283, 222]$[-1275, -487, 0, 222]$[-1275, -709, 0, 0]"/> 8048 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6BLdnEeau1vMV3Bsx4w" points="[-11, 103, -359, 421]$[-11, -188, -359, 130]$[289, -188, -59, 130]"/>
7831 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6BbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8049 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6BbdnEeau1vMV3Bsx4w" id="(0.8082191780821918,-2.6296296296296298)"/>
7832 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6BrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8050 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6BrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7833 </edges> 8051 </edges>
7834 <edges xmi:type="notation:Edge" xmi:id="_l6X6B7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuHbdnEeau1vMV3Bsx4w" source="_l6XSbLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8052 <edges xmi:type="notation:Edge" xmi:id="_l6X6B7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuHbdnEeau1vMV3Bsx4w" source="_l6XSbLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7835 <children xmi:type="notation:Node" xmi:id="_l6X6CLdnEeau1vMV3Bsx4w" type="6001"> 8053 <children xmi:type="notation:Node" xmi:id="_l6X6CLdnEeau1vMV3Bsx4w" type="6001">
7836 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6CbdnEeau1vMV3Bsx4w" y="-10"/> 8054 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6CbdnEeau1vMV3Bsx4w" x="-226" y="49"/>
7837 </children> 8055 </children>
7838 <children xmi:type="notation:Node" xmi:id="_l6X6CrdnEeau1vMV3Bsx4w" type="6002"> 8056 <children xmi:type="notation:Node" xmi:id="_l6X6CrdnEeau1vMV3Bsx4w" type="6002">
7839 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6C7dnEeau1vMV3Bsx4w" x="357" y="10"/> 8057 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6C7dnEeau1vMV3Bsx4w" x="171" y="220"/>
7840 </children> 8058 </children>
7841 <children xmi:type="notation:Node" xmi:id="_l6X6DLdnEeau1vMV3Bsx4w" type="6003"> 8059 <children xmi:type="notation:Node" xmi:id="_l6X6DLdnEeau1vMV3Bsx4w" type="6003">
7842 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6DbdnEeau1vMV3Bsx4w" x="133" y="10"/> 8060 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6DbdnEeau1vMV3Bsx4w" x="50" y="145"/>
7843 </children> 8061 </children>
7844 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6DrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8062 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6DrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7845 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6D7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8063 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6D7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7846 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6ELdnEeau1vMV3Bsx4w" points="[0, 0, 724, 220]$[-1, -160, 723, 60]$[-724, -220, 0, 0]"/> 8064 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6ELdnEeau1vMV3Bsx4w" points="[-11, 103, -275, 422]$[-11, -177, -275, 142]$[205, -177, -59, 142]"/>
7847 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6EbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8065 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6EbdnEeau1vMV3Bsx4w" id="(0.8082191780821918,-2.6296296296296298)"/>
7848 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6ErdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8066 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6ErdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7849 </edges> 8067 </edges>
7850 <edges xmi:type="notation:Edge" xmi:id="_l6X6E7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuIbdnEeau1vMV3Bsx4w" source="_l6XSc7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8068 <edges xmi:type="notation:Edge" xmi:id="_l6X6E7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuIbdnEeau1vMV3Bsx4w" source="_l6XSc7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7851 <children xmi:type="notation:Node" xmi:id="_l6X6FLdnEeau1vMV3Bsx4w" type="6001"> 8069 <children xmi:type="notation:Node" xmi:id="_l6X6FLdnEeau1vMV3Bsx4w" type="6001">
7852 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6FbdnEeau1vMV3Bsx4w" x="-137" y="-10"/> 8070 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6FbdnEeau1vMV3Bsx4w" x="-61" y="198"/>
7853 </children> 8071 </children>
7854 <children xmi:type="notation:Node" xmi:id="_l6X6FrdnEeau1vMV3Bsx4w" type="6002"> 8072 <children xmi:type="notation:Node" xmi:id="_l6X6FrdnEeau1vMV3Bsx4w" type="6002">
7855 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6F7dnEeau1vMV3Bsx4w" x="-802" y="232"/> 8073 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6F7dnEeau1vMV3Bsx4w" x="68" y="384"/>
7856 </children> 8074 </children>
7857 <children xmi:type="notation:Node" xmi:id="_l6X6GLdnEeau1vMV3Bsx4w" type="6003"> 8075 <children xmi:type="notation:Node" xmi:id="_l6X6GLdnEeau1vMV3Bsx4w" type="6003">
7858 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6GbdnEeau1vMV3Bsx4w" x="-20" y="10"/> 8076 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6GbdnEeau1vMV3Bsx4w" x="63" y="20"/>
7859 </children> 8077 </children>
7860 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6GrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8078 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6GrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7861 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6G7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8079 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6G7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7862 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6HLdnEeau1vMV3Bsx4w" points="[0, 0, 1125, 709]$[0, -487, 1125, 222]$[-1125, -487, 0, 222]$[-1125, -709, 0, 0]"/> 8080 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6HLdnEeau1vMV3Bsx4w" points="[-11, 103, -455, 422]$[-11, -225, -455, 94]$[385, -225, -59, 94]"/>
7863 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6HbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8081 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6HbdnEeau1vMV3Bsx4w" id="(0.6941176470588235,-2.6296296296296298)"/>
7864 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6HrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8082 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6HrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7865 </edges> 8083 </edges>
7866 <edges xmi:type="notation:Edge" xmi:id="_l6X6H7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuJbdnEeau1vMV3Bsx4w" source="_l6XSc7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8084 <edges xmi:type="notation:Edge" xmi:id="_l6X6H7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuJbdnEeau1vMV3Bsx4w" source="_l6XSc7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7867 <children xmi:type="notation:Node" xmi:id="_l6X6ILdnEeau1vMV3Bsx4w" type="6001"> 8085 <children xmi:type="notation:Node" xmi:id="_l6X6ILdnEeau1vMV3Bsx4w" type="6001">
7868 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6IbdnEeau1vMV3Bsx4w" y="-10"/> 8086 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6IbdnEeau1vMV3Bsx4w" x="-51" y="152"/>
7869 </children> 8087 </children>
7870 <children xmi:type="notation:Node" xmi:id="_l6X6IrdnEeau1vMV3Bsx4w" type="6002"> 8088 <children xmi:type="notation:Node" xmi:id="_l6X6IrdnEeau1vMV3Bsx4w" type="6002">
7871 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6I7dnEeau1vMV3Bsx4w" x="444" y="-486"/> 8089 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6I7dnEeau1vMV3Bsx4w" x="195" y="277"/>
7872 </children> 8090 </children>
7873 <children xmi:type="notation:Node" xmi:id="_l6X6JLdnEeau1vMV3Bsx4w" type="6003"> 8091 <children xmi:type="notation:Node" xmi:id="_l6X6JLdnEeau1vMV3Bsx4w" type="6003">
7874 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6JbdnEeau1vMV3Bsx4w" x="7" y="10"/> 8092 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6JbdnEeau1vMV3Bsx4w" x="73" y="15"/>
7875 </children> 8093 </children>
7876 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6JrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8094 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6JrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7877 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6J7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8095 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6J7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7878 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6KLdnEeau1vMV3Bsx4w" points="[0, 0, 2171, 220]$[-1, -160, 2170, 60]$[-2171, -220, 0, 0]"/> 8096 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6KLdnEeau1vMV3Bsx4w" points="[13, 103, -431, 422]$[13, -213, -431, 106]$[385, -213, -59, 106]"/>
7879 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6KbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8097 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6KbdnEeau1vMV3Bsx4w" id="(0.6941176470588235,-2.6296296296296298)"/>
7880 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6KrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8098 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6KrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7881 </edges> 8099 </edges>
7882 <edges xmi:type="notation:Edge" xmi:id="_l6X6K7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuKbdnEeau1vMV3Bsx4w" source="_l6X4lrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8100 <edges xmi:type="notation:Edge" xmi:id="_l6X6K7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuKbdnEeau1vMV3Bsx4w" source="_l6X4lrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7883 <children xmi:type="notation:Node" xmi:id="_l6X6LLdnEeau1vMV3Bsx4w" type="6001"> 8101 <children xmi:type="notation:Node" xmi:id="_l6X6LLdnEeau1vMV3Bsx4w" type="6001">
7884 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6LbdnEeau1vMV3Bsx4w" x="-109" y="-10"/> 8102 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6LbdnEeau1vMV3Bsx4w" x="-115" y="234"/>
7885 </children> 8103 </children>
7886 <children xmi:type="notation:Node" xmi:id="_l6X6LrdnEeau1vMV3Bsx4w" type="6002"> 8104 <children xmi:type="notation:Node" xmi:id="_l6X6LrdnEeau1vMV3Bsx4w" type="6002">
7887 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6L7dnEeau1vMV3Bsx4w" x="-725" y="236"/> 8105 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6L7dnEeau1vMV3Bsx4w" x="71"/>
7888 </children> 8106 </children>
7889 <children xmi:type="notation:Node" xmi:id="_l6X6MLdnEeau1vMV3Bsx4w" type="6003"> 8107 <children xmi:type="notation:Node" xmi:id="_l6X6MLdnEeau1vMV3Bsx4w" type="6003">
7890 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6MbdnEeau1vMV3Bsx4w" x="-1" y="10"/> 8108 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6MbdnEeau1vMV3Bsx4w" x="26" y="10"/>
7891 </children> 8109 </children>
7892 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6MrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8110 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6MrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7893 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6M7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8111 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6M7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7894 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6NLdnEeau1vMV3Bsx4w" points="[0, 0, 947, 709]$[0, -225, 947, 484]$[-4, -225, 943, 484]$[-4, -487, 943, 222]$[-947, -487, 0, 222]$[-947, -709, 0, 0]"/> 8112 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6NLdnEeau1vMV3Bsx4w" points="[-35, 103, -587, 422]$[-35, -249, -587, 70]$[493, -249, -59, 70]"/>
7895 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6NbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8113 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6NbdnEeau1vMV3Bsx4w" id="(0.6082474226804123,-2.6296296296296298)"/>
7896 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6NrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8114 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6NrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7897 </edges> 8115 </edges>
7898 <edges xmi:type="notation:Edge" xmi:id="_l6X6N7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuLbdnEeau1vMV3Bsx4w" source="_l6X4lrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8116 <edges xmi:type="notation:Edge" xmi:id="_l6X6N7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuLbdnEeau1vMV3Bsx4w" source="_l6X4lrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7899 <children xmi:type="notation:Node" xmi:id="_l6X6OLdnEeau1vMV3Bsx4w" type="6001"> 8117 <children xmi:type="notation:Node" xmi:id="_l6X6OLdnEeau1vMV3Bsx4w" type="6001">
7900 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6ObdnEeau1vMV3Bsx4w" y="-10"/> 8118 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6ObdnEeau1vMV3Bsx4w" x="-45" y="126"/>
7901 </children> 8119 </children>
7902 <children xmi:type="notation:Node" xmi:id="_l6X6OrdnEeau1vMV3Bsx4w" type="6002"> 8120 <children xmi:type="notation:Node" xmi:id="_l6X6OrdnEeau1vMV3Bsx4w" type="6002">
7903 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6O7dnEeau1vMV3Bsx4w" x="471" y="-476"/> 8121 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6O7dnEeau1vMV3Bsx4w" x="187" y="392"/>
7904 </children> 8122 </children>
7905 <children xmi:type="notation:Node" xmi:id="_l6X6PLdnEeau1vMV3Bsx4w" type="6003"> 8123 <children xmi:type="notation:Node" xmi:id="_l6X6PLdnEeau1vMV3Bsx4w" type="6003">
7906 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6PbdnEeau1vMV3Bsx4w" x="7" y="10"/> 8124 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6PbdnEeau1vMV3Bsx4w" x="116" y="-4"/>
7907 </children> 8125 </children>
7908 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6PrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8126 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6PrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7909 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6P7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8127 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6P7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7910 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6QLdnEeau1vMV3Bsx4w" points="[0, 0, 1809, 220]$[-1, -160, 1808, 60]$[-1809, -220, 0, 0]"/> 8128 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6QLdnEeau1vMV3Bsx4w" points="[-11, 103, -563, 422]$[-11, -237, -563, 82]$[493, -237, -59, 82]"/>
7911 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6QbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8129 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6QbdnEeau1vMV3Bsx4w" id="(0.6082474226804123,-2.6296296296296298)"/>
7912 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6QrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8130 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6QrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7913 </edges> 8131 </edges>
7914 <edges xmi:type="notation:Edge" xmi:id="_l6X6Q7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuMbdnEeau1vMV3Bsx4w" source="_l6X4nbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8132 <edges xmi:type="notation:Edge" xmi:id="_l6X6Q7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuMbdnEeau1vMV3Bsx4w" source="_l6X4nbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7915 <children xmi:type="notation:Node" xmi:id="_l6X6RLdnEeau1vMV3Bsx4w" type="6001"> 8133 <children xmi:type="notation:Node" xmi:id="_l6X6RLdnEeau1vMV3Bsx4w" type="6001">
7916 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6RbdnEeau1vMV3Bsx4w" y="-10"/> 8134 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6RbdnEeau1vMV3Bsx4w" x="-247" y="345"/>
7917 </children> 8135 </children>
7918 <children xmi:type="notation:Node" xmi:id="_l6X6RrdnEeau1vMV3Bsx4w" type="6002"> 8136 <children xmi:type="notation:Node" xmi:id="_l6X6RrdnEeau1vMV3Bsx4w" type="6002">
7919 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6R7dnEeau1vMV3Bsx4w" x="379" y="10"/> 8137 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6R7dnEeau1vMV3Bsx4w" x="-58" y="10"/>
7920 </children> 8138 </children>
7921 <children xmi:type="notation:Node" xmi:id="_l6X6SLdnEeau1vMV3Bsx4w" type="6003"> 8139 <children xmi:type="notation:Node" xmi:id="_l6X6SLdnEeau1vMV3Bsx4w" type="6003">
7922 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6SbdnEeau1vMV3Bsx4w" x="72" y="25"/> 8140 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6SbdnEeau1vMV3Bsx4w" x="27" y="10"/>
7923 </children> 8141 </children>
7924 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6SrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8142 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6SrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7925 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6S7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8143 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6S7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7926 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6TLdnEeau1vMV3Bsx4w" points="[0, 0, -903, 220]$[0, -160, -903, 60]$[903, -220, 0, 0]"/> 8144 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6TLdnEeau1vMV3Bsx4w" points="[-34, 103, -851, 422]$[-34, -297, -851, 22]$[758, -297, -59, 22]"/>
7927 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6TbdnEeau1vMV3Bsx4w" id="(0.49166666666666664,0.0)"/> 8145 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6TbdnEeau1vMV3Bsx4w" id="(0.49166666666666664,-2.6296296296296298)"/>
7928 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6TrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8146 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6TrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7929 </edges> 8147 </edges>
7930 <edges xmi:type="notation:Edge" xmi:id="_l6X6T7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuNbdnEeau1vMV3Bsx4w" source="_l6X4nbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8148 <edges xmi:type="notation:Edge" xmi:id="_l6X6T7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuNbdnEeau1vMV3Bsx4w" source="_l6X4nbdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7931 <children xmi:type="notation:Node" xmi:id="_l6X6ULdnEeau1vMV3Bsx4w" type="6001"> 8149 <children xmi:type="notation:Node" xmi:id="_l6X6ULdnEeau1vMV3Bsx4w" type="6001">
7932 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6UbdnEeau1vMV3Bsx4w" y="-10"/> 8150 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6UbdnEeau1vMV3Bsx4w" x="-135" y="270"/>
7933 </children> 8151 </children>
7934 <children xmi:type="notation:Node" xmi:id="_l6X6UrdnEeau1vMV3Bsx4w" type="6002"> 8152 <children xmi:type="notation:Node" xmi:id="_l6X6UrdnEeau1vMV3Bsx4w" type="6002">
7935 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6U7dnEeau1vMV3Bsx4w" x="-55"/> 8153 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6U7dnEeau1vMV3Bsx4w" x="66"/>
7936 </children> 8154 </children>
7937 <children xmi:type="notation:Node" xmi:id="_l6X6VLdnEeau1vMV3Bsx4w" type="6003"> 8155 <children xmi:type="notation:Node" xmi:id="_l6X6VLdnEeau1vMV3Bsx4w" type="6003">
7938 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6VbdnEeau1vMV3Bsx4w" x="18" y="-10"/> 8156 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6VbdnEeau1vMV3Bsx4w" x="23" y="10"/>
7939 </children> 8157 </children>
7940 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6VrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8158 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6VrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7941 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6V7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8159 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6V7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7942 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6WLdnEeau1vMV3Bsx4w" points="[0, 0, -902, 220]$[-182, -61, -1084, 159]$[-182, -160, -1084, 60]$[902, -220, 0, 0]"/> 8160 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6WLdnEeau1vMV3Bsx4w" points="[-23, 103, -839, 422]$[-23, -285, -839, 34]$[757, -285, -59, 34]"/>
7943 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6WbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8161 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6WbdnEeau1vMV3Bsx4w" id="(0.5,-2.6296296296296298)"/>
7944 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6WrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8162 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6WrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7945 </edges> 8163 </edges>
7946 <edges xmi:type="notation:Edge" xmi:id="_l6X6W7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuObdnEeau1vMV3Bsx4w" source="_l6X4pLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8164 <edges xmi:type="notation:Edge" xmi:id="_l6X6W7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuObdnEeau1vMV3Bsx4w" source="_l6X4pLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7947 <children xmi:type="notation:Node" xmi:id="_l6X6XLdnEeau1vMV3Bsx4w" type="6001"> 8165 <children xmi:type="notation:Node" xmi:id="_l6X6XLdnEeau1vMV3Bsx4w" type="6001">
7948 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6XbdnEeau1vMV3Bsx4w" x="10" y="-307"/> 8166 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6XbdnEeau1vMV3Bsx4w" x="-175" y="321"/>
7949 </children> 8167 </children>
7950 <children xmi:type="notation:Node" xmi:id="_l6X6XrdnEeau1vMV3Bsx4w" type="6002"> 8168 <children xmi:type="notation:Node" xmi:id="_l6X6XrdnEeau1vMV3Bsx4w" type="6002">
7951 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6X7dnEeau1vMV3Bsx4w" x="154" y="10"/> 8169 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6X7dnEeau1vMV3Bsx4w" x="-11" y="10"/>
7952 </children> 8170 </children>
7953 <children xmi:type="notation:Node" xmi:id="_l6X6YLdnEeau1vMV3Bsx4w" type="6003"> 8171 <children xmi:type="notation:Node" xmi:id="_l6X6YLdnEeau1vMV3Bsx4w" type="6003">
7954 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6YbdnEeau1vMV3Bsx4w" y="-10"/> 8172 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6YbdnEeau1vMV3Bsx4w" x="-29" y="10"/>
7955 </children> 8173 </children>
7956 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6YrdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8174 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6YrdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7957 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6Y7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8175 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6Y7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7958 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6ZLdnEeau1vMV3Bsx4w" points="[-40, 0, 755, 709]$[-40, -737, 755, -28]$[-736, -737, 59, -28]"/> 8176 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6ZLdnEeau1vMV3Bsx4w" points="[-23, 103, -707, 422]$[-23, -273, -707, 46]$[625, -273, -59, 46]"/>
7959 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6ZbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8177 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6ZbdnEeau1vMV3Bsx4w" id="(0.5,-2.6296296296296298)"/>
7960 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6ZrdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8178 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6ZrdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7961 </edges> 8179 </edges>
7962 <edges xmi:type="notation:Edge" xmi:id="_l6X6Z7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuPbdnEeau1vMV3Bsx4w" source="_l6X4pLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8180 <edges xmi:type="notation:Edge" xmi:id="_l6X6Z7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuPbdnEeau1vMV3Bsx4w" source="_l6X4pLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7963 <children xmi:type="notation:Node" xmi:id="_l6X6aLdnEeau1vMV3Bsx4w" type="6001"> 8181 <children xmi:type="notation:Node" xmi:id="_l6X6aLdnEeau1vMV3Bsx4w" type="6001">
7964 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6abdnEeau1vMV3Bsx4w" x="172" y="-6"/> 8182 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6abdnEeau1vMV3Bsx4w" x="-105" y="309"/>
7965 </children> 8183 </children>
7966 <children xmi:type="notation:Node" xmi:id="_l6X6ardnEeau1vMV3Bsx4w" type="6002"> 8184 <children xmi:type="notation:Node" xmi:id="_l6X6ardnEeau1vMV3Bsx4w" type="6002">
7967 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6a7dnEeau1vMV3Bsx4w" x="-188" y="-851"/> 8185 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6a7dnEeau1vMV3Bsx4w" x="71"/>
7968 </children> 8186 </children>
7969 <children xmi:type="notation:Node" xmi:id="_l6X6bLdnEeau1vMV3Bsx4w" type="6003"> 8187 <children xmi:type="notation:Node" xmi:id="_l6X6bLdnEeau1vMV3Bsx4w" type="6003">
7970 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6bbdnEeau1vMV3Bsx4w" x="-266" y="1"/> 8188 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6bbdnEeau1vMV3Bsx4w" x="26" y="10"/>
7971 </children> 8189 </children>
7972 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6brdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8190 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6brdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7973 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6b7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8191 <styles xmi:type="notation:FontStyle" xmi:id="_l6X6b7dnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7974 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6cLdnEeau1vMV3Bsx4w" points="[0, 0, 795, 709]$[0, -213, 795, 496]$[-740, -213, 55, 496]$[-740, -217, 55, 492]$[-795, -217, 0, 492]$[-795, -709, 0, 0]"/> 8192 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6X6cLdnEeau1vMV3Bsx4w" points="[25, 103, -659, 422]$[25, -261, -659, 58]$[625, -261, -59, 58]"/>
7975 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6cbdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8193 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6cbdnEeau1vMV3Bsx4w" id="(0.5,-2.6296296296296298)"/>
7976 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6crdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8194 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6X6crdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7977 </edges> 8195 </edges>
7978 <edges xmi:type="notation:Edge" xmi:id="_l6X6c7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuQbdnEeau1vMV3Bsx4w" source="_l6X4q7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8196 <edges xmi:type="notation:Edge" xmi:id="_l6X6c7dnEeau1vMV3Bsx4w" type="4001" element="_l6ZuQbdnEeau1vMV3Bsx4w" source="_l6X4q7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7979 <children xmi:type="notation:Node" xmi:id="_l6X6dLdnEeau1vMV3Bsx4w" type="6001"> 8197 <children xmi:type="notation:Node" xmi:id="_l6X6dLdnEeau1vMV3Bsx4w" type="6001">
7980 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6dbdnEeau1vMV3Bsx4w" x="-6" y="-10"/> 8198 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6dbdnEeau1vMV3Bsx4w" x="-445" y="306"/>
7981 </children> 8199 </children>
7982 <children xmi:type="notation:Node" xmi:id="_l6X6drdnEeau1vMV3Bsx4w" type="6002"> 8200 <children xmi:type="notation:Node" xmi:id="_l6X6drdnEeau1vMV3Bsx4w" type="6002">
7983 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6d7dnEeau1vMV3Bsx4w" x="347" y="10"/> 8201 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6d7dnEeau1vMV3Bsx4w" x="100" y="1011"/>
7984 </children> 8202 </children>
7985 <children xmi:type="notation:Node" xmi:id="_l6X6eLdnEeau1vMV3Bsx4w" type="6003"> 8203 <children xmi:type="notation:Node" xmi:id="_l6X6eLdnEeau1vMV3Bsx4w" type="6003">
7986 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6ebdnEeau1vMV3Bsx4w" x="61" y="10"/> 8204 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6X6ebdnEeau1vMV3Bsx4w" x="77" y="10"/>
7987 </children> 8205 </children>
7988 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6erdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8206 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6X6erdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
7989 <styles xmi:type="notation:FontStyle" xmi:id="_l6YfoLdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8207 <styles xmi:type="notation:FontStyle" xmi:id="_l6YfoLdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
7990 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YfobdnEeau1vMV3Bsx4w" points="[59, 1, -1261, 95]$[1261, 1, -59, 95]"/> 8208 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YfobdnEeau1vMV3Bsx4w" points="[-81, -9, -1177, 325]$[-81, -336, -1177, -2]$[1037, -336, -59, -2]"/>
7991 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YfordnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8209 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YfordnEeau1vMV3Bsx4w" id="(0.875,0.24390243902439024)"/>
7992 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yfo7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8210 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yfo7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
7993 </edges> 8211 </edges>
7994 <edges xmi:type="notation:Edge" xmi:id="_l6YfpLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuRbdnEeau1vMV3Bsx4w" source="_l6X4q7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8212 <edges xmi:type="notation:Edge" xmi:id="_l6YfpLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuRbdnEeau1vMV3Bsx4w" source="_l6X4q7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
7995 <children xmi:type="notation:Node" xmi:id="_l6YfpbdnEeau1vMV3Bsx4w" type="6001"> 8213 <children xmi:type="notation:Node" xmi:id="_l6YfpbdnEeau1vMV3Bsx4w" type="6001">
7996 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YfprdnEeau1vMV3Bsx4w" x="64" y="-10"/> 8214 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YfprdnEeau1vMV3Bsx4w" x="-301" y="294"/>
7997 </children> 8215 </children>
7998 <children xmi:type="notation:Node" xmi:id="_l6Yfp7dnEeau1vMV3Bsx4w" type="6002"> 8216 <children xmi:type="notation:Node" xmi:id="_l6Yfp7dnEeau1vMV3Bsx4w" type="6002">
7999 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YfqLdnEeau1vMV3Bsx4w" x="436" y="10"/> 8217 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YfqLdnEeau1vMV3Bsx4w" x="103" y="925"/>
8000 </children> 8218 </children>
8001 <children xmi:type="notation:Node" xmi:id="_l6YfqbdnEeau1vMV3Bsx4w" type="6003"> 8219 <children xmi:type="notation:Node" xmi:id="_l6YfqbdnEeau1vMV3Bsx4w" type="6003">
8002 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YfqrdnEeau1vMV3Bsx4w" x="111" y="10"/> 8220 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YfqrdnEeau1vMV3Bsx4w" x="50" y="10"/>
8003 </children> 8221 </children>
8004 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yfq7dnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8222 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yfq7dnEeau1vMV3Bsx4w" routing="Rectilinear"/>
8005 <styles xmi:type="notation:FontStyle" xmi:id="_l6YfrLdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8223 <styles xmi:type="notation:FontStyle" xmi:id="_l6YfrLdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8006 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YfrbdnEeau1vMV3Bsx4w" points="[1, 0, -1319, 94]$[1, -40, -1319, 54]$[1320, -40, 0, 54]$[1320, -94, 0, 0]"/> 8224 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YfrbdnEeau1vMV3Bsx4w" points="[49, 0, -1091, 325]$[49, -315, -1091, 10]$[1081, -315, -59, 10]"/>
8007 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YfrrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8225 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YfrrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8008 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yfr7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8226 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yfr7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8009 </edges> 8227 </edges>
8010 <edges xmi:type="notation:Edge" xmi:id="_l6YgTLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZufbdnEeau1vMV3Bsx4w" source="_l6XR27dnEeau1vMV3Bsx4w" target="_l6X43LdnEeau1vMV3Bsx4w"> 8228 <edges xmi:type="notation:Edge" xmi:id="_l6YgTLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZufbdnEeau1vMV3Bsx4w" source="_l6XR27dnEeau1vMV3Bsx4w" target="_l6X43LdnEeau1vMV3Bsx4w">
8011 <children xmi:type="notation:Node" xmi:id="_l6YgTbdnEeau1vMV3Bsx4w" type="6001"> 8229 <children xmi:type="notation:Node" xmi:id="_l6YgTbdnEeau1vMV3Bsx4w" type="6001">
@@ -8020,7 +8238,7 @@
8020 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YgU7dnEeau1vMV3Bsx4w" routing="Tree"/> 8238 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YgU7dnEeau1vMV3Bsx4w" routing="Tree"/>
8021 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgVLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8239 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgVLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8022 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgVbdnEeau1vMV3Bsx4w" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/> 8240 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgVbdnEeau1vMV3Bsx4w" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/>
8023 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgVrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8241 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgVrdnEeau1vMV3Bsx4w" id="(0.5,0.03833865814696486)"/>
8024 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgV7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8242 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgV7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/>
8025 </edges> 8243 </edges>
8026 <edges xmi:type="notation:Edge" xmi:id="_l6YgZLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuhbdnEeau1vMV3Bsx4w" source="_l6XR7LdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8244 <edges xmi:type="notation:Edge" xmi:id="_l6YgZLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuhbdnEeau1vMV3Bsx4w" source="_l6XR7LdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
@@ -8035,9 +8253,9 @@
8035 </children> 8253 </children>
8036 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yga7dnEeau1vMV3Bsx4w" routing="Tree"/> 8254 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yga7dnEeau1vMV3Bsx4w" routing="Tree"/>
8037 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgbLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8255 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgbLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8038 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgbbdnEeau1vMV3Bsx4w" points="[0, 0, -1806, 60]$[1806, -60, 0, 0]"/> 8256 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgbbdnEeau1vMV3Bsx4w" points="[0, 0, 444, 325]$[0, -99, 444, 226]$[-443, -99, 1, 226]$[-443, -122, 1, 203]"/>
8039 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgbrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8257 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgbrdnEeau1vMV3Bsx4w" id="(0.075,0.2682926829268293)"/>
8040 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygb7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8258 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygb7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8041 </edges> 8259 </edges>
8042 <edges xmi:type="notation:Edge" xmi:id="_l6YgcLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuibdnEeau1vMV3Bsx4w" source="_l6XR87dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8260 <edges xmi:type="notation:Edge" xmi:id="_l6YgcLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuibdnEeau1vMV3Bsx4w" source="_l6XR87dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8043 <children xmi:type="notation:Node" xmi:id="_l6YgcbdnEeau1vMV3Bsx4w" type="6001"> 8261 <children xmi:type="notation:Node" xmi:id="_l6YgcbdnEeau1vMV3Bsx4w" type="6001">
@@ -8053,7 +8271,7 @@
8053 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgeLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8271 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgeLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8054 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgebdnEeau1vMV3Bsx4w" points="[0, 0, -1446, 60]$[1446, -60, 0, 0]"/> 8272 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgebdnEeau1vMV3Bsx4w" points="[0, 0, -1446, 60]$[1446, -60, 0, 0]"/>
8055 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgerdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8273 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgerdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8056 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yge7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8274 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yge7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8057 </edges> 8275 </edges>
8058 <edges xmi:type="notation:Edge" xmi:id="_l6YgfLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZujbdnEeau1vMV3Bsx4w" source="_l6XR-rdnEeau1vMV3Bsx4w" target="_l6XR87dnEeau1vMV3Bsx4w"> 8276 <edges xmi:type="notation:Edge" xmi:id="_l6YgfLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZujbdnEeau1vMV3Bsx4w" source="_l6XR-rdnEeau1vMV3Bsx4w" target="_l6XR87dnEeau1vMV3Bsx4w">
8059 <children xmi:type="notation:Node" xmi:id="_l6YgfbdnEeau1vMV3Bsx4w" type="6001"> 8277 <children xmi:type="notation:Node" xmi:id="_l6YgfbdnEeau1vMV3Bsx4w" type="6001">
@@ -8069,7 +8287,7 @@
8069 <styles xmi:type="notation:FontStyle" xmi:id="_l6YghLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8287 <styles xmi:type="notation:FontStyle" xmi:id="_l6YghLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8070 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YghbdnEeau1vMV3Bsx4w" points="[0, 0, 4, 60]$[-4, -60, 0, 0]"/> 8288 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YghbdnEeau1vMV3Bsx4w" points="[0, 0, 4, 60]$[-4, -60, 0, 0]"/>
8071 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YghrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8289 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YghrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8072 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygh7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8290 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygh7dnEeau1vMV3Bsx4w" id="(0.5,32.666666666666664)"/>
8073 </edges> 8291 </edges>
8074 <edges xmi:type="notation:Edge" xmi:id="_l6YgiLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZukbdnEeau1vMV3Bsx4w" source="_l6XSBLdnEeau1vMV3Bsx4w" target="_l6XR87dnEeau1vMV3Bsx4w"> 8292 <edges xmi:type="notation:Edge" xmi:id="_l6YgiLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZukbdnEeau1vMV3Bsx4w" source="_l6XSBLdnEeau1vMV3Bsx4w" target="_l6XR87dnEeau1vMV3Bsx4w">
8075 <children xmi:type="notation:Node" xmi:id="_l6YgibdnEeau1vMV3Bsx4w" type="6001"> 8293 <children xmi:type="notation:Node" xmi:id="_l6YgibdnEeau1vMV3Bsx4w" type="6001">
@@ -8085,7 +8303,7 @@
8085 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgkLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8303 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgkLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8086 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgkbdnEeau1vMV3Bsx4w" points="[0, 0, -383, 60]$[383, -60, 0, 0]"/> 8304 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgkbdnEeau1vMV3Bsx4w" points="[0, 0, -383, 60]$[383, -60, 0, 0]"/>
8087 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgkrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8305 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgkrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8088 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygk7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8306 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygk7dnEeau1vMV3Bsx4w" id="(0.5,32.666666666666664)"/>
8089 </edges> 8307 </edges>
8090 <edges xmi:type="notation:Edge" xmi:id="_l6YglLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZulbdnEeau1vMV3Bsx4w" source="_l6XSDrdnEeau1vMV3Bsx4w" target="_l6XR87dnEeau1vMV3Bsx4w"> 8308 <edges xmi:type="notation:Edge" xmi:id="_l6YglLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZulbdnEeau1vMV3Bsx4w" source="_l6XSDrdnEeau1vMV3Bsx4w" target="_l6XR87dnEeau1vMV3Bsx4w">
8091 <children xmi:type="notation:Node" xmi:id="_l6YglbdnEeau1vMV3Bsx4w" type="6001"> 8309 <children xmi:type="notation:Node" xmi:id="_l6YglbdnEeau1vMV3Bsx4w" type="6001">
@@ -8101,7 +8319,7 @@
8101 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgnLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8319 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgnLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8102 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgnbdnEeau1vMV3Bsx4w" points="[0, 0, -181, 60]$[181, -60, 0, 0]"/> 8320 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgnbdnEeau1vMV3Bsx4w" points="[0, 0, -181, 60]$[181, -60, 0, 0]"/>
8103 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgnrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8321 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgnrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8104 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygn7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8322 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygn7dnEeau1vMV3Bsx4w" id="(0.5,32.666666666666664)"/>
8105 </edges> 8323 </edges>
8106 <edges xmi:type="notation:Edge" xmi:id="_l6YgrLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZunbdnEeau1vMV3Bsx4w" source="_l6XSH7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8324 <edges xmi:type="notation:Edge" xmi:id="_l6YgrLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZunbdnEeau1vMV3Bsx4w" source="_l6XSH7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8107 <children xmi:type="notation:Node" xmi:id="_l6YgrbdnEeau1vMV3Bsx4w" type="6001"> 8325 <children xmi:type="notation:Node" xmi:id="_l6YgrbdnEeau1vMV3Bsx4w" type="6001">
@@ -8115,9 +8333,9 @@
8115 </children> 8333 </children>
8116 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Ygs7dnEeau1vMV3Bsx4w" routing="Tree"/> 8334 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Ygs7dnEeau1vMV3Bsx4w" routing="Tree"/>
8117 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgtLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8335 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgtLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8118 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgtbdnEeau1vMV3Bsx4w" points="[0, 0, -1266, 60]$[1266, -60, 0, 0]"/> 8336 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgtbdnEeau1vMV3Bsx4w" points="[0, 0, 708, 324]$[0, -98, 708, 226]$[-707, -98, 1, 226]$[-707, -121, 1, 203]"/>
8119 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgtrdnEeau1vMV3Bsx4w" id="(0.49586776859504134,0.0)"/> 8337 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgtrdnEeau1vMV3Bsx4w" id="(0.1487603305785124,0.12195121951219512)"/>
8120 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygt7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8338 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygt7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8121 </edges> 8339 </edges>
8122 <edges xmi:type="notation:Edge" xmi:id="_l6YguLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuobdnEeau1vMV3Bsx4w" source="_l6XSJrdnEeau1vMV3Bsx4w" target="_l6XSH7dnEeau1vMV3Bsx4w"> 8340 <edges xmi:type="notation:Edge" xmi:id="_l6YguLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuobdnEeau1vMV3Bsx4w" source="_l6XSJrdnEeau1vMV3Bsx4w" target="_l6XSH7dnEeau1vMV3Bsx4w">
8123 <children xmi:type="notation:Node" xmi:id="_l6YgubdnEeau1vMV3Bsx4w" type="6001"> 8341 <children xmi:type="notation:Node" xmi:id="_l6YgubdnEeau1vMV3Bsx4w" type="6001">
@@ -8132,8 +8350,8 @@
8132 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Ygv7dnEeau1vMV3Bsx4w" routing="Tree"/> 8350 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Ygv7dnEeau1vMV3Bsx4w" routing="Tree"/>
8133 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgwLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8351 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgwLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8134 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgwbdnEeau1vMV3Bsx4w" points="[0, 0, 4, 60]$[-4, -60, 0, 0]"/> 8352 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgwbdnEeau1vMV3Bsx4w" points="[0, 0, 4, 60]$[-4, -60, 0, 0]"/>
8135 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgwrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8353 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgwrdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
8136 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygw7dnEeau1vMV3Bsx4w" id="(0.49586776859504134,1.0)"/> 8354 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygw7dnEeau1vMV3Bsx4w" id="(0.49586776859504134,2.9696969696969697)"/>
8137 </edges> 8355 </edges>
8138 <edges xmi:type="notation:Edge" xmi:id="_l6YgxLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZupbdnEeau1vMV3Bsx4w" source="_l6XSLbdnEeau1vMV3Bsx4w" target="_l6XSH7dnEeau1vMV3Bsx4w"> 8356 <edges xmi:type="notation:Edge" xmi:id="_l6YgxLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZupbdnEeau1vMV3Bsx4w" source="_l6XSLbdnEeau1vMV3Bsx4w" target="_l6XSH7dnEeau1vMV3Bsx4w">
8139 <children xmi:type="notation:Node" xmi:id="_l6YgxbdnEeau1vMV3Bsx4w" type="6001"> 8357 <children xmi:type="notation:Node" xmi:id="_l6YgxbdnEeau1vMV3Bsx4w" type="6001">
@@ -8148,8 +8366,8 @@
8148 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Ygy7dnEeau1vMV3Bsx4w" routing="Tree"/> 8366 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Ygy7dnEeau1vMV3Bsx4w" routing="Tree"/>
8149 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgzLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8367 <styles xmi:type="notation:FontStyle" xmi:id="_l6YgzLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8150 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgzbdnEeau1vMV3Bsx4w" points="[0, 0, 184, 60]$[-184, -60, 0, 0]"/> 8368 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YgzbdnEeau1vMV3Bsx4w" points="[0, 0, 184, 60]$[-184, -60, 0, 0]"/>
8151 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgzrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8369 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YgzrdnEeau1vMV3Bsx4w" id="(0.25316455696202533,0.0)"/>
8152 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygz7dnEeau1vMV3Bsx4w" id="(0.49586776859504134,1.0)"/> 8370 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Ygz7dnEeau1vMV3Bsx4w" id="(0.49586776859504134,2.9696969696969697)"/>
8153 </edges> 8371 </edges>
8154 <edges xmi:type="notation:Edge" xmi:id="_l6Yg0LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuqbdnEeau1vMV3Bsx4w" source="_l6XSNLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8372 <edges xmi:type="notation:Edge" xmi:id="_l6Yg0LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuqbdnEeau1vMV3Bsx4w" source="_l6XSNLdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8155 <children xmi:type="notation:Node" xmi:id="_l6Yg0bdnEeau1vMV3Bsx4w" type="6001"> 8373 <children xmi:type="notation:Node" xmi:id="_l6Yg0bdnEeau1vMV3Bsx4w" type="6001">
@@ -8164,8 +8382,8 @@
8164 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg17dnEeau1vMV3Bsx4w" routing="Tree"/> 8382 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg17dnEeau1vMV3Bsx4w" routing="Tree"/>
8165 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg2LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8383 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg2LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8166 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg2bdnEeau1vMV3Bsx4w" points="[0, 0, -361, 60]$[361, -60, 0, 0]"/> 8384 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg2bdnEeau1vMV3Bsx4w" points="[0, 0, -361, 60]$[361, -60, 0, 0]"/>
8167 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg2rdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8385 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg2rdnEeau1vMV3Bsx4w" id="(0.6020408163265306,-1.2272727272727273)"/>
8168 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg27dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8386 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg27dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8169 </edges> 8387 </edges>
8170 <edges xmi:type="notation:Edge" xmi:id="_l6Yg3LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZurbdnEeau1vMV3Bsx4w" source="_l6XSO7dnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w"> 8388 <edges xmi:type="notation:Edge" xmi:id="_l6Yg3LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZurbdnEeau1vMV3Bsx4w" source="_l6XSO7dnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w">
8171 <children xmi:type="notation:Node" xmi:id="_l6Yg3bdnEeau1vMV3Bsx4w" type="6001"> 8389 <children xmi:type="notation:Node" xmi:id="_l6Yg3bdnEeau1vMV3Bsx4w" type="6001">
@@ -8180,8 +8398,8 @@
8180 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg47dnEeau1vMV3Bsx4w" routing="Tree"/> 8398 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg47dnEeau1vMV3Bsx4w" routing="Tree"/>
8181 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg5LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8399 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg5LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8182 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg5bdnEeau1vMV3Bsx4w" points="[0, 0, -361, 60]$[361, -60, 0, 0]"/> 8400 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg5bdnEeau1vMV3Bsx4w" points="[0, 0, -361, 60]$[361, -60, 0, 0]"/>
8183 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg5rdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8401 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg5rdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
8184 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg57dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8402 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg57dnEeau1vMV3Bsx4w" id="(0.6020408163265306,1.0)"/>
8185 </edges> 8403 </edges>
8186 <edges xmi:type="notation:Edge" xmi:id="_l6Yg6LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZusbdnEeau1vMV3Bsx4w" source="_l6XSQrdnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w"> 8404 <edges xmi:type="notation:Edge" xmi:id="_l6Yg6LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZusbdnEeau1vMV3Bsx4w" source="_l6XSQrdnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w">
8187 <children xmi:type="notation:Node" xmi:id="_l6Yg6bdnEeau1vMV3Bsx4w" type="6001"> 8405 <children xmi:type="notation:Node" xmi:id="_l6Yg6bdnEeau1vMV3Bsx4w" type="6001">
@@ -8196,8 +8414,8 @@
8196 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg77dnEeau1vMV3Bsx4w" routing="Tree"/> 8414 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg77dnEeau1vMV3Bsx4w" routing="Tree"/>
8197 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg8LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8415 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg8LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8198 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg8bdnEeau1vMV3Bsx4w" points="[0, 0, -181, 60]$[181, -60, 0, 0]"/> 8416 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg8bdnEeau1vMV3Bsx4w" points="[0, 0, -181, 60]$[181, -60, 0, 0]"/>
8199 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg8rdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8417 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg8rdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
8200 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg87dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8418 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg87dnEeau1vMV3Bsx4w" id="(0.6020408163265306,1.0)"/>
8201 </edges> 8419 </edges>
8202 <edges xmi:type="notation:Edge" xmi:id="_l6Yg9LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZutbdnEeau1vMV3Bsx4w" source="_l6XSSbdnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w"> 8420 <edges xmi:type="notation:Edge" xmi:id="_l6Yg9LdnEeau1vMV3Bsx4w" type="4001" element="_l6ZutbdnEeau1vMV3Bsx4w" source="_l6XSSbdnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w">
8203 <children xmi:type="notation:Node" xmi:id="_l6Yg9bdnEeau1vMV3Bsx4w" type="6001"> 8421 <children xmi:type="notation:Node" xmi:id="_l6Yg9bdnEeau1vMV3Bsx4w" type="6001">
@@ -8212,8 +8430,8 @@
8212 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg-7dnEeau1vMV3Bsx4w" routing="Tree"/> 8430 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yg-7dnEeau1vMV3Bsx4w" routing="Tree"/>
8213 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg_LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8431 <styles xmi:type="notation:FontStyle" xmi:id="_l6Yg_LdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8214 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg_bdnEeau1vMV3Bsx4w" points="[0, 0, 180, 60]$[-180, -60, 0, 0]"/> 8432 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6Yg_bdnEeau1vMV3Bsx4w" points="[0, 0, 180, 60]$[-180, -60, 0, 0]"/>
8215 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg_rdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8433 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg_rdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
8216 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg_7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8434 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yg_7dnEeau1vMV3Bsx4w" id="(0.6020408163265306,1.0)"/>
8217 </edges> 8435 </edges>
8218 <edges xmi:type="notation:Edge" xmi:id="_l6YhALdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuubdnEeau1vMV3Bsx4w" source="_l6XSULdnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w"> 8436 <edges xmi:type="notation:Edge" xmi:id="_l6YhALdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuubdnEeau1vMV3Bsx4w" source="_l6XSULdnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w">
8219 <children xmi:type="notation:Node" xmi:id="_l6YhAbdnEeau1vMV3Bsx4w" type="6001"> 8437 <children xmi:type="notation:Node" xmi:id="_l6YhAbdnEeau1vMV3Bsx4w" type="6001">
@@ -8228,24 +8446,24 @@
8228 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhB7dnEeau1vMV3Bsx4w" routing="Tree"/> 8446 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhB7dnEeau1vMV3Bsx4w" routing="Tree"/>
8229 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhCLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8447 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhCLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8230 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhCbdnEeau1vMV3Bsx4w" points="[0, 0, 542, 60]$[-542, -60, 0, 0]"/> 8448 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhCbdnEeau1vMV3Bsx4w" points="[0, 0, 542, 60]$[-542, -60, 0, 0]"/>
8231 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhCrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8449 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhCrdnEeau1vMV3Bsx4w" id="(0.7662337662337663,0.0)"/>
8232 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhC7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8450 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhC7dnEeau1vMV3Bsx4w" id="(0.6020408163265306,1.0)"/>
8233 </edges> 8451 </edges>
8234 <edges xmi:type="notation:Edge" xmi:id="_l6YhDLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuvbdnEeau1vMV3Bsx4w" source="_l6XSV7dnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w"> 8452 <edges xmi:type="notation:Edge" xmi:id="_l6YhDLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuvbdnEeau1vMV3Bsx4w" source="_l6XSV7dnEeau1vMV3Bsx4w" target="_l6XSNLdnEeau1vMV3Bsx4w">
8235 <children xmi:type="notation:Node" xmi:id="_l6YhDbdnEeau1vMV3Bsx4w" type="6001"> 8453 <children xmi:type="notation:Node" xmi:id="_l6YhDbdnEeau1vMV3Bsx4w" type="6001">
8236 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhDrdnEeau1vMV3Bsx4w" y="-10"/> 8454 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhDrdnEeau1vMV3Bsx4w" x="-2" y="-10"/>
8237 </children> 8455 </children>
8238 <children xmi:type="notation:Node" xmi:id="_l6YhD7dnEeau1vMV3Bsx4w" type="6002"> 8456 <children xmi:type="notation:Node" xmi:id="_l6YhD7dnEeau1vMV3Bsx4w" type="6002">
8239 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhELdnEeau1vMV3Bsx4w" y="10"/> 8457 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhELdnEeau1vMV3Bsx4w" x="-2" y="10"/>
8240 </children> 8458 </children>
8241 <children xmi:type="notation:Node" xmi:id="_l6YhEbdnEeau1vMV3Bsx4w" type="6003"> 8459 <children xmi:type="notation:Node" xmi:id="_l6YhEbdnEeau1vMV3Bsx4w" type="6003">
8242 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhErdnEeau1vMV3Bsx4w" y="10"/> 8460 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhErdnEeau1vMV3Bsx4w" x="-2" y="10"/>
8243 </children> 8461 </children>
8244 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhE7dnEeau1vMV3Bsx4w" routing="Tree"/> 8462 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhE7dnEeau1vMV3Bsx4w" routing="Tree"/>
8245 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhFLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8463 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhFLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8246 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhFbdnEeau1vMV3Bsx4w" points="[0, 0, 723, 60]$[-723, -60, 0, 0]"/> 8464 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhFbdnEeau1vMV3Bsx4w" points="[0, 0, 224, 55]$[0, -35, 224, 20]$[-233, -35, -9, 20]$[-233, -55, -9, 0]"/>
8247 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhFrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8465 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhFrdnEeau1vMV3Bsx4w" id="(0.5569620253164557,0.13636363636363635)"/>
8248 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhF7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8466 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhF7dnEeau1vMV3Bsx4w" id="(0.6020408163265306,1.0)"/>
8249 </edges> 8467 </edges>
8250 <edges xmi:type="notation:Edge" xmi:id="_l6YhGLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuwbdnEeau1vMV3Bsx4w" source="_l6XSXrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8468 <edges xmi:type="notation:Edge" xmi:id="_l6YhGLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuwbdnEeau1vMV3Bsx4w" source="_l6XSXrdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8251 <children xmi:type="notation:Node" xmi:id="_l6YhGbdnEeau1vMV3Bsx4w" type="6001"> 8469 <children xmi:type="notation:Node" xmi:id="_l6YhGbdnEeau1vMV3Bsx4w" type="6001">
@@ -8260,8 +8478,8 @@
8260 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhH7dnEeau1vMV3Bsx4w" routing="Tree"/> 8478 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhH7dnEeau1vMV3Bsx4w" routing="Tree"/>
8261 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhILdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8479 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhILdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8262 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhIbdnEeau1vMV3Bsx4w" points="[0, 0, 1267, 60]$[-1267, -60, 0, 0]"/> 8480 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhIbdnEeau1vMV3Bsx4w" points="[0, 0, 1267, 60]$[-1267, -60, 0, 0]"/>
8263 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhIrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8481 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhIrdnEeau1vMV3Bsx4w" id="(0.5412844036697247,-1.2790697674418605)"/>
8264 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhI7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8482 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhI7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8265 </edges> 8483 </edges>
8266 <edges xmi:type="notation:Edge" xmi:id="_l6YhJLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuxbdnEeau1vMV3Bsx4w" source="_l6XSZbdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w"> 8484 <edges xmi:type="notation:Edge" xmi:id="_l6YhJLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuxbdnEeau1vMV3Bsx4w" source="_l6XSZbdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w">
8267 <children xmi:type="notation:Node" xmi:id="_l6YhJbdnEeau1vMV3Bsx4w" type="6001"> 8485 <children xmi:type="notation:Node" xmi:id="_l6YhJbdnEeau1vMV3Bsx4w" type="6001">
@@ -8276,24 +8494,24 @@
8276 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhK7dnEeau1vMV3Bsx4w" routing="Tree"/> 8494 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhK7dnEeau1vMV3Bsx4w" routing="Tree"/>
8277 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhLLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8495 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhLLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8278 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhLbdnEeau1vMV3Bsx4w" points="[0, 0, 180, 60]$[-180, -60, 0, 0]"/> 8496 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhLbdnEeau1vMV3Bsx4w" points="[0, 0, 180, 60]$[-180, -60, 0, 0]"/>
8279 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhLrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8497 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhLrdnEeau1vMV3Bsx4w" id="(0.8082191780821918,-2.6296296296296298)"/>
8280 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhL7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8498 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhL7dnEeau1vMV3Bsx4w" id="(0.5412844036697247,1.0)"/>
8281 </edges> 8499 </edges>
8282 <edges xmi:type="notation:Edge" xmi:id="_l6YhMLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuybdnEeau1vMV3Bsx4w" source="_l6XSbLdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w"> 8500 <edges xmi:type="notation:Edge" xmi:id="_l6YhMLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuybdnEeau1vMV3Bsx4w" source="_l6XSbLdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w">
8283 <children xmi:type="notation:Node" xmi:id="_l6YhMbdnEeau1vMV3Bsx4w" type="6001"> 8501 <children xmi:type="notation:Node" xmi:id="_l6YhMbdnEeau1vMV3Bsx4w" type="6001">
8284 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhMrdnEeau1vMV3Bsx4w" y="-10"/> 8502 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhMrdnEeau1vMV3Bsx4w" x="1" y="-10"/>
8285 </children> 8503 </children>
8286 <children xmi:type="notation:Node" xmi:id="_l6YhM7dnEeau1vMV3Bsx4w" type="6002"> 8504 <children xmi:type="notation:Node" xmi:id="_l6YhM7dnEeau1vMV3Bsx4w" type="6002">
8287 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhNLdnEeau1vMV3Bsx4w" y="10"/> 8505 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhNLdnEeau1vMV3Bsx4w" x="1" y="9"/>
8288 </children> 8506 </children>
8289 <children xmi:type="notation:Node" xmi:id="_l6YhNbdnEeau1vMV3Bsx4w" type="6003"> 8507 <children xmi:type="notation:Node" xmi:id="_l6YhNbdnEeau1vMV3Bsx4w" type="6003">
8290 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhNrdnEeau1vMV3Bsx4w" y="10"/> 8508 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhNrdnEeau1vMV3Bsx4w" x="1" y="10"/>
8291 </children> 8509 </children>
8292 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhN7dnEeau1vMV3Bsx4w" routing="Tree"/> 8510 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhN7dnEeau1vMV3Bsx4w" routing="Tree"/>
8293 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhOLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8511 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhOLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8294 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhObdnEeau1vMV3Bsx4w" points="[0, 0, -543, 60]$[543, -60, 0, 0]"/> 8512 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhObdnEeau1vMV3Bsx4w" points="[0, 103, 216, 57]$[0, 63, 216, 17]$[-215, 63, 1, 17]$[-215, 46, 1, 0]"/>
8295 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhOrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8513 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhOrdnEeau1vMV3Bsx4w" id="(0.26666666666666666,0.07317073170731707)"/>
8296 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhO7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8514 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhO7dnEeau1vMV3Bsx4w" id="(0.5412844036697247,1.0)"/>
8297 </edges> 8515 </edges>
8298 <edges xmi:type="notation:Edge" xmi:id="_l6YhPLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuzbdnEeau1vMV3Bsx4w" source="_l6XSc7dnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w"> 8516 <edges xmi:type="notation:Edge" xmi:id="_l6YhPLdnEeau1vMV3Bsx4w" type="4001" element="_l6ZuzbdnEeau1vMV3Bsx4w" source="_l6XSc7dnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w">
8299 <children xmi:type="notation:Node" xmi:id="_l6YhPbdnEeau1vMV3Bsx4w" type="6001"> 8517 <children xmi:type="notation:Node" xmi:id="_l6YhPbdnEeau1vMV3Bsx4w" type="6001">
@@ -8308,8 +8526,8 @@
8308 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhQ7dnEeau1vMV3Bsx4w" routing="Tree"/> 8526 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhQ7dnEeau1vMV3Bsx4w" routing="Tree"/>
8309 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhRLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8527 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhRLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8310 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhRbdnEeau1vMV3Bsx4w" points="[0, 0, 904, 60]$[-904, -60, 0, 0]"/> 8528 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhRbdnEeau1vMV3Bsx4w" points="[0, 0, 904, 60]$[-904, -60, 0, 0]"/>
8311 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhRrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8529 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhRrdnEeau1vMV3Bsx4w" id="(0.6941176470588235,-2.6296296296296298)"/>
8312 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhR7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8530 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhR7dnEeau1vMV3Bsx4w" id="(0.5412844036697247,1.0)"/>
8313 </edges> 8531 </edges>
8314 <edges xmi:type="notation:Edge" xmi:id="_l6YhSLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu0bdnEeau1vMV3Bsx4w" source="_l6X4lrdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w"> 8532 <edges xmi:type="notation:Edge" xmi:id="_l6YhSLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu0bdnEeau1vMV3Bsx4w" source="_l6X4lrdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w">
8315 <children xmi:type="notation:Node" xmi:id="_l6YhSbdnEeau1vMV3Bsx4w" type="6001"> 8533 <children xmi:type="notation:Node" xmi:id="_l6YhSbdnEeau1vMV3Bsx4w" type="6001">
@@ -8324,8 +8542,8 @@
8324 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhT7dnEeau1vMV3Bsx4w" routing="Tree"/> 8542 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhT7dnEeau1vMV3Bsx4w" routing="Tree"/>
8325 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhULdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8543 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhULdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8326 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhUbdnEeau1vMV3Bsx4w" points="[0, 0, 542, 60]$[-542, -60, 0, 0]"/> 8544 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhUbdnEeau1vMV3Bsx4w" points="[0, 0, 542, 60]$[-542, -60, 0, 0]"/>
8327 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhUrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8545 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhUrdnEeau1vMV3Bsx4w" id="(0.6082474226804123,-2.6296296296296298)"/>
8328 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhU7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8546 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhU7dnEeau1vMV3Bsx4w" id="(0.5412844036697247,1.0)"/>
8329 </edges> 8547 </edges>
8330 <edges xmi:type="notation:Edge" xmi:id="_l6YhVLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu1bdnEeau1vMV3Bsx4w" source="_l6X4nbdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w"> 8548 <edges xmi:type="notation:Edge" xmi:id="_l6YhVLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu1bdnEeau1vMV3Bsx4w" source="_l6X4nbdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w">
8331 <children xmi:type="notation:Node" xmi:id="_l6YhVbdnEeau1vMV3Bsx4w" type="6001"> 8549 <children xmi:type="notation:Node" xmi:id="_l6YhVbdnEeau1vMV3Bsx4w" type="6001">
@@ -8340,8 +8558,8 @@
8340 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhW7dnEeau1vMV3Bsx4w" routing="Tree"/> 8558 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhW7dnEeau1vMV3Bsx4w" routing="Tree"/>
8341 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhXLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8559 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhXLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8342 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhXbdnEeau1vMV3Bsx4w" points="[0, 0, -2169, 60]$[2169, -60, 0, 0]"/> 8560 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhXbdnEeau1vMV3Bsx4w" points="[0, 0, -2169, 60]$[2169, -60, 0, 0]"/>
8343 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhXrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8561 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhXrdnEeau1vMV3Bsx4w" id="(0.5,-2.6296296296296298)"/>
8344 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhX7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8562 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhX7dnEeau1vMV3Bsx4w" id="(0.5412844036697247,1.0)"/>
8345 </edges> 8563 </edges>
8346 <edges xmi:type="notation:Edge" xmi:id="_l6YhYLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu2bdnEeau1vMV3Bsx4w" source="_l6X4pLdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w"> 8564 <edges xmi:type="notation:Edge" xmi:id="_l6YhYLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu2bdnEeau1vMV3Bsx4w" source="_l6X4pLdnEeau1vMV3Bsx4w" target="_l6XSXrdnEeau1vMV3Bsx4w">
8347 <children xmi:type="notation:Node" xmi:id="_l6YhYbdnEeau1vMV3Bsx4w" type="6001"> 8565 <children xmi:type="notation:Node" xmi:id="_l6YhYbdnEeau1vMV3Bsx4w" type="6001">
@@ -8356,24 +8574,24 @@
8356 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhZ7dnEeau1vMV3Bsx4w" routing="Tree"/> 8574 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6YhZ7dnEeau1vMV3Bsx4w" routing="Tree"/>
8357 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhaLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8575 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhaLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8358 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhabdnEeau1vMV3Bsx4w" points="[0, 0, -181, 60]$[181, -60, 0, 0]"/> 8576 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhabdnEeau1vMV3Bsx4w" points="[0, 0, -181, 60]$[181, -60, 0, 0]"/>
8359 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhardnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8577 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhardnEeau1vMV3Bsx4w" id="(0.5,-2.6296296296296298)"/>
8360 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yha7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8578 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yha7dnEeau1vMV3Bsx4w" id="(0.5412844036697247,1.0)"/>
8361 </edges> 8579 </edges>
8362 <edges xmi:type="notation:Edge" xmi:id="_l6YhbLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu3bdnEeau1vMV3Bsx4w" source="_l6X4q7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8580 <edges xmi:type="notation:Edge" xmi:id="_l6YhbLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu3bdnEeau1vMV3Bsx4w" source="_l6X4q7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8363 <children xmi:type="notation:Node" xmi:id="_l6YhbbdnEeau1vMV3Bsx4w" type="6001"> 8581 <children xmi:type="notation:Node" xmi:id="_l6YhbbdnEeau1vMV3Bsx4w" type="6001">
8364 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhbrdnEeau1vMV3Bsx4w" y="-10"/> 8582 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhbrdnEeau1vMV3Bsx4w" x="-5" y="-10"/>
8365 </children> 8583 </children>
8366 <children xmi:type="notation:Node" xmi:id="_l6Yhb7dnEeau1vMV3Bsx4w" type="6002"> 8584 <children xmi:type="notation:Node" xmi:id="_l6Yhb7dnEeau1vMV3Bsx4w" type="6002">
8367 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhcLdnEeau1vMV3Bsx4w" y="10"/> 8585 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhcLdnEeau1vMV3Bsx4w" x="-5" y="10"/>
8368 </children> 8586 </children>
8369 <children xmi:type="notation:Node" xmi:id="_l6YhcbdnEeau1vMV3Bsx4w" type="6003"> 8587 <children xmi:type="notation:Node" xmi:id="_l6YhcbdnEeau1vMV3Bsx4w" type="6003">
8370 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhcrdnEeau1vMV3Bsx4w" y="10"/> 8588 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6YhcrdnEeau1vMV3Bsx4w" x="-6" y="10"/>
8371 </children> 8589 </children>
8372 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yhc7dnEeau1vMV3Bsx4w" routing="Tree"/> 8590 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yhc7dnEeau1vMV3Bsx4w" routing="Tree"/>
8373 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhdLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8591 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhdLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8374 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhdbdnEeau1vMV3Bsx4w" points="[0, 0, -1626, 60]$[1626, -60, 0, 0]"/> 8592 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhdbdnEeau1vMV3Bsx4w" points="[0, 0, -1140, 325]$[0, -99, -1140, 226]$[1141, -99, 1, 226]$[1141, -122, 1, 203]"/>
8375 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhdrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8593 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhdrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8376 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yhd7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8594 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yhd7dnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8377 </edges> 8595 </edges>
8378 <edges xmi:type="notation:Edge" xmi:id="_l6YheLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu4bdnEeau1vMV3Bsx4w" source="_l6X4srdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w"> 8596 <edges xmi:type="notation:Edge" xmi:id="_l6YheLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu4bdnEeau1vMV3Bsx4w" source="_l6X4srdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w">
8379 <children xmi:type="notation:Node" xmi:id="_l6YhebdnEeau1vMV3Bsx4w" type="6001"> 8597 <children xmi:type="notation:Node" xmi:id="_l6YhebdnEeau1vMV3Bsx4w" type="6001">
@@ -8388,8 +8606,8 @@
8388 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yhf7dnEeau1vMV3Bsx4w" routing="Tree"/> 8606 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yhf7dnEeau1vMV3Bsx4w" routing="Tree"/>
8389 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhgLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8607 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhgLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8390 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhgbdnEeau1vMV3Bsx4w" points="[0, 0, -940, 60]$[940, -60, 0, 0]"/> 8608 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhgbdnEeau1vMV3Bsx4w" points="[0, 0, -940, 60]$[940, -60, 0, 0]"/>
8391 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhgrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8609 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhgrdnEeau1vMV3Bsx4w" id="(0.6133333333333333,0.12195121951219512)"/>
8392 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yhg7dnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8610 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6Yhg7dnEeau1vMV3Bsx4w" id="(0.5,7.538461538461538)"/>
8393 </edges> 8611 </edges>
8394 <edges xmi:type="notation:Edge" xmi:id="_l6YhhLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu5bdnEeau1vMV3Bsx4w" source="_l6X4ubdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w"> 8612 <edges xmi:type="notation:Edge" xmi:id="_l6YhhLdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu5bdnEeau1vMV3Bsx4w" source="_l6X4ubdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w">
8395 <children xmi:type="notation:Node" xmi:id="_l6YhhbdnEeau1vMV3Bsx4w" type="6001"> 8613 <children xmi:type="notation:Node" xmi:id="_l6YhhbdnEeau1vMV3Bsx4w" type="6001">
@@ -8404,8 +8622,8 @@
8404 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yhi7dnEeau1vMV3Bsx4w" routing="Tree"/> 8622 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6Yhi7dnEeau1vMV3Bsx4w" routing="Tree"/>
8405 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhjLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8623 <styles xmi:type="notation:FontStyle" xmi:id="_l6YhjLdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8406 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhjbdnEeau1vMV3Bsx4w" points="[0, 0, -760, 60]$[760, -60, 0, 0]"/> 8624 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6YhjbdnEeau1vMV3Bsx4w" points="[0, 0, -760, 60]$[760, -60, 0, 0]"/>
8407 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhjrdnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8625 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6YhjrdnEeau1vMV3Bsx4w" id="(0.49333333333333335,0.04878048780487805)"/>
8408 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGsLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8626 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGsLdnEeau1vMV3Bsx4w" id="(0.5,7.538461538461538)"/>
8409 </edges> 8627 </edges>
8410 <edges xmi:type="notation:Edge" xmi:id="_l6ZGsbdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu6bdnEeau1vMV3Bsx4w" source="_l6X4wLdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w"> 8628 <edges xmi:type="notation:Edge" xmi:id="_l6ZGsbdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu6bdnEeau1vMV3Bsx4w" source="_l6X4wLdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w">
8411 <children xmi:type="notation:Node" xmi:id="_l6ZGsrdnEeau1vMV3Bsx4w" type="6001"> 8629 <children xmi:type="notation:Node" xmi:id="_l6ZGsrdnEeau1vMV3Bsx4w" type="6001">
@@ -8420,8 +8638,8 @@
8420 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZGuLdnEeau1vMV3Bsx4w" routing="Tree"/> 8638 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZGuLdnEeau1vMV3Bsx4w" routing="Tree"/>
8421 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZGubdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8639 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZGubdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8422 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZGurdnEeau1vMV3Bsx4w" points="[0, 0, -580, 60]$[580, -60, 0, 0]"/> 8640 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZGurdnEeau1vMV3Bsx4w" points="[0, 0, -580, 60]$[580, -60, 0, 0]"/>
8423 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGu7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8641 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGu7dnEeau1vMV3Bsx4w" id="(0.5866666666666667,0.04878048780487805)"/>
8424 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGvLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8642 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGvLdnEeau1vMV3Bsx4w" id="(0.5,7.538461538461538)"/>
8425 </edges> 8643 </edges>
8426 <edges xmi:type="notation:Edge" xmi:id="_l6ZGvbdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu7bdnEeau1vMV3Bsx4w" source="_l6X4x7dnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w"> 8644 <edges xmi:type="notation:Edge" xmi:id="_l6ZGvbdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu7bdnEeau1vMV3Bsx4w" source="_l6X4x7dnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w">
8427 <children xmi:type="notation:Node" xmi:id="_l6ZGvrdnEeau1vMV3Bsx4w" type="6001"> 8645 <children xmi:type="notation:Node" xmi:id="_l6ZGvrdnEeau1vMV3Bsx4w" type="6001">
@@ -8435,9 +8653,9 @@
8435 </children> 8653 </children>
8436 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZGxLdnEeau1vMV3Bsx4w" routing="Tree"/> 8654 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZGxLdnEeau1vMV3Bsx4w" routing="Tree"/>
8437 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZGxbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8655 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZGxbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8438 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZGxrdnEeau1vMV3Bsx4w" points="[0, 0, -1120, 60]$[1120, -60, 0, 0]"/> 8656 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZGxrdnEeau1vMV3Bsx4w" points="[0, 0, 276, -161]$[0, -76, 276, -237]$[-275, -76, 1, -237]$[-275, -94, 1, -255]"/>
8439 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGx7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8657 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGx7dnEeau1vMV3Bsx4w" id="(0.8082191780821918,0.0)"/>
8440 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGyLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8658 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZGyLdnEeau1vMV3Bsx4w" id="(0.5,7.538461538461538)"/>
8441 </edges> 8659 </edges>
8442 <edges xmi:type="notation:Edge" xmi:id="_l6ZGybdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu8bdnEeau1vMV3Bsx4w" source="_l6X4zrdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w"> 8660 <edges xmi:type="notation:Edge" xmi:id="_l6ZGybdnEeau1vMV3Bsx4w" type="4001" element="_l6Zu8bdnEeau1vMV3Bsx4w" source="_l6X4zrdnEeau1vMV3Bsx4w" target="_l6X4q7dnEeau1vMV3Bsx4w">
8443 <children xmi:type="notation:Node" xmi:id="_l6ZGyrdnEeau1vMV3Bsx4w" type="6001"> 8661 <children xmi:type="notation:Node" xmi:id="_l6ZGyrdnEeau1vMV3Bsx4w" type="6001">
@@ -8452,24 +8670,24 @@
8452 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZG0LdnEeau1vMV3Bsx4w" routing="Tree"/> 8670 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZG0LdnEeau1vMV3Bsx4w" routing="Tree"/>
8453 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZG0bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8671 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZG0bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8454 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZG0rdnEeau1vMV3Bsx4w" points="[0, 0, -400, 60]$[400, -60, 0, 0]"/> 8672 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZG0rdnEeau1vMV3Bsx4w" points="[0, 0, -400, 60]$[400, -60, 0, 0]"/>
8455 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZG07dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8673 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZG07dnEeau1vMV3Bsx4w" id="(0.52,0.0975609756097561)"/>
8456 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZG1LdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8674 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZG1LdnEeau1vMV3Bsx4w" id="(0.5,7.538461538461538)"/>
8457 </edges> 8675 </edges>
8458 <edges xmi:type="notation:Edge" xmi:id="_l6ZHNbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvHbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8676 <edges xmi:type="notation:Edge" xmi:id="_l6ZHNbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvHbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8459 <children xmi:type="notation:Node" xmi:id="_l6ZHNrdnEeau1vMV3Bsx4w" type="6001"> 8677 <children xmi:type="notation:Node" xmi:id="_l6ZHNrdnEeau1vMV3Bsx4w" type="6001">
8460 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHN7dnEeau1vMV3Bsx4w" y="-10"/> 8678 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHN7dnEeau1vMV3Bsx4w" x="-103" y="38"/>
8461 </children> 8679 </children>
8462 <children xmi:type="notation:Node" xmi:id="_l6ZHOLdnEeau1vMV3Bsx4w" type="6002"> 8680 <children xmi:type="notation:Node" xmi:id="_l6ZHOLdnEeau1vMV3Bsx4w" type="6002">
8463 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHObdnEeau1vMV3Bsx4w" y="10"/> 8681 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHObdnEeau1vMV3Bsx4w" x="88"/>
8464 </children> 8682 </children>
8465 <children xmi:type="notation:Node" xmi:id="_l6ZHOrdnEeau1vMV3Bsx4w" type="6003"> 8683 <children xmi:type="notation:Node" xmi:id="_l6ZHOrdnEeau1vMV3Bsx4w" type="6003">
8466 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHO7dnEeau1vMV3Bsx4w" y="10"/> 8684 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHO7dnEeau1vMV3Bsx4w" x="31" y="-10"/>
8467 </children> 8685 </children>
8468 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZHPLdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8686 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZHPLdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
8469 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHPbdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8687 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHPbdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8470 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHPrdnEeau1vMV3Bsx4w" points="[0, 0, -1986, 60]$[1986, -60, 0, 0]"/> 8688 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHPrdnEeau1vMV3Bsx4w" points="[0, 0, -226, 324]$[0, -170, -226, 154]$[167, -170, -59, 154]"/>
8471 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHP7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8689 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHP7dnEeau1vMV3Bsx4w" id="(0.11666666666666667,0.024390243902439025)"/>
8472 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHQLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8690 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHQLdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8473 </edges> 8691 </edges>
8474 <edges xmi:type="notation:Edge" xmi:id="_l6ZHQbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvIbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8692 <edges xmi:type="notation:Edge" xmi:id="_l6ZHQbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvIbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8475 <children xmi:type="notation:Node" xmi:id="_l6ZHQrdnEeau1vMV3Bsx4w" type="6001"> 8693 <children xmi:type="notation:Node" xmi:id="_l6ZHQrdnEeau1vMV3Bsx4w" type="6001">
@@ -8485,39 +8703,39 @@
8485 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHSbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8703 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHSbdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8486 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHSrdnEeau1vMV3Bsx4w" points="[0, 0, -1986, 60]$[1986, -60, 0, 0]"/> 8704 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHSrdnEeau1vMV3Bsx4w" points="[0, 0, -1986, 60]$[1986, -60, 0, 0]"/>
8487 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHS7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8705 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHS7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8488 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHTLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8706 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHTLdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8489 </edges> 8707 </edges>
8490 <edges xmi:type="notation:Edge" xmi:id="_l6ZHTbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvJbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8708 <edges xmi:type="notation:Edge" xmi:id="_l6ZHTbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvJbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8491 <children xmi:type="notation:Node" xmi:id="_l6ZHTrdnEeau1vMV3Bsx4w" type="6001"> 8709 <children xmi:type="notation:Node" xmi:id="_l6ZHTrdnEeau1vMV3Bsx4w" type="6001">
8492 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHT7dnEeau1vMV3Bsx4w" y="-10"/> 8710 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHT7dnEeau1vMV3Bsx4w" x="-89" y="-31"/>
8493 </children> 8711 </children>
8494 <children xmi:type="notation:Node" xmi:id="_l6ZHULdnEeau1vMV3Bsx4w" type="6002"> 8712 <children xmi:type="notation:Node" xmi:id="_l6ZHULdnEeau1vMV3Bsx4w" type="6002">
8495 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHUbdnEeau1vMV3Bsx4w" y="10"/> 8713 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHUbdnEeau1vMV3Bsx4w" x="132" y="77"/>
8496 </children> 8714 </children>
8497 <children xmi:type="notation:Node" xmi:id="_l6ZHUrdnEeau1vMV3Bsx4w" type="6003"> 8715 <children xmi:type="notation:Node" xmi:id="_l6ZHUrdnEeau1vMV3Bsx4w" type="6003">
8498 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHU7dnEeau1vMV3Bsx4w" y="10"/> 8716 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHU7dnEeau1vMV3Bsx4w" x="18" y="10"/>
8499 </children> 8717 </children>
8500 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZHVLdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8718 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZHVLdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
8501 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHVbdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8719 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHVbdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8502 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHVrdnEeau1vMV3Bsx4w" points="[0, 0, -1986, 60]$[1986, -60, 0, 0]"/> 8720 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHVrdnEeau1vMV3Bsx4w" points="[37, 0, -143, 324]$[37, -158, -143, 166]$[121, -158, -59, 166]"/>
8503 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHV7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8721 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHV7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8504 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHWLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8722 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHWLdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8505 </edges> 8723 </edges>
8506 <edges xmi:type="notation:Edge" xmi:id="_l6ZHWbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvKbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8724 <edges xmi:type="notation:Edge" xmi:id="_l6ZHWbdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvKbdnEeau1vMV3Bsx4w" source="_l6X5ELdnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8507 <children xmi:type="notation:Node" xmi:id="_l6ZHWrdnEeau1vMV3Bsx4w" type="6001"> 8725 <children xmi:type="notation:Node" xmi:id="_l6ZHWrdnEeau1vMV3Bsx4w" type="6001">
8508 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHW7dnEeau1vMV3Bsx4w" y="-10"/> 8726 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHW7dnEeau1vMV3Bsx4w" x="-76" y="40"/>
8509 </children> 8727 </children>
8510 <children xmi:type="notation:Node" xmi:id="_l6ZHXLdnEeau1vMV3Bsx4w" type="6002"> 8728 <children xmi:type="notation:Node" xmi:id="_l6ZHXLdnEeau1vMV3Bsx4w" type="6002">
8511 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHXbdnEeau1vMV3Bsx4w" y="10"/> 8729 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHXbdnEeau1vMV3Bsx4w" x="122" y="65"/>
8512 </children> 8730 </children>
8513 <children xmi:type="notation:Node" xmi:id="_l6ZHXrdnEeau1vMV3Bsx4w" type="6003"> 8731 <children xmi:type="notation:Node" xmi:id="_l6ZHXrdnEeau1vMV3Bsx4w" type="6003">
8514 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHX7dnEeau1vMV3Bsx4w" y="10"/> 8732 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_l6ZHX7dnEeau1vMV3Bsx4w" x="17" y="10"/>
8515 </children> 8733 </children>
8516 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZHYLdnEeau1vMV3Bsx4w" routing="Rectilinear"/> 8734 <styles xmi:type="notation:ConnectorStyle" xmi:id="_l6ZHYLdnEeau1vMV3Bsx4w" routing="Rectilinear"/>
8517 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHYbdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8735 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZHYbdnEeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8518 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHYrdnEeau1vMV3Bsx4w" points="[0, 0, -1986, 60]$[1986, -60, 0, 0]"/> 8736 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZHYrdnEeau1vMV3Bsx4w" points="[-3, -3, -131, 324]$[-3, -147, -131, 180]$[69, -147, -59, 180]"/>
8519 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHY7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8737 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHY7dnEeau1vMV3Bsx4w" id="(0.9416666666666667,0.0975609756097561)"/>
8520 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHZLdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8738 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZHZLdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8521 </edges> 8739 </edges>
8522 <edges xmi:type="notation:Edge" xmi:id="_l6ZH9bdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvZ7dnEeau1vMV3Bsx4w" source="_l6X5M7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8740 <edges xmi:type="notation:Edge" xmi:id="_l6ZH9bdnEeau1vMV3Bsx4w" type="4001" element="_l6ZvZ7dnEeau1vMV3Bsx4w" source="_l6X5M7dnEeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8523 <children xmi:type="notation:Node" xmi:id="_l6ZH9rdnEeau1vMV3Bsx4w" type="6001"> 8741 <children xmi:type="notation:Node" xmi:id="_l6ZH9rdnEeau1vMV3Bsx4w" type="6001">
@@ -8533,55 +8751,55 @@
8533 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZH_bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8751 <styles xmi:type="notation:FontStyle" xmi:id="_l6ZH_bdnEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8534 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZH_rdnEeau1vMV3Bsx4w" points="[0, 0, -2202, 60]$[2202, -60, 0, 0]"/> 8752 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_l6ZH_rdnEeau1vMV3Bsx4w" points="[0, 0, -2202, 60]$[2202, -60, 0, 0]"/>
8535 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZH_7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8753 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZH_7dnEeau1vMV3Bsx4w" id="(0.5,0.0)"/>
8536 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZIALdnEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8754 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_l6ZIALdnEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8537 </edges> 8755 </edges>
8538 <edges xmi:type="notation:Edge" xmi:id="_kRvlgLd1Eeau1vMV3Bsx4w" type="4001" element="_kQZhsLd1Eeau1vMV3Bsx4w" source="_YvbY4Ld1Eeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8756 <edges xmi:type="notation:Edge" xmi:id="_kRvlgLd1Eeau1vMV3Bsx4w" type="4001" element="_kQZhsLd1Eeau1vMV3Bsx4w" source="_YvbY4Ld1Eeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8539 <children xmi:type="notation:Node" xmi:id="_kRyBwLd1Eeau1vMV3Bsx4w" type="6001"> 8757 <children xmi:type="notation:Node" xmi:id="_kRyBwLd1Eeau1vMV3Bsx4w" type="6001">
8540 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kRyBwbd1Eeau1vMV3Bsx4w" y="-10"/> 8758 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kRyBwbd1Eeau1vMV3Bsx4w" x="-65" y="-138"/>
8541 </children> 8759 </children>
8542 <children xmi:type="notation:Node" xmi:id="_kRzP4Ld1Eeau1vMV3Bsx4w" type="6002"> 8760 <children xmi:type="notation:Node" xmi:id="_kRzP4Ld1Eeau1vMV3Bsx4w" type="6002">
8543 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kRzP4bd1Eeau1vMV3Bsx4w" x="-10"/> 8761 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kRzP4bd1Eeau1vMV3Bsx4w" x="75" y="31"/>
8544 </children> 8762 </children>
8545 <children xmi:type="notation:Node" xmi:id="_kRz28Ld1Eeau1vMV3Bsx4w" type="6003"> 8763 <children xmi:type="notation:Node" xmi:id="_kRz28Ld1Eeau1vMV3Bsx4w" type="6003">
8546 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kRz28bd1Eeau1vMV3Bsx4w" x="-10"/> 8764 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_kRz28bd1Eeau1vMV3Bsx4w" x="-28"/>
8547 </children> 8765 </children>
8548 <styles xmi:type="notation:ConnectorStyle" xmi:id="_kRvlgbd1Eeau1vMV3Bsx4w" routing="Rectilinear"/> 8766 <styles xmi:type="notation:ConnectorStyle" xmi:id="_kRvlgbd1Eeau1vMV3Bsx4w" routing="Rectilinear"/>
8549 <styles xmi:type="notation:FontStyle" xmi:id="_kRvlgrd1Eeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8767 <styles xmi:type="notation:FontStyle" xmi:id="_kRvlgrd1Eeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8550 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_kRvlg7d1Eeau1vMV3Bsx4w" points="[0, 0, 341, 383]$[0, -191, 341, 192]$[-341, -191, 0, 192]$[-341, -382, 0, 1]"/> 8768 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_kRvlg7d1Eeau1vMV3Bsx4w" points="[20, 74, 347, 324]$[20, -96, 347, 154]$[-268, -96, 59, 154]"/>
8551 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kR0eALd1Eeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8769 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kR0eALd1Eeau1vMV3Bsx4w" id="(0.5,-1.8823529411764706)"/>
8552 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kR0eAbd1Eeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8770 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_kR0eAbd1Eeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8553 </edges> 8771 </edges>
8554 <edges xmi:type="notation:Edge" xmi:id="_JfzI0Ld8Eeau1vMV3Bsx4w" type="4001" element="_JfkfULd8Eeau1vMV3Bsx4w" source="_l6XSGLdnEeau1vMV3Bsx4w" target="_JfwFgLd8Eeau1vMV3Bsx4w"> 8772 <edges xmi:type="notation:Edge" xmi:id="_JfzI0Ld8Eeau1vMV3Bsx4w" type="4001" element="_JfkfULd8Eeau1vMV3Bsx4w" source="_l6XSGLdnEeau1vMV3Bsx4w" target="_JfwFgLd8Eeau1vMV3Bsx4w">
8555 <children xmi:type="notation:Node" xmi:id="_Jfzv4Ld8Eeau1vMV3Bsx4w" type="6001"> 8773 <children xmi:type="notation:Node" xmi:id="_Jfzv4Ld8Eeau1vMV3Bsx4w" type="6001">
8556 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Jfzv4bd8Eeau1vMV3Bsx4w" x="-4"/> 8774 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Jfzv4bd8Eeau1vMV3Bsx4w"/>
8557 </children> 8775 </children>
8558 <children xmi:type="notation:Node" xmi:id="_Jfzv4rd8Eeau1vMV3Bsx4w" type="6002"> 8776 <children xmi:type="notation:Node" xmi:id="_Jfzv4rd8Eeau1vMV3Bsx4w" type="6002">
8559 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Jfzv47d8Eeau1vMV3Bsx4w" x="21"/> 8777 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Jfzv47d8Eeau1vMV3Bsx4w" x="15"/>
8560 </children> 8778 </children>
8561 <children xmi:type="notation:Node" xmi:id="_Jfzv5Ld8Eeau1vMV3Bsx4w" type="6003"> 8779 <children xmi:type="notation:Node" xmi:id="_Jfzv5Ld8Eeau1vMV3Bsx4w" type="6003">
8562 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Jfzv5bd8Eeau1vMV3Bsx4w" x="-20" y="34"/> 8780 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Jfzv5bd8Eeau1vMV3Bsx4w" x="6"/>
8563 </children> 8781 </children>
8564 <styles xmi:type="notation:ConnectorStyle" xmi:id="_JfzI0bd8Eeau1vMV3Bsx4w" routing="Rectilinear"/> 8782 <styles xmi:type="notation:ConnectorStyle" xmi:id="_JfzI0bd8Eeau1vMV3Bsx4w" routing="Rectilinear"/>
8565 <styles xmi:type="notation:FontStyle" xmi:id="_JfzI0rd8Eeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8783 <styles xmi:type="notation:FontStyle" xmi:id="_JfzI0rd8Eeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8566 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JfzI07d8Eeau1vMV3Bsx4w" points="[44, 98, -41, -145]$[44, 145, -41, -98]"/> 8784 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_JfzI07d8Eeau1vMV3Bsx4w" points="[-1, 113, -13, -189]$[-1, 150, -13, -152]"/>
8567 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Jf4BULd8Eeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8785 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Jf4BULd8Eeau1vMV3Bsx4w" id="(0.5,-1.8823529411764706)"/>
8568 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Jf4BUbd8Eeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8786 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Jf4BUbd8Eeau1vMV3Bsx4w" id="(0.5,3.92)"/>
8569 </edges> 8787 </edges>
8570 <edges xmi:type="notation:Edge" xmi:id="_LuBT4Ld8Eeau1vMV3Bsx4w" type="4001" element="_LsuTYLd8Eeau1vMV3Bsx4w" source="_YvbY4Ld1Eeau1vMV3Bsx4w" target="_JfwFgLd8Eeau1vMV3Bsx4w"> 8788 <edges xmi:type="notation:Edge" xmi:id="_LuBT4Ld8Eeau1vMV3Bsx4w" type="4001" element="_LsuTYLd8Eeau1vMV3Bsx4w" source="_YvbY4Ld1Eeau1vMV3Bsx4w" target="_JfwFgLd8Eeau1vMV3Bsx4w">
8571 <children xmi:type="notation:Node" xmi:id="_LuB68Ld8Eeau1vMV3Bsx4w" type="6001"> 8789 <children xmi:type="notation:Node" xmi:id="_LuB68Ld8Eeau1vMV3Bsx4w" type="6001">
8572 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LuB68bd8Eeau1vMV3Bsx4w" x="9" y="-10"/> 8790 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LuB68bd8Eeau1vMV3Bsx4w" x="15" y="-7"/>
8573 </children> 8791 </children>
8574 <children xmi:type="notation:Node" xmi:id="_LuB68rd8Eeau1vMV3Bsx4w" type="6002"> 8792 <children xmi:type="notation:Node" xmi:id="_LuB68rd8Eeau1vMV3Bsx4w" type="6002">
8575 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LuB687d8Eeau1vMV3Bsx4w" x="13" y="10"/> 8793 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LuB687d8Eeau1vMV3Bsx4w" x="34" y="-214"/>
8576 </children> 8794 </children>
8577 <children xmi:type="notation:Node" xmi:id="_LuB69Ld8Eeau1vMV3Bsx4w" type="6003"> 8795 <children xmi:type="notation:Node" xmi:id="_LuB69Ld8Eeau1vMV3Bsx4w" type="6003">
8578 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LuB69bd8Eeau1vMV3Bsx4w" x="2"/> 8796 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_LuB69bd8Eeau1vMV3Bsx4w" x="61" y="-11"/>
8579 </children> 8797 </children>
8580 <styles xmi:type="notation:ConnectorStyle" xmi:id="_LuBT4bd8Eeau1vMV3Bsx4w" routing="Rectilinear"/> 8798 <styles xmi:type="notation:ConnectorStyle" xmi:id="_LuBT4bd8Eeau1vMV3Bsx4w" routing="Rectilinear"/>
8581 <styles xmi:type="notation:FontStyle" xmi:id="_LuBT4rd8Eeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8799 <styles xmi:type="notation:FontStyle" xmi:id="_LuBT4rd8Eeau1vMV3Bsx4w" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8582 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_LuBT47d8Eeau1vMV3Bsx4w" points="[-65, 49, 0, -96]$[-65, 96, 0, -49]"/> 8800 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_LuBT47d8Eeau1vMV3Bsx4w" points="[-58, 57, -619, -207]$[-58, 197, -619, -67]$[443, 197, -118, -67]"/>
8583 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_LuB69rd8Eeau1vMV3Bsx4w" id="(1.0,0.5)"/> 8801 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_LuB69rd8Eeau1vMV3Bsx4w" id="(1.0,-0.44117647058823534)"/>
8584 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_LuB697d8Eeau1vMV3Bsx4w" id="(1.0,0.5)"/> 8802 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_LuB697d8Eeau1vMV3Bsx4w" id="(1.0,1.96)"/>
8585 </edges> 8803 </edges>
8586 <edges xmi:type="notation:Edge" xmi:id="_Bo3owLqxEeau1vMV3Bsx4w" type="4001" element="_BoaVwLqxEeau1vMV3Bsx4w" source="_YvbY4Ld1Eeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w"> 8804 <edges xmi:type="notation:Edge" xmi:id="_Bo3owLqxEeau1vMV3Bsx4w" type="4001" element="_BoaVwLqxEeau1vMV3Bsx4w" source="_YvbY4Ld1Eeau1vMV3Bsx4w" target="_l6XR27dnEeau1vMV3Bsx4w">
8587 <children xmi:type="notation:Node" xmi:id="_Bo4P0LqxEeau1vMV3Bsx4w" type="6001"> 8805 <children xmi:type="notation:Node" xmi:id="_Bo4P0LqxEeau1vMV3Bsx4w" type="6001">
@@ -8596,8 +8814,8 @@
8596 <styles xmi:type="notation:ConnectorStyle" xmi:id="_Bo3owbqxEeau1vMV3Bsx4w" routing="Tree"/> 8814 <styles xmi:type="notation:ConnectorStyle" xmi:id="_Bo3owbqxEeau1vMV3Bsx4w" routing="Tree"/>
8597 <styles xmi:type="notation:FontStyle" xmi:id="_Bo3owrqxEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/> 8815 <styles xmi:type="notation:FontStyle" xmi:id="_Bo3owrqxEeau1vMV3Bsx4w" fontName="Segoe UI" fontHeight="8"/>
8598 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Bo3ow7qxEeau1vMV3Bsx4w" points="[0, 0, 341, 383]$[-341, -382, 0, 1]"/> 8816 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Bo3ow7qxEeau1vMV3Bsx4w" points="[0, 0, 341, 383]$[-341, -382, 0, 1]"/>
8599 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Bo5d8LqxEeau1vMV3Bsx4w" id="(0.5,0.0)"/> 8817 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Bo5d8LqxEeau1vMV3Bsx4w" id="(0.5,-1.8823529411764706)"/>
8600 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Bo5d8bqxEeau1vMV3Bsx4w" id="(0.5,1.0)"/> 8818 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Bo5d8bqxEeau1vMV3Bsx4w" id="(0.5,0.3514376996805112)"/>
8601 </edges> 8819 </edges>
8602 <edges xmi:type="notation:Edge" xmi:id="_zFvSUHuWEeeCn_RNMwgEBg" type="4001" element="_zEk0sHuWEeeCn_RNMwgEBg" source="_Xh-bUHuWEeeCn_RNMwgEBg" target="_l6XR87dnEeau1vMV3Bsx4w"> 8820 <edges xmi:type="notation:Edge" xmi:id="_zFvSUHuWEeeCn_RNMwgEBg" type="4001" element="_zEk0sHuWEeeCn_RNMwgEBg" source="_Xh-bUHuWEeeCn_RNMwgEBg" target="_l6XR87dnEeau1vMV3Bsx4w">
8603 <children xmi:type="notation:Node" xmi:id="_zFv5YHuWEeeCn_RNMwgEBg" type="6001"> 8821 <children xmi:type="notation:Node" xmi:id="_zFv5YHuWEeeCn_RNMwgEBg" type="6001">
@@ -8613,55 +8831,55 @@
8613 <styles xmi:type="notation:FontStyle" xmi:id="_zFvSUnuWEeeCn_RNMwgEBg" fontName="Segoe UI" fontHeight="8"/> 8831 <styles xmi:type="notation:FontStyle" xmi:id="_zFvSUnuWEeeCn_RNMwgEBg" fontName="Segoe UI" fontHeight="8"/>
8614 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zFvSU3uWEeeCn_RNMwgEBg" points="[0, 0, 142, 198]$[-142, -197, 0, 1]"/> 8832 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zFvSU3uWEeeCn_RNMwgEBg" points="[0, 0, 142, 198]$[-142, -197, 0, 1]"/>
8615 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zFwgcnuWEeeCn_RNMwgEBg" id="(0.5932203389830508,0.0)"/> 8833 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zFwgcnuWEeeCn_RNMwgEBg" id="(0.5932203389830508,0.0)"/>
8616 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zFwgc3uWEeeCn_RNMwgEBg" id="(0.5,1.0)"/> 8834 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zFwgc3uWEeeCn_RNMwgEBg" id="(0.5,32.666666666666664)"/>
8617 </edges> 8835 </edges>
8618 <edges xmi:type="notation:Edge" xmi:id="_Vj8LgIKgEeeAppuRs-roLg" type="4001" element="_Vi5psIKgEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_l6XR27dnEeau1vMV3Bsx4w"> 8836 <edges xmi:type="notation:Edge" xmi:id="_Vj8LgIKgEeeAppuRs-roLg" type="4001" element="_Vi5psIKgEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_l6XR27dnEeau1vMV3Bsx4w">
8619 <children xmi:type="notation:Node" xmi:id="_VkF8gIKgEeeAppuRs-roLg" type="6001"> 8837 <children xmi:type="notation:Node" xmi:id="_VkF8gIKgEeeAppuRs-roLg" type="6001">
8620 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VkF8gYKgEeeAppuRs-roLg" x="-31" y="10"/> 8838 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VkF8gYKgEeeAppuRs-roLg" x="-106" y="-49"/>
8621 </children> 8839 </children>
8622 <children xmi:type="notation:Node" xmi:id="_VkF8goKgEeeAppuRs-roLg" type="6002"> 8840 <children xmi:type="notation:Node" xmi:id="_VkF8goKgEeeAppuRs-roLg" type="6002">
8623 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VkF8g4KgEeeAppuRs-roLg" x="-8" y="10"/> 8841 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VkF8g4KgEeeAppuRs-roLg" x="-8"/>
8624 </children> 8842 </children>
8625 <children xmi:type="notation:Node" xmi:id="_VkF8hIKgEeeAppuRs-roLg" type="6003"> 8843 <children xmi:type="notation:Node" xmi:id="_VkF8hIKgEeeAppuRs-roLg" type="6003">
8626 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VkF8hYKgEeeAppuRs-roLg" x="-25" y="223"/> 8844 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_VkF8hYKgEeeAppuRs-roLg" x="-2" y="-10"/>
8627 </children> 8845 </children>
8628 <styles xmi:type="notation:ConnectorStyle" xmi:id="_Vj8LgYKgEeeAppuRs-roLg" routing="Rectilinear"/> 8846 <styles xmi:type="notation:ConnectorStyle" xmi:id="_Vj8LgYKgEeeAppuRs-roLg" routing="Rectilinear"/>
8629 <styles xmi:type="notation:FontStyle" xmi:id="_Vj8LgoKgEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8847 <styles xmi:type="notation:FontStyle" xmi:id="_Vj8LgoKgEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8630 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Vj8Lg4KgEeeAppuRs-roLg" points="[0, 0, 352, 201]$[-410, 0, -58, 201]$[-410, -114, -58, 87]"/> 8848 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_Vj8Lg4KgEeeAppuRs-roLg" points="[34, -75, 108, 412]$[34, -220, 108, 267]$[-74, -220, 0, 267]"/>
8631 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_VkF8hoKgEeeAppuRs-roLg" id="(0.0,0.6122448979591837)"/> 8849 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_VkF8hoKgEeeAppuRs-roLg" id="(0.0,1.935483870967742)"/>
8632 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_VkF8h4KgEeeAppuRs-roLg" id="(1.0,0.11224489795918367)"/> 8850 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_VkF8h4KgEeeAppuRs-roLg" id="(1.0,0.07348242811501597)"/>
8633 </edges> 8851 </edges>
8634 <edges xmi:type="notation:Edge" xmi:id="_YR4_gIKgEeeAppuRs-roLg" type="4001" element="_YRIxkIKgEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_l6XR27dnEeau1vMV3Bsx4w"> 8852 <edges xmi:type="notation:Edge" xmi:id="_YR4_gIKgEeeAppuRs-roLg" type="4001" element="_YRIxkIKgEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_l6XR27dnEeau1vMV3Bsx4w">
8635 <children xmi:type="notation:Node" xmi:id="_YR4_hIKgEeeAppuRs-roLg" type="6001"> 8853 <children xmi:type="notation:Node" xmi:id="_YR4_hIKgEeeAppuRs-roLg" type="6001">
8636 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YR4_hYKgEeeAppuRs-roLg" x="-22" y="10"/> 8854 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YR4_hYKgEeeAppuRs-roLg" x="-132" y="58"/>
8637 </children> 8855 </children>
8638 <children xmi:type="notation:Node" xmi:id="_YR4_hoKgEeeAppuRs-roLg" type="6002"> 8856 <children xmi:type="notation:Node" xmi:id="_YR4_hoKgEeeAppuRs-roLg" type="6002">
8639 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YR4_h4KgEeeAppuRs-roLg" x="-5" y="10"/> 8857 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YR4_h4KgEeeAppuRs-roLg" x="-14"/>
8640 </children> 8858 </children>
8641 <children xmi:type="notation:Node" xmi:id="_YR4_iIKgEeeAppuRs-roLg" type="6003"> 8859 <children xmi:type="notation:Node" xmi:id="_YR4_iIKgEeeAppuRs-roLg" type="6003">
8642 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YR4_iYKgEeeAppuRs-roLg" y="218"/> 8860 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YR4_iYKgEeeAppuRs-roLg" x="4" y="-10"/>
8643 </children> 8861 </children>
8644 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YR4_gYKgEeeAppuRs-roLg" routing="Rectilinear"/> 8862 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YR4_gYKgEeeAppuRs-roLg" routing="Rectilinear"/>
8645 <styles xmi:type="notation:FontStyle" xmi:id="_YR4_goKgEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8863 <styles xmi:type="notation:FontStyle" xmi:id="_YR4_goKgEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8646 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YR4_g4KgEeeAppuRs-roLg" points="[0, 0, 352, 165]$[-410, 0, -58, 165]$[-410, -84, -58, 81]"/> 8864 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YR4_g4KgEeeAppuRs-roLg" points="[72, -37, 146, 406]$[72, -196, 146, 247]$[-74, -196, 0, 247]"/>
8647 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YR4_ioKgEeeAppuRs-roLg" id="(0.0,0.30612244897959184)"/> 8865 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YR4_ioKgEeeAppuRs-roLg" id="(0.0,0.967741935483871)"/>
8648 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YR4_i4KgEeeAppuRs-roLg" id="(1.0,0.17346938775510204)"/> 8866 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YR4_i4KgEeeAppuRs-roLg" id="(1.0,0.09265175718849838)"/>
8649 </edges> 8867 </edges>
8650 <edges xmi:type="notation:Edge" xmi:id="_e12bwIKgEeeAppuRs-roLg" type="4001" element="_e1Zv0IKgEeeAppuRs-roLg" source="_l6XR7LdnEeau1vMV3Bsx4w" target="_e1tR0IKgEeeAppuRs-roLg"> 8868 <edges xmi:type="notation:Edge" xmi:id="_e12bwIKgEeeAppuRs-roLg" type="4001" element="_e1Zv0IKgEeeAppuRs-roLg" source="_l6XR7LdnEeau1vMV3Bsx4w" target="_e1tR0IKgEeeAppuRs-roLg">
8651 <children xmi:type="notation:Node" xmi:id="_e12bxIKgEeeAppuRs-roLg" type="6001"> 8869 <children xmi:type="notation:Node" xmi:id="_e12bxIKgEeeAppuRs-roLg" type="6001">
8652 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e12bxYKgEeeAppuRs-roLg" x="-22" y="125"/> 8870 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e12bxYKgEeeAppuRs-roLg" x="-221" y="70"/>
8653 </children> 8871 </children>
8654 <children xmi:type="notation:Node" xmi:id="_e12bxoKgEeeAppuRs-roLg" type="6002"> 8872 <children xmi:type="notation:Node" xmi:id="_e12bxoKgEeeAppuRs-roLg" type="6002">
8655 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e12bx4KgEeeAppuRs-roLg" x="-32" y="37"/> 8873 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e12bx4KgEeeAppuRs-roLg" x="-28"/>
8656 </children> 8874 </children>
8657 <children xmi:type="notation:Node" xmi:id="_e12byIKgEeeAppuRs-roLg" type="6003"> 8875 <children xmi:type="notation:Node" xmi:id="_e12byIKgEeeAppuRs-roLg" type="6003">
8658 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e12byYKgEeeAppuRs-roLg" x="-44" y="-10"/> 8876 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_e12byYKgEeeAppuRs-roLg" x="-20"/>
8659 </children> 8877 </children>
8660 <styles xmi:type="notation:ConnectorStyle" xmi:id="_e12bwYKgEeeAppuRs-roLg" routing="Rectilinear"/> 8878 <styles xmi:type="notation:ConnectorStyle" xmi:id="_e12bwYKgEeeAppuRs-roLg" routing="Rectilinear"/>
8661 <styles xmi:type="notation:FontStyle" xmi:id="_e12bwoKgEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8879 <styles xmi:type="notation:FontStyle" xmi:id="_e12bwoKgEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8662 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e12bw4KgEeeAppuRs-roLg" points="[16, 49, 241, 369]$[16, 112, 241, 432]$[-241, 112, -16, 432]$[-241, -271, -16, 49]"/> 8880 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e12bw4KgEeeAppuRs-roLg" points="[49, -49, 109, 364]$[49, -457, 109, -44]$[0, -457, 60, -44]"/>
8663 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e12byoKgEeeAppuRs-roLg" id="(0.5,0.5)"/> 8881 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e12byoKgEeeAppuRs-roLg" id="(0.5,1.2564102564102564)"/>
8664 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e12by4KgEeeAppuRs-roLg" id="(0.5,0.5)"/> 8882 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e12by4KgEeeAppuRs-roLg" id="(0.5,1.3877995642701526)"/>
8665 </edges> 8883 </edges>
8666 <edges xmi:type="notation:Edge" xmi:id="_e12bzIKgEeeAppuRs-roLg" type="4001" element="_e1jg0IKgEeeAppuRs-roLg" source="_l6XSGLdnEeau1vMV3Bsx4w" target="_e1tR0IKgEeeAppuRs-roLg"> 8884 <edges xmi:type="notation:Edge" xmi:id="_e12bzIKgEeeAppuRs-roLg" type="4001" element="_e1jg0IKgEeeAppuRs-roLg" source="_l6XSGLdnEeau1vMV3Bsx4w" target="_e1tR0IKgEeeAppuRs-roLg">
8667 <children xmi:type="notation:Node" xmi:id="_e2AMwIKgEeeAppuRs-roLg" type="6001"> 8885 <children xmi:type="notation:Node" xmi:id="_e2AMwIKgEeeAppuRs-roLg" type="6001">
@@ -8676,8 +8894,8 @@
8676 <styles xmi:type="notation:ConnectorStyle" xmi:id="_e12bzYKgEeeAppuRs-roLg" routing="Tree"/> 8894 <styles xmi:type="notation:ConnectorStyle" xmi:id="_e12bzYKgEeeAppuRs-roLg" routing="Tree"/>
8677 <styles xmi:type="notation:FontStyle" xmi:id="_e12bzoKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/> 8895 <styles xmi:type="notation:FontStyle" xmi:id="_e12bzoKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/>
8678 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e12bz4KgEeeAppuRs-roLg" points="[1760, 440, 1760, 440]$[0, 0, 0, 0]"/> 8896 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e12bz4KgEeeAppuRs-roLg" points="[1760, 440, 1760, 440]$[0, 0, 0, 0]"/>
8679 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AMxoKgEeeAppuRs-roLg" id="(0.5,0.5)"/> 8897 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AMxoKgEeeAppuRs-roLg" id="(0.5,-0.44117647058823534)"/>
8680 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AMx4KgEeeAppuRs-roLg" id="(0.5,0.5)"/> 8898 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AMx4KgEeeAppuRs-roLg" id="(0.5,1.3877995642701526)"/>
8681 </edges> 8899 </edges>
8682 <edges xmi:type="notation:Edge" xmi:id="_e2AMyIKgEeeAppuRs-roLg" type="4001" element="_e1jg1IKgEeeAppuRs-roLg" source="_e1tR0IKgEeeAppuRs-roLg" target="_l6X43LdnEeau1vMV3Bsx4w"> 8900 <edges xmi:type="notation:Edge" xmi:id="_e2AMyIKgEeeAppuRs-roLg" type="4001" element="_e1jg1IKgEeeAppuRs-roLg" source="_e1tR0IKgEeeAppuRs-roLg" target="_l6X43LdnEeau1vMV3Bsx4w">
8683 <children xmi:type="notation:Node" xmi:id="_e2AMzIKgEeeAppuRs-roLg" type="6001"> 8901 <children xmi:type="notation:Node" xmi:id="_e2AMzIKgEeeAppuRs-roLg" type="6001">
@@ -8692,24 +8910,24 @@
8692 <styles xmi:type="notation:ConnectorStyle" xmi:id="_e2AMyYKgEeeAppuRs-roLg" routing="Tree"/> 8910 <styles xmi:type="notation:ConnectorStyle" xmi:id="_e2AMyYKgEeeAppuRs-roLg" routing="Tree"/>
8693 <styles xmi:type="notation:FontStyle" xmi:id="_e2AMyoKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/> 8911 <styles xmi:type="notation:FontStyle" xmi:id="_e2AMyoKgEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/>
8694 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e2AMy4KgEeeAppuRs-roLg" points="[0, 0, 0, 0]$[2855, -1, 2855, -1]"/> 8912 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_e2AMy4KgEeeAppuRs-roLg" points="[0, 0, 0, 0]$[2855, -1, 2855, -1]"/>
8695 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AM0oKgEeeAppuRs-roLg" id="(0.5,0.5)"/> 8913 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AM0oKgEeeAppuRs-roLg" id="(0.5,1.3877995642701526)"/>
8696 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AM04KgEeeAppuRs-roLg" id="(0.5,1.0)"/> 8914 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_e2AM04KgEeeAppuRs-roLg" id="(0.5,1.0)"/>
8697 </edges> 8915 </edges>
8698 <edges xmi:type="notation:Edge" xmi:id="_hTVVYIKhEeeAppuRs-roLg" type="4001" element="_hS4pcIKhEeeAppuRs-roLg" source="_hTMLdIKhEeeAppuRs-roLg" target="_JfwFgLd8Eeau1vMV3Bsx4w"> 8916 <edges xmi:type="notation:Edge" xmi:id="_hTVVYIKhEeeAppuRs-roLg" type="4001" element="_hS4pcIKhEeeAppuRs-roLg" source="_hTMLdIKhEeeAppuRs-roLg" target="_JfwFgLd8Eeau1vMV3Bsx4w">
8699 <children xmi:type="notation:Node" xmi:id="_hTVVZIKhEeeAppuRs-roLg" type="6001"> 8917 <children xmi:type="notation:Node" xmi:id="_hTVVZIKhEeeAppuRs-roLg" type="6001">
8700 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVZYKhEeeAppuRs-roLg" x="92" y="21"/> 8918 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVZYKhEeeAppuRs-roLg" x="40" y="14"/>
8701 </children> 8919 </children>
8702 <children xmi:type="notation:Node" xmi:id="_hTVVZoKhEeeAppuRs-roLg" type="6002"> 8920 <children xmi:type="notation:Node" xmi:id="_hTVVZoKhEeeAppuRs-roLg" type="6002">
8703 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVZ4KhEeeAppuRs-roLg" x="244" y="10"/> 8921 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVZ4KhEeeAppuRs-roLg" y="10"/>
8704 </children> 8922 </children>
8705 <children xmi:type="notation:Node" xmi:id="_hTVVaIKhEeeAppuRs-roLg" type="6003"> 8923 <children xmi:type="notation:Node" xmi:id="_hTVVaIKhEeeAppuRs-roLg" type="6003">
8706 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVaYKhEeeAppuRs-roLg" x="31" y="10"/> 8924 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVaYKhEeeAppuRs-roLg" y="10"/>
8707 </children> 8925 </children>
8708 <styles xmi:type="notation:ConnectorStyle" xmi:id="_hTVVYYKhEeeAppuRs-roLg" routing="Rectilinear"/> 8926 <styles xmi:type="notation:ConnectorStyle" xmi:id="_hTVVYYKhEeeAppuRs-roLg" routing="Rectilinear"/>
8709 <styles xmi:type="notation:FontStyle" xmi:id="_hTVVYoKhEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8927 <styles xmi:type="notation:FontStyle" xmi:id="_hTVVYoKhEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8710 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hTVVY4KhEeeAppuRs-roLg" points="[-97, 49, 353, -490]$[-97, 508, 353, -31]$[-391, 508, 59, -31]"/> 8928 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hTVVY4KhEeeAppuRs-roLg" points="[103, -17, -585, -44]$[629, -17, -59, -44]"/>
8711 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVaoKhEeeAppuRs-roLg" id="(0.5,0.5)"/> 8929 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVaoKhEeeAppuRs-roLg" id="(0.5,1.105902777777778)"/>
8712 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVa4KhEeeAppuRs-roLg" id="(0.5,0.5)"/> 8930 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVa4KhEeeAppuRs-roLg" id="(0.5,1.96)"/>
8713 </edges> 8931 </edges>
8714 <edges xmi:type="notation:Edge" xmi:id="_hTVVbIKhEeeAppuRs-roLg" type="4001" element="_hTMLcIKhEeeAppuRs-roLg" source="_hTMLdIKhEeeAppuRs-roLg" target="_e1tR0IKgEeeAppuRs-roLg"> 8932 <edges xmi:type="notation:Edge" xmi:id="_hTVVbIKhEeeAppuRs-roLg" type="4001" element="_hTMLcIKhEeeAppuRs-roLg" source="_hTMLdIKhEeeAppuRs-roLg" target="_e1tR0IKgEeeAppuRs-roLg">
8715 <children xmi:type="notation:Node" xmi:id="_hTVVcIKhEeeAppuRs-roLg" type="6001"> 8933 <children xmi:type="notation:Node" xmi:id="_hTVVcIKhEeeAppuRs-roLg" type="6001">
@@ -8719,29 +8937,29 @@
8719 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVc4KhEeeAppuRs-roLg" y="10"/> 8937 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVc4KhEeeAppuRs-roLg" y="10"/>
8720 </children> 8938 </children>
8721 <children xmi:type="notation:Node" xmi:id="_hTVVdIKhEeeAppuRs-roLg" type="6003"> 8939 <children xmi:type="notation:Node" xmi:id="_hTVVdIKhEeeAppuRs-roLg" type="6003">
8722 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVdYKhEeeAppuRs-roLg" y="10"/> 8940 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hTVVdYKhEeeAppuRs-roLg" x="-3" y="10"/>
8723 </children> 8941 </children>
8724 <styles xmi:type="notation:ConnectorStyle" xmi:id="_hTVVbYKhEeeAppuRs-roLg" routing="Tree"/> 8942 <styles xmi:type="notation:ConnectorStyle" xmi:id="_hTVVbYKhEeeAppuRs-roLg" routing="Tree"/>
8725 <styles xmi:type="notation:FontStyle" xmi:id="_hTVVboKhEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/> 8943 <styles xmi:type="notation:FontStyle" xmi:id="_hTVVboKhEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/>
8726 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hTVVb4KhEeeAppuRs-roLg" points="[0, 0, 0, 0]$[2020, -111, 2020, -111]"/> 8944 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hTVVb4KhEeeAppuRs-roLg" points="[0, -53, -85, 362]$[0, -413, -85, 2]$[86, -413, 1, 2]$[86, -434, 1, -19]"/>
8727 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVdoKhEeeAppuRs-roLg" id="(0.5,0.5)"/> 8945 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVdoKhEeeAppuRs-roLg" id="(0.7980769230769231,0.3)"/>
8728 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVd4KhEeeAppuRs-roLg" id="(0.5,0.5)"/> 8946 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hTVVd4KhEeeAppuRs-roLg" id="(0.5,1.3877995642701526)"/>
8729 </edges> 8947 </edges>
8730 <edges xmi:type="notation:Edge" xmi:id="_mN2HkIKhEeeAppuRs-roLg" type="4001" element="_mNGgsIKhEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_hTMLdIKhEeeAppuRs-roLg"> 8948 <edges xmi:type="notation:Edge" xmi:id="_mN2HkIKhEeeAppuRs-roLg" type="4001" element="_mNGgsIKhEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_hTMLdIKhEeeAppuRs-roLg">
8731 <children xmi:type="notation:Node" xmi:id="_mN2HlIKhEeeAppuRs-roLg" type="6001"> 8949 <children xmi:type="notation:Node" xmi:id="_mN2HlIKhEeeAppuRs-roLg" type="6001">
8732 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mN2HlYKhEeeAppuRs-roLg" y="-10"/> 8950 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mN2HlYKhEeeAppuRs-roLg" x="-10"/>
8733 </children> 8951 </children>
8734 <children xmi:type="notation:Node" xmi:id="_mN2HloKhEeeAppuRs-roLg" type="6002"> 8952 <children xmi:type="notation:Node" xmi:id="_mN2HloKhEeeAppuRs-roLg" type="6002">
8735 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mN2Hl4KhEeeAppuRs-roLg" y="10"/> 8953 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mN2Hl4KhEeeAppuRs-roLg" x="133"/>
8736 </children> 8954 </children>
8737 <children xmi:type="notation:Node" xmi:id="_mN2HmIKhEeeAppuRs-roLg" type="6003"> 8955 <children xmi:type="notation:Node" xmi:id="_mN2HmIKhEeeAppuRs-roLg" type="6003">
8738 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mN2HmYKhEeeAppuRs-roLg" y="10"/> 8956 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_mN2HmYKhEeeAppuRs-roLg" x="10"/>
8739 </children> 8957 </children>
8740 <styles xmi:type="notation:ConnectorStyle" xmi:id="_mN2HkYKhEeeAppuRs-roLg" routing="Rectilinear"/> 8958 <styles xmi:type="notation:ConnectorStyle" xmi:id="_mN2HkYKhEeeAppuRs-roLg" routing="Rectilinear"/>
8741 <styles xmi:type="notation:FontStyle" xmi:id="_mN2HkoKhEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 8959 <styles xmi:type="notation:FontStyle" xmi:id="_mN2HkoKhEeeAppuRs-roLg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
8742 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mN2Hk4KhEeeAppuRs-roLg" points="[0, 0, -166, 66]$[166, -66, 0, 0]"/> 8960 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_mN2Hk4KhEeeAppuRs-roLg" points="[-1, 39, 20, -232]$[-1, 165, 20, -106]"/>
8743 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_mN2HmoKhEeeAppuRs-roLg" id="(0.5,0.0)"/> 8961 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_mN2HmoKhEeeAppuRs-roLg" id="(0.5,0.0)"/>
8744 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_mN2Hm4KhEeeAppuRs-roLg" id="(0.3592233009708738,1.0)"/> 8962 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_mN2Hm4KhEeeAppuRs-roLg" id="(0.3592233009708738,2.211805555555556)"/>
8745 </edges> 8963 </edges>
8746 <edges xmi:type="notation:Edge" xmi:id="_sHL8sIKlEeeAppuRs-roLg" type="4001" element="_sGSk0IKlEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_l6XR27dnEeau1vMV3Bsx4w"> 8964 <edges xmi:type="notation:Edge" xmi:id="_sHL8sIKlEeeAppuRs-roLg" type="4001" element="_sGSk0IKlEeeAppuRs-roLg" source="_PSQLAIKgEeeAppuRs-roLg" target="_l6XR27dnEeau1vMV3Bsx4w">
8747 <children xmi:type="notation:Node" xmi:id="_sHL8tIKlEeeAppuRs-roLg" type="6001"> 8965 <children xmi:type="notation:Node" xmi:id="_sHL8tIKlEeeAppuRs-roLg" type="6001">
@@ -8756,1332 +8974,1669 @@
8756 <styles xmi:type="notation:ConnectorStyle" xmi:id="_sHL8sYKlEeeAppuRs-roLg" routing="Tree"/> 8974 <styles xmi:type="notation:ConnectorStyle" xmi:id="_sHL8sYKlEeeAppuRs-roLg" routing="Tree"/>
8757 <styles xmi:type="notation:FontStyle" xmi:id="_sHL8soKlEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/> 8975 <styles xmi:type="notation:FontStyle" xmi:id="_sHL8soKlEeeAppuRs-roLg" fontName="Segoe UI" fontHeight="8"/>
8758 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_sHL8s4KlEeeAppuRs-roLg" points="[0, 0, 471, 203]$[-469, -202, 2, 1]"/> 8976 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_sHL8s4KlEeeAppuRs-roLg" points="[0, 0, 471, 203]$[-469, -202, 2, 1]"/>
8759 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_sHL8uoKlEeeAppuRs-roLg" id="(0.0,0.5)"/> 8977 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_sHL8uoKlEeeAppuRs-roLg" id="(0.0,1.5806451612903225)"/>
8760 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_sHL8u4KlEeeAppuRs-roLg" id="(0.5,1.0)"/> 8978 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_sHL8u4KlEeeAppuRs-roLg" id="(0.5,0.3514376996805112)"/>
8979 </edges>
8980 <edges xmi:type="notation:Edge" xmi:id="_OEPgQG6MEemSyfDlsGAqLA" type="4001" element="_OC7Rpm6MEemSyfDlsGAqLA" source="_JB2kcG6MEemSyfDlsGAqLA" target="_l6X4q7dnEeau1vMV3Bsx4w">
8981 <children xmi:type="notation:Node" xmi:id="_OEQHUG6MEemSyfDlsGAqLA" type="6001">
8982 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OEQHUW6MEemSyfDlsGAqLA" y="-10"/>
8983 </children>
8984 <children xmi:type="notation:Node" xmi:id="_OEQHUm6MEemSyfDlsGAqLA" type="6002">
8985 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OEQHU26MEemSyfDlsGAqLA" y="10"/>
8986 </children>
8987 <children xmi:type="notation:Node" xmi:id="_OEQHVG6MEemSyfDlsGAqLA" type="6003">
8988 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OEQHVW6MEemSyfDlsGAqLA" y="10"/>
8989 </children>
8990 <styles xmi:type="notation:ConnectorStyle" xmi:id="_OEPgQW6MEemSyfDlsGAqLA" routing="Tree"/>
8991 <styles xmi:type="notation:FontStyle" xmi:id="_OEPgQm6MEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
8992 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_OEPgQ26MEemSyfDlsGAqLA" points="[0, 0, -336, 132]$[336, -132, 0, 0]"/>
8993 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_OEQHVm6MEemSyfDlsGAqLA" id="(0.5866666666666667,0.0975609756097561)"/>
8994 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_OEQuYG6MEemSyfDlsGAqLA" id="(0.5,7.538461538461538)"/>
8995 </edges>
8996 <edges xmi:type="notation:Edge" xmi:id="_zblloG6WEemSyfDlsGAqLA" type="4001" element="_za0wsm6WEemSyfDlsGAqLA" source="_rsImoG6WEemSyfDlsGAqLA" target="_l6XR27dnEeau1vMV3Bsx4w">
8997 <children xmi:type="notation:Node" xmi:id="_zbllpG6WEemSyfDlsGAqLA" type="6001">
8998 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zbllpW6WEemSyfDlsGAqLA" y="-10"/>
8999 </children>
9000 <children xmi:type="notation:Node" xmi:id="_zbllpm6WEemSyfDlsGAqLA" type="6002">
9001 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zbllp26WEemSyfDlsGAqLA" y="10"/>
9002 </children>
9003 <children xmi:type="notation:Node" xmi:id="_zbllqG6WEemSyfDlsGAqLA" type="6003">
9004 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_zbllqW6WEemSyfDlsGAqLA" y="10"/>
9005 </children>
9006 <styles xmi:type="notation:ConnectorStyle" xmi:id="_zblloW6WEemSyfDlsGAqLA" routing="Tree"/>
9007 <styles xmi:type="notation:FontStyle" xmi:id="_zbllom6WEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
9008 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_zbllo26WEemSyfDlsGAqLA" points="[0, 0, 962, 255]$[-962, -255, 0, 0]"/>
9009 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zbmMsG6WEemSyfDlsGAqLA" id="(0.5639097744360902,0.0)"/>
9010 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_zbmMsW6WEemSyfDlsGAqLA" id="(0.5,0.3514376996805112)"/>
9011 </edges>
9012 <edges xmi:type="notation:Edge" xmi:id="_hKdI4G6cEemSyfDlsGAqLA" type="4001" element="_hJ8ymW6cEemSyfDlsGAqLA" source="_rsImoG6WEemSyfDlsGAqLA" target="_hTMLdIKhEeeAppuRs-roLg">
9013 <children xmi:type="notation:Node" xmi:id="_hKdv8G6cEemSyfDlsGAqLA" type="6001">
9014 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hKdv8W6cEemSyfDlsGAqLA" x="143" y="-10"/>
9015 </children>
9016 <children xmi:type="notation:Node" xmi:id="_hKdv8m6cEemSyfDlsGAqLA" type="6002">
9017 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hKdv826cEemSyfDlsGAqLA" x="27"/>
9018 </children>
9019 <children xmi:type="notation:Node" xmi:id="_hKdv9G6cEemSyfDlsGAqLA" type="6003">
9020 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_hKdv9W6cEemSyfDlsGAqLA" x="136" y="5"/>
9021 </children>
9022 <styles xmi:type="notation:ConnectorStyle" xmi:id="_hKdI4W6cEemSyfDlsGAqLA" routing="Rectilinear"/>
9023 <styles xmi:type="notation:FontStyle" xmi:id="_hKdI4m6cEemSyfDlsGAqLA" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
9024 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_hKdI426cEemSyfDlsGAqLA" points="[15, 30, 720, -126]$[15, 228, 720, 72]$[-765, 228, -60, 72]$[-765, 204, -60, 48]"/>
9025 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hKdv9m6cEemSyfDlsGAqLA" id="(0.0,0.23076923076923078)"/>
9026 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_hKdv926cEemSyfDlsGAqLA" id="(0.6990291262135923,0.0)"/>
9027 </edges>
9028 <edges xmi:type="notation:Edge" xmi:id="_wpitEG6cEemSyfDlsGAqLA" type="4001" element="_wovb6G6cEemSyfDlsGAqLA" source="_53F0AG6XEemSyfDlsGAqLA" target="_rsImoG6WEemSyfDlsGAqLA">
9029 <children xmi:type="notation:Node" xmi:id="_wpitFG6cEemSyfDlsGAqLA" type="6001">
9030 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_wpitFW6cEemSyfDlsGAqLA" x="8" y="16"/>
9031 </children>
9032 <children xmi:type="notation:Node" xmi:id="_wpitFm6cEemSyfDlsGAqLA" type="6002">
9033 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_wpitF26cEemSyfDlsGAqLA" x="31" y="-3"/>
9034 </children>
9035 <children xmi:type="notation:Node" xmi:id="_wpitGG6cEemSyfDlsGAqLA" type="6003">
9036 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_wpitGW6cEemSyfDlsGAqLA" x="10"/>
9037 </children>
9038 <styles xmi:type="notation:ConnectorStyle" xmi:id="_wpitEW6cEemSyfDlsGAqLA" routing="Tree"/>
9039 <styles xmi:type="notation:FontStyle" xmi:id="_wpitEm6cEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
9040 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_wpitE26cEemSyfDlsGAqLA" points="[0, -19, 23, 84]$[0, -41, 23, 62]$[-22, -41, 1, 62]$[-22, -83, 1, 20]"/>
9041 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_JRfTMG6dEemSyfDlsGAqLA" id="(0.52,0.1951219512195122)"/>
9042 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_wpjUIW6cEemSyfDlsGAqLA" id="(0.5,0.5)"/>
9043 </edges>
9044 <edges xmi:type="notation:Edge" xmi:id="_OLM0IG6dEemSyfDlsGAqLA" type="4001" element="_OKfpkm6dEemSyfDlsGAqLA" source="_9KcB0G6cEemSyfDlsGAqLA" target="_rsImoG6WEemSyfDlsGAqLA">
9045 <children xmi:type="notation:Node" xmi:id="_OLNbMG6dEemSyfDlsGAqLA" type="6001">
9046 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OLNbMW6dEemSyfDlsGAqLA" y="-10"/>
9047 </children>
9048 <children xmi:type="notation:Node" xmi:id="_OLNbMm6dEemSyfDlsGAqLA" type="6002">
9049 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OLNbM26dEemSyfDlsGAqLA" y="10"/>
9050 </children>
9051 <children xmi:type="notation:Node" xmi:id="_OLOCQG6dEemSyfDlsGAqLA" type="6003">
9052 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_OLOCQW6dEemSyfDlsGAqLA" y="10"/>
9053 </children>
9054 <styles xmi:type="notation:ConnectorStyle" xmi:id="_OLM0IW6dEemSyfDlsGAqLA" routing="Tree"/>
9055 <styles xmi:type="notation:FontStyle" xmi:id="_OLM0Im6dEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
9056 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_OLM0I26dEemSyfDlsGAqLA" points="[0, 0, 220, 94]$[-220, -94, 0, 0]"/>
9057 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_OLOCQm6dEemSyfDlsGAqLA" id="(0.4088397790055249,0.0)"/>
9058 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_OLOCQ26dEemSyfDlsGAqLA" id="(0.5,0.5)"/>
9059 </edges>
9060 <edges xmi:type="notation:Edge" xmi:id="_OqkQsG6dEemSyfDlsGAqLA" type="4001" element="_Op-a0G6dEemSyfDlsGAqLA" source="_31nEcG6XEemSyfDlsGAqLA" target="_9KcB0G6cEemSyfDlsGAqLA">
9061 <children xmi:type="notation:Node" xmi:id="_Oqk3wG6dEemSyfDlsGAqLA" type="6001">
9062 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Oqk3wW6dEemSyfDlsGAqLA" y="-10"/>
9063 </children>
9064 <children xmi:type="notation:Node" xmi:id="_Oqk3wm6dEemSyfDlsGAqLA" type="6002">
9065 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Oqk3w26dEemSyfDlsGAqLA" y="10"/>
9066 </children>
9067 <children xmi:type="notation:Node" xmi:id="_Oqk3xG6dEemSyfDlsGAqLA" type="6003">
9068 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Oqk3xW6dEemSyfDlsGAqLA" y="10"/>
9069 </children>
9070 <styles xmi:type="notation:ConnectorStyle" xmi:id="_OqkQsW6dEemSyfDlsGAqLA" routing="Tree"/>
9071 <styles xmi:type="notation:FontStyle" xmi:id="_OqkQsm6dEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
9072 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_OqkQs26dEemSyfDlsGAqLA" points="[-35, 4, -8, 56]$[-35, -14, -8, 38]$[-26, -14, 1, 38]$[-26, -32, 1, 20]"/>
9073 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Oqk3xm6dEemSyfDlsGAqLA" id="(0.6333333333333333,0.12195121951219512)"/>
9074 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_Oqk3x26dEemSyfDlsGAqLA" id="(0.5,0.38235294117647056)"/>
9075 </edges>
9076 <edges xmi:type="notation:Edge" xmi:id="_PAyYUG6dEemSyfDlsGAqLA" type="4001" element="_PALUXG6dEemSyfDlsGAqLA" source="_8nYKUG6XEemSyfDlsGAqLA" target="_9KcB0G6cEemSyfDlsGAqLA">
9077 <children xmi:type="notation:Node" xmi:id="_PAy_YG6dEemSyfDlsGAqLA" type="6001">
9078 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PAy_YW6dEemSyfDlsGAqLA" y="-10"/>
9079 </children>
9080 <children xmi:type="notation:Node" xmi:id="_PAy_Ym6dEemSyfDlsGAqLA" type="6002">
9081 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PAy_Y26dEemSyfDlsGAqLA" y="10"/>
9082 </children>
9083 <children xmi:type="notation:Node" xmi:id="_PAy_ZG6dEemSyfDlsGAqLA" type="6003">
9084 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PAy_ZW6dEemSyfDlsGAqLA" y="10"/>
9085 </children>
9086 <styles xmi:type="notation:ConnectorStyle" xmi:id="_PAyYUW6dEemSyfDlsGAqLA" routing="Tree"/>
9087 <styles xmi:type="notation:FontStyle" xmi:id="_PAyYUm6dEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
9088 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_PAyYU26dEemSyfDlsGAqLA" points="[0, 0, -29, 32]$[29, -32, 0, 0]"/>
9089 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PAy_Zm6dEemSyfDlsGAqLA" id="(0.3927595628415301,0.17073170731707318)"/>
9090 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PAy_Z26dEemSyfDlsGAqLA" id="(0.5,0.38235294117647056)"/>
9091 </edges>
9092 <edges xmi:type="notation:Edge" xmi:id="_PSaT0G6dEemSyfDlsGAqLA" type="4001" element="_PRtwRm6dEemSyfDlsGAqLA" source="_-vo3UG6XEemSyfDlsGAqLA" target="_9KcB0G6cEemSyfDlsGAqLA">
9093 <children xmi:type="notation:Node" xmi:id="_PSaT1G6dEemSyfDlsGAqLA" type="6001">
9094 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PSaT1W6dEemSyfDlsGAqLA" y="-10"/>
9095 </children>
9096 <children xmi:type="notation:Node" xmi:id="_PSa64G6dEemSyfDlsGAqLA" type="6002">
9097 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PSa64W6dEemSyfDlsGAqLA" y="10"/>
9098 </children>
9099 <children xmi:type="notation:Node" xmi:id="_PSa64m6dEemSyfDlsGAqLA" type="6003">
9100 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_PSa6426dEemSyfDlsGAqLA" y="10"/>
9101 </children>
9102 <styles xmi:type="notation:ConnectorStyle" xmi:id="_PSaT0W6dEemSyfDlsGAqLA" routing="Tree"/>
9103 <styles xmi:type="notation:FontStyle" xmi:id="_PSaT0m6dEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
9104 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_PSaT026dEemSyfDlsGAqLA" points="[0, 0, 115, 32]$[-115, -32, 0, 0]"/>
9105 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PSa65G6dEemSyfDlsGAqLA" id="(1.0172413793103448,0.0)"/>
9106 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_PSa65W6dEemSyfDlsGAqLA" id="(0.5,0.38235294117647056)"/>
8761 </edges> 9107 </edges>
8762 </data> 9108 </data>
8763 </ownedAnnotationEntries> 9109 </ownedAnnotationEntries>
8764 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIGbdnEeau1vMV3Bsx4w" name="Term" tooltipText="" outgoingEdges="_l6ZufbdnEeau1vMV3Bsx4w" incomingEdges="_l6Zt6bdnEeau1vMV3Bsx4w _l6Zt9bdnEeau1vMV3Bsx4w _l6Zt-bdnEeau1vMV3Bsx4w _l6Zt_bdnEeau1vMV3Bsx4w _l6ZuAbdnEeau1vMV3Bsx4w _l6ZuBbdnEeau1vMV3Bsx4w _l6ZuCbdnEeau1vMV3Bsx4w _l6ZuDbdnEeau1vMV3Bsx4w _l6ZuEbdnEeau1vMV3Bsx4w _l6ZuFbdnEeau1vMV3Bsx4w _l6ZuGbdnEeau1vMV3Bsx4w _l6ZuHbdnEeau1vMV3Bsx4w _l6ZuIbdnEeau1vMV3Bsx4w _l6ZuJbdnEeau1vMV3Bsx4w _l6ZuKbdnEeau1vMV3Bsx4w _l6ZuLbdnEeau1vMV3Bsx4w _l6ZuMbdnEeau1vMV3Bsx4w _l6ZuNbdnEeau1vMV3Bsx4w _l6ZuObdnEeau1vMV3Bsx4w _l6ZuPbdnEeau1vMV3Bsx4w _l6ZuQbdnEeau1vMV3Bsx4w _l6ZuRbdnEeau1vMV3Bsx4w _l6ZuhbdnEeau1vMV3Bsx4w _l6ZuibdnEeau1vMV3Bsx4w _l6ZunbdnEeau1vMV3Bsx4w _l6ZuqbdnEeau1vMV3Bsx4w _l6ZuwbdnEeau1vMV3Bsx4w _l6Zu3bdnEeau1vMV3Bsx4w _l6ZvHbdnEeau1vMV3Bsx4w _l6ZvIbdnEeau1vMV3Bsx4w _l6ZvJbdnEeau1vMV3Bsx4w _l6ZvKbdnEeau1vMV3Bsx4w _l6ZvZ7dnEeau1vMV3Bsx4w _kQZhsLd1Eeau1vMV3Bsx4w _BoaVwLqxEeau1vMV3Bsx4w _Vi5psIKgEeeAppuRs-roLg _YRIxkIKgEeeAppuRs-roLg _sGSk0IKlEeeAppuRs-roLg" width="12" height="10"> 9110 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIGbdnEeau1vMV3Bsx4w" name="Term" tooltipText="" outgoingEdges="_l6ZufbdnEeau1vMV3Bsx4w" incomingEdges="_l6Zt6bdnEeau1vMV3Bsx4w _l6Zt9bdnEeau1vMV3Bsx4w _l6Zt-bdnEeau1vMV3Bsx4w _l6Zt_bdnEeau1vMV3Bsx4w _l6ZuAbdnEeau1vMV3Bsx4w _l6ZuBbdnEeau1vMV3Bsx4w _l6ZuCbdnEeau1vMV3Bsx4w _l6ZuDbdnEeau1vMV3Bsx4w _l6ZuEbdnEeau1vMV3Bsx4w _l6ZuFbdnEeau1vMV3Bsx4w _l6ZuGbdnEeau1vMV3Bsx4w _l6ZuHbdnEeau1vMV3Bsx4w _l6ZuIbdnEeau1vMV3Bsx4w _l6ZuJbdnEeau1vMV3Bsx4w _l6ZuKbdnEeau1vMV3Bsx4w _l6ZuLbdnEeau1vMV3Bsx4w _l6ZuMbdnEeau1vMV3Bsx4w _l6ZuNbdnEeau1vMV3Bsx4w _l6ZuObdnEeau1vMV3Bsx4w _l6ZuPbdnEeau1vMV3Bsx4w _l6ZuQbdnEeau1vMV3Bsx4w _l6ZuRbdnEeau1vMV3Bsx4w _l6ZuhbdnEeau1vMV3Bsx4w _l6ZuibdnEeau1vMV3Bsx4w _l6ZunbdnEeau1vMV3Bsx4w _l6ZuqbdnEeau1vMV3Bsx4w _l6ZuwbdnEeau1vMV3Bsx4w _l6Zu3bdnEeau1vMV3Bsx4w _l6ZvHbdnEeau1vMV3Bsx4w _l6ZvIbdnEeau1vMV3Bsx4w _l6ZvJbdnEeau1vMV3Bsx4w _l6ZvKbdnEeau1vMV3Bsx4w _l6ZvZ7dnEeau1vMV3Bsx4w _kQZhsLd1Eeau1vMV3Bsx4w _BoaVwLqxEeau1vMV3Bsx4w _Vi5psIKgEeeAppuRs-roLg _YRIxkIKgEeeAppuRs-roLg _sGSk0IKlEeeAppuRs-roLg _za0wsm6WEemSyfDlsGAqLA" width="12" height="10">
8765 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 9111 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
8766 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 9112 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
8767 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIGrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9113 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9114 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9115 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9116 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIGrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
8768 <labelFormat>italic</labelFormat> 9117 <labelFormat>italic</labelFormat>
8769 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 9118 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
8770 </ownedStyle> 9119 </ownedStyle>
8771 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9120 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8772 </ownedDiagramElements> 9121 </ownedDiagramElements>
8773 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIH7dnEeau1vMV3Bsx4w" name="SymbolicValue" tooltipText="" outgoingEdges="_l6Zt6bdnEeau1vMV3Bsx4w _l6ZuhbdnEeau1vMV3Bsx4w _e1Zv0IKgEeeAppuRs-roLg" width="12" height="10"> 9122 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIH7dnEeau1vMV3Bsx4w" name="SymbolicValue" tooltipText="" outgoingEdges="_l6Zt6bdnEeau1vMV3Bsx4w _l6ZuhbdnEeau1vMV3Bsx4w _e1Zv0IKgEeeAppuRs-roLg" width="12" height="10">
8774 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/> 9123 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
8775 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/> 9124 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
8776 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9125 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8777 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9126 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8778 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9127 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8779 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIILdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9128 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIILdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8780 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9129 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8781 </ownedStyle> 9130 </ownedStyle>
8782 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9131 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8783 </ownedDiagramElements> 9132 </ownedDiagramElements>
8784 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIIbdnEeau1vMV3Bsx4w" name="AtomicTerm" tooltipText="" outgoingEdges="_l6ZuibdnEeau1vMV3Bsx4w" incomingEdges="_l6ZujbdnEeau1vMV3Bsx4w _l6ZukbdnEeau1vMV3Bsx4w _l6ZulbdnEeau1vMV3Bsx4w _zEk0sHuWEeeCn_RNMwgEBg" width="12" height="10"> 9133 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIIbdnEeau1vMV3Bsx4w" name="AtomicTerm" tooltipText="" outgoingEdges="_l6ZuibdnEeau1vMV3Bsx4w" incomingEdges="_l6ZujbdnEeau1vMV3Bsx4w _l6ZukbdnEeau1vMV3Bsx4w _l6ZulbdnEeau1vMV3Bsx4w _zEk0sHuWEeeCn_RNMwgEBg" width="12" height="10">
8785 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/> 9134 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
8786 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/> 9135 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
8787 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9136 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8788 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9137 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8789 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9138 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8790 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIIrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9139 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIIrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
8791 <labelFormat>italic</labelFormat> 9140 <labelFormat>italic</labelFormat>
8792 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 9141 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
8793 </ownedStyle> 9142 </ownedStyle>
8794 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9143 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8795 </ownedDiagramElements> 9144 </ownedDiagramElements>
8796 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZII7dnEeau1vMV3Bsx4w" name="IntLiteral" tooltipText="" outgoingEdges="_l6ZujbdnEeau1vMV3Bsx4w" width="12" height="10"> 9145 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZII7dnEeau1vMV3Bsx4w" name="IntLiteral" tooltipText="" outgoingEdges="_l6ZujbdnEeau1vMV3Bsx4w" width="12" height="10">
8797 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/> 9146 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
8798 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/> 9147 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
8799 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIJLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9148 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9149 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9150 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9151 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIJLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8800 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9152 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8801 </ownedStyle> 9153 </ownedStyle>
8802 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9154 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8803 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_l6ZIJbdnEeau1vMV3Bsx4w" name="value : EInt" tooltipText=""> 9155 <ownedElements xmi:type="diagram:DNodeListElement" uid="_l6ZIJbdnEeau1vMV3Bsx4w" name="value : EInt" tooltipText="">
8804 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/> 9156 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/>
8805 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/> 9157 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//IntLiteral/value"/>
8806 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_geTdIHuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg"> 9158 <ownedStyle xmi:type="diagram:BundledImage" uid="_geTdIHuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg">
8807 <labelFormat>bold</labelFormat> 9159 <labelFormat>bold</labelFormat>
8808 </ownedStyle> 9160 </ownedStyle>
8809 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 9161 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
8810 </ownedElements> 9162 </ownedElements>
8811 </ownedDiagramElements> 9163 </ownedDiagramElements>
8812 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIJ7dnEeau1vMV3Bsx4w" name="BoolLiteral" tooltipText="" outgoingEdges="_l6ZukbdnEeau1vMV3Bsx4w" width="12" height="10"> 9164 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIJ7dnEeau1vMV3Bsx4w" name="BoolLiteral" tooltipText="" outgoingEdges="_l6ZukbdnEeau1vMV3Bsx4w" width="12" height="10">
8813 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/> 9165 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
8814 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/> 9166 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
8815 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9167 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8816 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9168 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8817 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9169 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8818 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIKLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9170 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIKLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8819 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9171 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8820 </ownedStyle> 9172 </ownedStyle>
8821 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9173 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8822 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_l6ZIKbdnEeau1vMV3Bsx4w" name="value : EBoolean = false" tooltipText=""> 9174 <ownedElements xmi:type="diagram:DNodeListElement" uid="_l6ZIKbdnEeau1vMV3Bsx4w" name="value : EBoolean = false" tooltipText="">
8823 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/> 9175 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/>
8824 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/> 9176 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//BoolLiteral/value"/>
8825 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_g7P30HuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg"> 9177 <ownedStyle xmi:type="diagram:BundledImage" uid="_g7P30HuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg">
8826 <labelFormat>bold</labelFormat> 9178 <labelFormat>bold</labelFormat>
8827 </ownedStyle> 9179 </ownedStyle>
8828 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 9180 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
8829 </ownedElements> 9181 </ownedElements>
8830 </ownedDiagramElements> 9182 </ownedDiagramElements>
8831 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIK7dnEeau1vMV3Bsx4w" name="RealLiteral" tooltipText="" outgoingEdges="_l6ZulbdnEeau1vMV3Bsx4w" width="12" height="10"> 9183 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIK7dnEeau1vMV3Bsx4w" name="RealLiteral" tooltipText="" outgoingEdges="_l6ZulbdnEeau1vMV3Bsx4w" width="12" height="10">
8832 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/> 9184 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
8833 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/> 9185 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
8834 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9186 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8835 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9187 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8836 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9188 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8837 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZILLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9189 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZILLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8838 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9190 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8839 </ownedStyle> 9191 </ownedStyle>
8840 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9192 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8841 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_l6ZILbdnEeau1vMV3Bsx4w" name="value : EBigDecimal" tooltipText=""> 9193 <ownedElements xmi:type="diagram:DNodeListElement" uid="_l6ZILbdnEeau1vMV3Bsx4w" name="value : EBigDecimal" tooltipText="">
8842 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/> 9194 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/>
8843 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/> 9195 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//RealLiteral/value"/>
8844 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_hXV98HuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg"> 9196 <ownedStyle xmi:type="diagram:BundledImage" uid="_hXV98HuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg">
8845 <labelFormat>bold</labelFormat> 9197 <labelFormat>bold</labelFormat>
8846 </ownedStyle> 9198 </ownedStyle>
8847 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 9199 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
8848 </ownedElements> 9200 </ownedElements>
8849 </ownedDiagramElements> 9201 </ownedDiagramElements>
8850 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIL7dnEeau1vMV3Bsx4w" name="Variable" tooltipText="" outgoingEdges="_JfkfULd8Eeau1vMV3Bsx4w _e1jg0IKgEeeAppuRs-roLg" incomingEdges="_l6Zt8bdnEeau1vMV3Bsx4w" width="12" height="10"> 9202 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIL7dnEeau1vMV3Bsx4w" name="Variable" tooltipText="" outgoingEdges="_JfkfULd8Eeau1vMV3Bsx4w _e1jg0IKgEeeAppuRs-roLg" incomingEdges="_l6Zt8bdnEeau1vMV3Bsx4w" width="12" height="10">
8851 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 9203 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
8852 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 9204 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
8853 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9205 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8854 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9206 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8855 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9207 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8856 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIMLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9208 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIMLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8857 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9209 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8858 </ownedStyle> 9210 </ownedStyle>
8859 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9211 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8860 </ownedDiagramElements> 9212 </ownedDiagramElements>
8861 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIMbdnEeau1vMV3Bsx4w" name="QuantifiedExpression" tooltipText="" outgoingEdges="_l6Zt8bdnEeau1vMV3Bsx4w _l6Zt9bdnEeau1vMV3Bsx4w _l6ZunbdnEeau1vMV3Bsx4w" incomingEdges="_l6ZuobdnEeau1vMV3Bsx4w _l6ZupbdnEeau1vMV3Bsx4w" width="12" height="10"> 9213 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIMbdnEeau1vMV3Bsx4w" name="QuantifiedExpression" tooltipText="" outgoingEdges="_l6Zt8bdnEeau1vMV3Bsx4w _l6Zt9bdnEeau1vMV3Bsx4w _l6ZunbdnEeau1vMV3Bsx4w" incomingEdges="_l6ZuobdnEeau1vMV3Bsx4w _l6ZupbdnEeau1vMV3Bsx4w" width="12" height="10">
8862 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/> 9214 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
8863 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/> 9215 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
8864 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9216 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8865 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9217 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8866 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9218 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8867 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIMrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9219 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIMrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
8868 <labelFormat>italic</labelFormat> 9220 <labelFormat>italic</labelFormat>
8869 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 9221 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
8870 </ownedStyle> 9222 </ownedStyle>
8871 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9223 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8872 </ownedDiagramElements> 9224 </ownedDiagramElements>
8873 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIM7dnEeau1vMV3Bsx4w" name="Exists" tooltipText="" outgoingEdges="_l6ZuobdnEeau1vMV3Bsx4w" width="12" height="10"> 9225 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIM7dnEeau1vMV3Bsx4w" name="Exists" tooltipText="" outgoingEdges="_l6ZuobdnEeau1vMV3Bsx4w" width="12" height="10">
8874 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/> 9226 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
8875 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/> 9227 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
8876 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZINLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9228 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9229 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9230 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9231 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZINLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8877 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9232 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8878 </ownedStyle> 9233 </ownedStyle>
8879 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9234 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8880 </ownedDiagramElements> 9235 </ownedDiagramElements>
8881 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZINbdnEeau1vMV3Bsx4w" name="Forall" tooltipText="" outgoingEdges="_l6ZupbdnEeau1vMV3Bsx4w" width="12" height="10"> 9236 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZINbdnEeau1vMV3Bsx4w" name="Forall" tooltipText="" outgoingEdges="_l6ZupbdnEeau1vMV3Bsx4w" width="12" height="10">
8882 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/> 9237 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
8883 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/> 9238 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
8884 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZINrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9239 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9240 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9241 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9242 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZINrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8885 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9243 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8886 </ownedStyle> 9244 </ownedStyle>
8887 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9245 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8888 </ownedDiagramElements> 9246 </ownedDiagramElements>
8889 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIN7dnEeau1vMV3Bsx4w" name="BoolOperation" tooltipText="" outgoingEdges="_l6ZuqbdnEeau1vMV3Bsx4w" incomingEdges="_l6ZurbdnEeau1vMV3Bsx4w _l6ZusbdnEeau1vMV3Bsx4w _l6ZutbdnEeau1vMV3Bsx4w _l6ZuubdnEeau1vMV3Bsx4w _l6ZuvbdnEeau1vMV3Bsx4w" width="12" height="10"> 9247 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIN7dnEeau1vMV3Bsx4w" name="BoolOperation" tooltipText="" outgoingEdges="_l6ZuqbdnEeau1vMV3Bsx4w" incomingEdges="_l6ZurbdnEeau1vMV3Bsx4w _l6ZusbdnEeau1vMV3Bsx4w _l6ZutbdnEeau1vMV3Bsx4w _l6ZuubdnEeau1vMV3Bsx4w _l6ZuvbdnEeau1vMV3Bsx4w" width="12" height="10">
8890 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/> 9248 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
8891 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/> 9249 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
8892 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9250 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8893 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9251 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8894 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9252 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8895 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIOLdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9253 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIOLdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
8896 <labelFormat>italic</labelFormat> 9254 <labelFormat>italic</labelFormat>
8897 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 9255 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
8898 </ownedStyle> 9256 </ownedStyle>
8899 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9257 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8900 </ownedDiagramElements> 9258 </ownedDiagramElements>
8901 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIObdnEeau1vMV3Bsx4w" name="And" tooltipText="" outgoingEdges="_l6Zt-bdnEeau1vMV3Bsx4w _l6ZurbdnEeau1vMV3Bsx4w" width="12" height="10"> 9259 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIObdnEeau1vMV3Bsx4w" name="And" tooltipText="" outgoingEdges="_l6Zt-bdnEeau1vMV3Bsx4w _l6ZurbdnEeau1vMV3Bsx4w" width="12" height="10">
8902 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/> 9260 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
8903 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/> 9261 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
8904 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9262 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8905 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9263 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8906 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9264 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8907 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIOrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9265 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIOrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8908 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9266 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8909 </ownedStyle> 9267 </ownedStyle>
8910 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9268 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8911 </ownedDiagramElements> 9269 </ownedDiagramElements>
8912 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIO7dnEeau1vMV3Bsx4w" name="Or" tooltipText="" outgoingEdges="_l6Zt_bdnEeau1vMV3Bsx4w _l6ZusbdnEeau1vMV3Bsx4w" width="12" height="10"> 9270 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIO7dnEeau1vMV3Bsx4w" name="Or" tooltipText="" outgoingEdges="_l6Zt_bdnEeau1vMV3Bsx4w _l6ZusbdnEeau1vMV3Bsx4w" width="12" height="10">
8913 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/> 9271 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
8914 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/> 9272 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
8915 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9273 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8916 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9274 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8917 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9275 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8918 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIPLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9276 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIPLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8919 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9277 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8920 </ownedStyle> 9278 </ownedStyle>
8921 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9279 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8922 </ownedDiagramElements> 9280 </ownedDiagramElements>
8923 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIPbdnEeau1vMV3Bsx4w" name="Impl" tooltipText="" outgoingEdges="_l6ZuAbdnEeau1vMV3Bsx4w _l6ZuBbdnEeau1vMV3Bsx4w _l6ZutbdnEeau1vMV3Bsx4w" width="12" height="10"> 9281 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIPbdnEeau1vMV3Bsx4w" name="Impl" tooltipText="" outgoingEdges="_l6ZuAbdnEeau1vMV3Bsx4w _l6ZuBbdnEeau1vMV3Bsx4w _l6ZutbdnEeau1vMV3Bsx4w" width="12" height="10">
8924 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/> 9282 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
8925 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/> 9283 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
8926 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9284 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8927 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9285 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8928 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9286 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8929 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIPrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9287 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIPrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8930 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9288 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8931 </ownedStyle> 9289 </ownedStyle>
8932 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9290 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8933 </ownedDiagramElements> 9291 </ownedDiagramElements>
8934 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIP7dnEeau1vMV3Bsx4w" name="Not" tooltipText="" outgoingEdges="_l6ZuCbdnEeau1vMV3Bsx4w _l6ZuubdnEeau1vMV3Bsx4w" width="12" height="10"> 9292 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIP7dnEeau1vMV3Bsx4w" name="Not" tooltipText="" outgoingEdges="_l6ZuCbdnEeau1vMV3Bsx4w _l6ZuubdnEeau1vMV3Bsx4w" width="12" height="10">
8935 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/> 9293 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
8936 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/> 9294 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
8937 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9295 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8938 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9296 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8939 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9297 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8940 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIQLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9298 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIQLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8941 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9299 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8942 </ownedStyle> 9300 </ownedStyle>
8943 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9301 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8944 </ownedDiagramElements> 9302 </ownedDiagramElements>
8945 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIQbdnEeau1vMV3Bsx4w" name="Iff" tooltipText="" outgoingEdges="_l6ZuDbdnEeau1vMV3Bsx4w _l6ZuEbdnEeau1vMV3Bsx4w _l6ZuvbdnEeau1vMV3Bsx4w" width="12" height="10"> 9303 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIQbdnEeau1vMV3Bsx4w" name="Iff" tooltipText="" outgoingEdges="_l6ZuDbdnEeau1vMV3Bsx4w _l6ZuEbdnEeau1vMV3Bsx4w _l6ZuvbdnEeau1vMV3Bsx4w" width="12" height="10">
8946 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/> 9304 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
8947 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/> 9305 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
8948 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9306 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8949 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9307 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8950 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9308 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8951 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIQrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9309 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIQrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8952 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9310 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8953 </ownedStyle> 9311 </ownedStyle>
8954 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9312 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8955 </ownedDiagramElements> 9313 </ownedDiagramElements>
8956 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIQ7dnEeau1vMV3Bsx4w" name="PrimitiveRelation" tooltipText="" outgoingEdges="_l6ZuwbdnEeau1vMV3Bsx4w" incomingEdges="_l6ZuxbdnEeau1vMV3Bsx4w _l6ZuybdnEeau1vMV3Bsx4w _l6ZuzbdnEeau1vMV3Bsx4w _l6Zu0bdnEeau1vMV3Bsx4w _l6Zu1bdnEeau1vMV3Bsx4w _l6Zu2bdnEeau1vMV3Bsx4w" width="12" height="10"> 9314 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIQ7dnEeau1vMV3Bsx4w" name="PrimitiveRelation" tooltipText="" outgoingEdges="_l6ZuwbdnEeau1vMV3Bsx4w" incomingEdges="_l6ZuxbdnEeau1vMV3Bsx4w _l6ZuybdnEeau1vMV3Bsx4w _l6ZuzbdnEeau1vMV3Bsx4w _l6Zu0bdnEeau1vMV3Bsx4w _l6Zu1bdnEeau1vMV3Bsx4w _l6Zu2bdnEeau1vMV3Bsx4w" width="12" height="10">
8957 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/> 9315 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
8958 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/> 9316 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
8959 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9317 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8960 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9318 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8961 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9319 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8962 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIRLdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9320 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIRLdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
8963 <labelFormat>italic</labelFormat> 9321 <labelFormat>italic</labelFormat>
8964 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 9322 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
8965 </ownedStyle> 9323 </ownedStyle>
8966 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9324 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8967 </ownedDiagramElements> 9325 </ownedDiagramElements>
8968 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIRbdnEeau1vMV3Bsx4w" name="Equals" tooltipText="" outgoingEdges="_l6ZuFbdnEeau1vMV3Bsx4w _l6ZuGbdnEeau1vMV3Bsx4w _l6ZuxbdnEeau1vMV3Bsx4w" width="12" height="10"> 9326 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIRbdnEeau1vMV3Bsx4w" name="Equals" tooltipText="" outgoingEdges="_l6ZuFbdnEeau1vMV3Bsx4w _l6ZuGbdnEeau1vMV3Bsx4w _l6ZuxbdnEeau1vMV3Bsx4w" width="12" height="10">
8969 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/> 9327 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
8970 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/> 9328 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
8971 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9329 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8972 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9330 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8973 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9331 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8974 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZIRrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9332 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZIRrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8975 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9333 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8976 </ownedStyle> 9334 </ownedStyle>
8977 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9335 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8978 </ownedDiagramElements> 9336 </ownedDiagramElements>
8979 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIR7dnEeau1vMV3Bsx4w" name="Distinct" tooltipText="" outgoingEdges="_l6ZuHbdnEeau1vMV3Bsx4w _l6ZuybdnEeau1vMV3Bsx4w" width="12" height="10"> 9337 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIR7dnEeau1vMV3Bsx4w" name="Distinct" tooltipText="" outgoingEdges="_l6ZuHbdnEeau1vMV3Bsx4w _l6ZuybdnEeau1vMV3Bsx4w" width="12" height="10">
8980 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/> 9338 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
8981 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/> 9339 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
8982 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9340 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8983 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9341 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8984 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9342 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8985 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZISLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9343 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZISLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8986 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9344 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8987 </ownedStyle> 9345 </ownedStyle>
8988 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9346 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
8989 </ownedDiagramElements> 9347 </ownedDiagramElements>
8990 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZISbdnEeau1vMV3Bsx4w" name="LessThan" tooltipText="" outgoingEdges="_l6ZuIbdnEeau1vMV3Bsx4w _l6ZuJbdnEeau1vMV3Bsx4w _l6ZuzbdnEeau1vMV3Bsx4w" width="12" height="10"> 9348 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZISbdnEeau1vMV3Bsx4w" name="LessThan" tooltipText="" outgoingEdges="_l6ZuIbdnEeau1vMV3Bsx4w _l6ZuJbdnEeau1vMV3Bsx4w _l6ZuzbdnEeau1vMV3Bsx4w" width="12" height="10">
8991 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/> 9349 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
8992 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/> 9350 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
8993 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9351 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
8994 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9352 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
8995 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9353 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
8996 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZISrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9354 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZISrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
8997 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9355 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
8998 </ownedStyle> 9356 </ownedStyle>
8999 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9357 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9000 </ownedDiagramElements> 9358 </ownedDiagramElements>
9001 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIS7dnEeau1vMV3Bsx4w" name="MoreThan" tooltipText="" outgoingEdges="_l6ZuKbdnEeau1vMV3Bsx4w _l6ZuLbdnEeau1vMV3Bsx4w _l6Zu0bdnEeau1vMV3Bsx4w" width="12" height="10"> 9359 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIS7dnEeau1vMV3Bsx4w" name="MoreThan" tooltipText="" outgoingEdges="_l6ZuKbdnEeau1vMV3Bsx4w _l6ZuLbdnEeau1vMV3Bsx4w _l6Zu0bdnEeau1vMV3Bsx4w" width="12" height="10">
9002 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/> 9360 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
9003 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/> 9361 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
9004 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9362 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9005 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9363 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9006 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9364 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9007 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZITLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9365 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZITLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9008 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9366 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9009 </ownedStyle> 9367 </ownedStyle>
9010 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9368 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9011 </ownedDiagramElements> 9369 </ownedDiagramElements>
9012 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZITbdnEeau1vMV3Bsx4w" name="LessOrEqualThan" tooltipText="" outgoingEdges="_l6ZuMbdnEeau1vMV3Bsx4w _l6ZuNbdnEeau1vMV3Bsx4w _l6Zu1bdnEeau1vMV3Bsx4w" width="12" height="10"> 9370 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZITbdnEeau1vMV3Bsx4w" name="LessOrEqualThan" tooltipText="" outgoingEdges="_l6ZuMbdnEeau1vMV3Bsx4w _l6ZuNbdnEeau1vMV3Bsx4w _l6Zu1bdnEeau1vMV3Bsx4w" width="12" height="10">
9013 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/> 9371 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
9014 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/> 9372 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
9015 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9373 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9016 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9374 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9017 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9375 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9018 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZITrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9376 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZITrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9019 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9377 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9020 </ownedStyle> 9378 </ownedStyle>
9021 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9379 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9022 </ownedDiagramElements> 9380 </ownedDiagramElements>
9023 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZIT7dnEeau1vMV3Bsx4w" name="MoreOrEqualThan" tooltipText="" outgoingEdges="_l6ZuObdnEeau1vMV3Bsx4w _l6ZuPbdnEeau1vMV3Bsx4w _l6Zu2bdnEeau1vMV3Bsx4w" width="12" height="10"> 9381 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZIT7dnEeau1vMV3Bsx4w" name="MoreOrEqualThan" tooltipText="" outgoingEdges="_l6ZuObdnEeau1vMV3Bsx4w _l6ZuPbdnEeau1vMV3Bsx4w _l6Zu2bdnEeau1vMV3Bsx4w" width="12" height="10">
9024 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/> 9382 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
9025 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/> 9383 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
9026 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9384 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9027 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9385 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9028 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9386 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9029 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtwLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9387 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtwLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9030 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9388 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9031 </ownedStyle> 9389 </ownedStyle>
9032 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9390 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9033 </ownedDiagramElements> 9391 </ownedDiagramElements>
9034 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZtwbdnEeau1vMV3Bsx4w" name="IntOperation" tooltipText="" outgoingEdges="_l6ZuQbdnEeau1vMV3Bsx4w _l6ZuRbdnEeau1vMV3Bsx4w _l6Zu3bdnEeau1vMV3Bsx4w" incomingEdges="_l6Zu4bdnEeau1vMV3Bsx4w _l6Zu5bdnEeau1vMV3Bsx4w _l6Zu6bdnEeau1vMV3Bsx4w _l6Zu7bdnEeau1vMV3Bsx4w _l6Zu8bdnEeau1vMV3Bsx4w" width="12" height="10"> 9392 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZtwbdnEeau1vMV3Bsx4w" name="NumericOperation" tooltipText="" outgoingEdges="_l6ZuQbdnEeau1vMV3Bsx4w _l6ZuRbdnEeau1vMV3Bsx4w _l6Zu3bdnEeau1vMV3Bsx4w" incomingEdges="_l6Zu4bdnEeau1vMV3Bsx4w _l6Zu5bdnEeau1vMV3Bsx4w _l6Zu6bdnEeau1vMV3Bsx4w _l6Zu7bdnEeau1vMV3Bsx4w _l6Zu8bdnEeau1vMV3Bsx4w _OC7Rpm6MEemSyfDlsGAqLA" width="12" height="10">
9035 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntOperation"/> 9393 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
9036 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntOperation"/> 9394 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
9037 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9395 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9038 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9396 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9039 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9397 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9040 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtwrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9398 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtwrdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
9041 <labelFormat>italic</labelFormat> 9399 <labelFormat>italic</labelFormat>
9042 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 9400 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
9043 </ownedStyle> 9401 </ownedStyle>
9044 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9402 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9045 </ownedDiagramElements> 9403 </ownedDiagramElements>
9046 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6Ztw7dnEeau1vMV3Bsx4w" name="Plus" tooltipText="" outgoingEdges="_l6Zu4bdnEeau1vMV3Bsx4w" width="12" height="10"> 9404 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6Ztw7dnEeau1vMV3Bsx4w" name="Plus" tooltipText="" outgoingEdges="_l6Zu4bdnEeau1vMV3Bsx4w" width="12" height="10">
9047 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/> 9405 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
9048 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/> 9406 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
9049 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtxLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9407 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9408 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9409 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9410 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtxLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9050 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9411 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9051 </ownedStyle> 9412 </ownedStyle>
9052 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9413 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9053 </ownedDiagramElements> 9414 </ownedDiagramElements>
9054 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZtxbdnEeau1vMV3Bsx4w" name="Minus" tooltipText="" outgoingEdges="_l6Zu5bdnEeau1vMV3Bsx4w" width="12" height="10"> 9415 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZtxbdnEeau1vMV3Bsx4w" name="Minus" tooltipText="" outgoingEdges="_l6Zu5bdnEeau1vMV3Bsx4w" width="12" height="10">
9055 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/> 9416 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
9056 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/> 9417 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
9057 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtxrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9418 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9419 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9420 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9421 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtxrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9058 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9422 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9059 </ownedStyle> 9423 </ownedStyle>
9060 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9424 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9061 </ownedDiagramElements> 9425 </ownedDiagramElements>
9062 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6Ztx7dnEeau1vMV3Bsx4w" name="Multiply" tooltipText="" outgoingEdges="_l6Zu6bdnEeau1vMV3Bsx4w" width="12" height="10"> 9426 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6Ztx7dnEeau1vMV3Bsx4w" name="Multiply" tooltipText="" outgoingEdges="_l6Zu6bdnEeau1vMV3Bsx4w" width="12" height="10">
9063 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/> 9427 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
9064 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/> 9428 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
9065 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtyLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9429 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9430 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9431 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9432 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtyLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9066 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9433 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9067 </ownedStyle> 9434 </ownedStyle>
9068 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9435 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9069 </ownedDiagramElements> 9436 </ownedDiagramElements>
9070 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZtybdnEeau1vMV3Bsx4w" name="Divison" tooltipText="" outgoingEdges="_l6Zu7bdnEeau1vMV3Bsx4w" width="12" height="10"> 9437 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZtybdnEeau1vMV3Bsx4w" name="Divison" tooltipText="" outgoingEdges="_l6Zu7bdnEeau1vMV3Bsx4w" width="12" height="10">
9071 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/> 9438 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
9072 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/> 9439 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
9073 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtyrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9440 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9441 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9442 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9443 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtyrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9074 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9444 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9075 </ownedStyle> 9445 </ownedStyle>
9076 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9446 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9077 </ownedDiagramElements> 9447 </ownedDiagramElements>
9078 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6Zty7dnEeau1vMV3Bsx4w" name="Mod" tooltipText="" outgoingEdges="_l6Zu8bdnEeau1vMV3Bsx4w" width="12" height="10"> 9448 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6Zty7dnEeau1vMV3Bsx4w" name="Mod" tooltipText="" outgoingEdges="_l6Zu8bdnEeau1vMV3Bsx4w" width="12" height="10">
9079 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/> 9449 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
9080 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/> 9450 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
9081 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9451 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9082 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9452 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9083 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9453 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9084 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZtzLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 9454 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZtzLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9085 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 9455 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9086 </ownedStyle> 9456 </ownedStyle>
9087 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9457 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9088 </ownedDiagramElements> 9458 </ownedDiagramElements>
9089 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6Ztz7dnEeau1vMV3Bsx4w" name="TermDescription" tooltipText="" incomingEdges="_l6ZufbdnEeau1vMV3Bsx4w _e1jg1IKgEeeAppuRs-roLg" width="12" height="10"> 9459 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6Ztz7dnEeau1vMV3Bsx4w" name="TermDescription" tooltipText="" incomingEdges="_l6ZufbdnEeau1vMV3Bsx4w _e1jg1IKgEeeAppuRs-roLg" width="12" height="10">
9090 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/> 9460 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/>
9091 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/> 9461 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TermDescription"/>
9092 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 9462 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9093 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 9463 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9094 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 9464 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9095 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6Zt0LdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 9465 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6Zt0LdnEeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_interface.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
9096 <labelFormat>italic</labelFormat> 9466 <labelFormat>italic</labelFormat>
9097 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/> 9467 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.0/@style"/>
9098 </ownedStyle> 9468 </ownedStyle>
9099 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 9469 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9100 </ownedDiagramElements> 9470 </ownedDiagramElements>
9101 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zt6bdnEeau1vMV3Bsx4w" name="[0..*] parameterSubstitutions" sourceNode="_l6ZIH7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9471 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zt6bdnEeau1vMV3Bsx4w" name="[0..*] parameterSubstitutions" sourceNode="_l6ZIH7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9102 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/> 9472 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/>
9103 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/> 9473 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/parameterSubstitutions"/>
9104 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zt6rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9474 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zt6rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9105 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zt67dnEeau1vMV3Bsx4w" showIcon="false"> 9475 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zt67dnEeau1vMV3Bsx4w" showIcon="false">
9106 <customFeatures>labelSize</customFeatures> 9476 <customFeatures>labelSize</customFeatures>
9107 </centerLabelStyle> 9477 </centerLabelStyle>
9108 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6Zt7LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9478 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6Zt7LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9109 <customFeatures>labelSize</customFeatures> 9479 <customFeatures>labelSize</customFeatures>
9110 </endLabelStyle> 9480 </endLabelStyle>
9111 </ownedStyle> 9481 </ownedStyle>
9112 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9482 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9113 </ownedDiagramElements> 9483 </ownedDiagramElements>
9114 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zt8bdnEeau1vMV3Bsx4w" name="[0..*] quantifiedVariables" sourceNode="_l6ZIMbdnEeau1vMV3Bsx4w" targetNode="_l6ZIL7dnEeau1vMV3Bsx4w"> 9484 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zt8bdnEeau1vMV3Bsx4w" name="[0..*] quantifiedVariables" sourceNode="_l6ZIMbdnEeau1vMV3Bsx4w" targetNode="_l6ZIL7dnEeau1vMV3Bsx4w">
9115 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/> 9485 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/>
9116 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/> 9486 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/quantifiedVariables"/>
9117 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zt8rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9487 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zt8rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9118 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zt87dnEeau1vMV3Bsx4w" showIcon="false"> 9488 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zt87dnEeau1vMV3Bsx4w" showIcon="false">
9119 <customFeatures>labelSize</customFeatures> 9489 <customFeatures>labelSize</customFeatures>
9120 </centerLabelStyle> 9490 </centerLabelStyle>
9121 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6Zt9LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9491 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6Zt9LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9122 <customFeatures>labelSize</customFeatures> 9492 <customFeatures>labelSize</customFeatures>
9123 </endLabelStyle> 9493 </endLabelStyle>
9124 </ownedStyle> 9494 </ownedStyle>
9125 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9495 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9126 </ownedDiagramElements> 9496 </ownedDiagramElements>
9127 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zt9bdnEeau1vMV3Bsx4w" name="[0..1] expression" sourceNode="_l6ZIMbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9497 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zt9bdnEeau1vMV3Bsx4w" name="[0..1] expression" sourceNode="_l6ZIMbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9128 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/> 9498 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/>
9129 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/> 9499 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//QuantifiedExpression/expression"/>
9130 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zt9rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9500 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zt9rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9131 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zt97dnEeau1vMV3Bsx4w" showIcon="false"> 9501 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zt97dnEeau1vMV3Bsx4w" showIcon="false">
9132 <customFeatures>labelSize</customFeatures> 9502 <customFeatures>labelSize</customFeatures>
9133 </centerLabelStyle> 9503 </centerLabelStyle>
9134 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6Zt-LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9504 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6Zt-LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9135 <customFeatures>labelSize</customFeatures> 9505 <customFeatures>labelSize</customFeatures>
9136 </endLabelStyle> 9506 </endLabelStyle>
9137 </ownedStyle> 9507 </ownedStyle>
9138 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9508 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9139 </ownedDiagramElements> 9509 </ownedDiagramElements>
9140 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zt-bdnEeau1vMV3Bsx4w" name="[0..*] operands" sourceNode="_l6ZIObdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9510 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zt-bdnEeau1vMV3Bsx4w" name="[0..*] operands" sourceNode="_l6ZIObdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9141 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/> 9511 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/>
9142 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/> 9512 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//And/operands"/>
9143 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zt-rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9513 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zt-rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9144 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zt-7dnEeau1vMV3Bsx4w" showIcon="false"> 9514 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zt-7dnEeau1vMV3Bsx4w" showIcon="false">
9145 <customFeatures>labelSize</customFeatures> 9515 <customFeatures>labelSize</customFeatures>
9146 </centerLabelStyle> 9516 </centerLabelStyle>
9147 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6Zt_LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9517 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6Zt_LdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9148 <customFeatures>labelSize</customFeatures> 9518 <customFeatures>labelSize</customFeatures>
9149 </endLabelStyle> 9519 </endLabelStyle>
9150 </ownedStyle> 9520 </ownedStyle>
9151 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9521 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9152 </ownedDiagramElements> 9522 </ownedDiagramElements>
9153 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zt_bdnEeau1vMV3Bsx4w" name="[0..*] operands" sourceNode="_l6ZIO7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9523 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zt_bdnEeau1vMV3Bsx4w" name="[0..*] operands" sourceNode="_l6ZIO7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9154 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/> 9524 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/>
9155 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/> 9525 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Or/operands"/>
9156 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zt_rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9526 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zt_rdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9157 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zt_7dnEeau1vMV3Bsx4w" showIcon="false"> 9527 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zt_7dnEeau1vMV3Bsx4w" showIcon="false">
9158 <customFeatures>labelSize</customFeatures> 9528 <customFeatures>labelSize</customFeatures>
9159 </centerLabelStyle> 9529 </centerLabelStyle>
9160 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuALdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9530 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuALdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9161 <customFeatures>labelSize</customFeatures> 9531 <customFeatures>labelSize</customFeatures>
9162 </endLabelStyle> 9532 </endLabelStyle>
9163 </ownedStyle> 9533 </ownedStyle>
9164 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9534 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9165 </ownedDiagramElements> 9535 </ownedDiagramElements>
9166 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuAbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIPbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9536 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuAbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIPbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9167 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/> 9537 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/>
9168 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/> 9538 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/leftOperand"/>
9169 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuArdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9539 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuArdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9170 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuA7dnEeau1vMV3Bsx4w" showIcon="false"> 9540 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuA7dnEeau1vMV3Bsx4w" showIcon="false">
9171 <customFeatures>labelSize</customFeatures> 9541 <customFeatures>labelSize</customFeatures>
9172 </centerLabelStyle> 9542 </centerLabelStyle>
9173 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuBLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9543 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuBLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9174 <customFeatures>labelSize</customFeatures> 9544 <customFeatures>labelSize</customFeatures>
9175 </endLabelStyle> 9545 </endLabelStyle>
9176 </ownedStyle> 9546 </ownedStyle>
9177 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9547 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9178 </ownedDiagramElements> 9548 </ownedDiagramElements>
9179 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuBbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIPbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9549 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuBbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIPbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9180 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/> 9550 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/>
9181 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/> 9551 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Impl/rightOperand"/>
9182 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuBrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9552 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuBrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9183 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuB7dnEeau1vMV3Bsx4w" showIcon="false"> 9553 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuB7dnEeau1vMV3Bsx4w" showIcon="false">
9184 <customFeatures>labelSize</customFeatures> 9554 <customFeatures>labelSize</customFeatures>
9185 </centerLabelStyle> 9555 </centerLabelStyle>
9186 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuCLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9556 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuCLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9187 <customFeatures>labelSize</customFeatures> 9557 <customFeatures>labelSize</customFeatures>
9188 </endLabelStyle> 9558 </endLabelStyle>
9189 </ownedStyle> 9559 </ownedStyle>
9190 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9560 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9191 </ownedDiagramElements> 9561 </ownedDiagramElements>
9192 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuCbdnEeau1vMV3Bsx4w" name="[0..1] operand" sourceNode="_l6ZIP7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9562 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuCbdnEeau1vMV3Bsx4w" name="[0..1] operand" sourceNode="_l6ZIP7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9193 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/> 9563 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/>
9194 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/> 9564 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Not/operand"/>
9195 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuCrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9565 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuCrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9196 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuC7dnEeau1vMV3Bsx4w" showIcon="false"> 9566 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuC7dnEeau1vMV3Bsx4w" showIcon="false">
9197 <customFeatures>labelSize</customFeatures> 9567 <customFeatures>labelSize</customFeatures>
9198 </centerLabelStyle> 9568 </centerLabelStyle>
9199 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuDLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9569 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuDLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9200 <customFeatures>labelSize</customFeatures> 9570 <customFeatures>labelSize</customFeatures>
9201 </endLabelStyle> 9571 </endLabelStyle>
9202 </ownedStyle> 9572 </ownedStyle>
9203 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9573 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9204 </ownedDiagramElements> 9574 </ownedDiagramElements>
9205 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuDbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIQbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9575 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuDbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIQbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9206 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/> 9576 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/>
9207 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/> 9577 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/leftOperand"/>
9208 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuDrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9578 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuDrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9209 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuD7dnEeau1vMV3Bsx4w" showIcon="false"> 9579 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuD7dnEeau1vMV3Bsx4w" showIcon="false">
9210 <customFeatures>labelSize</customFeatures> 9580 <customFeatures>labelSize</customFeatures>
9211 </centerLabelStyle> 9581 </centerLabelStyle>
9212 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuELdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9582 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuELdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9213 <customFeatures>labelSize</customFeatures> 9583 <customFeatures>labelSize</customFeatures>
9214 </endLabelStyle> 9584 </endLabelStyle>
9215 </ownedStyle> 9585 </ownedStyle>
9216 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9586 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9217 </ownedDiagramElements> 9587 </ownedDiagramElements>
9218 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuEbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIQbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9588 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuEbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIQbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9219 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/> 9589 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/>
9220 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/> 9590 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Iff/rightOperand"/>
9221 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuErdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9591 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuErdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9222 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuE7dnEeau1vMV3Bsx4w" showIcon="false"> 9592 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuE7dnEeau1vMV3Bsx4w" showIcon="false">
9223 <customFeatures>labelSize</customFeatures> 9593 <customFeatures>labelSize</customFeatures>
9224 </centerLabelStyle> 9594 </centerLabelStyle>
9225 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuFLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9595 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuFLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9226 <customFeatures>labelSize</customFeatures> 9596 <customFeatures>labelSize</customFeatures>
9227 </endLabelStyle> 9597 </endLabelStyle>
9228 </ownedStyle> 9598 </ownedStyle>
9229 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9599 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9230 </ownedDiagramElements> 9600 </ownedDiagramElements>
9231 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuFbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIRbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9601 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuFbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIRbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9232 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/> 9602 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/>
9233 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/> 9603 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/leftOperand"/>
9234 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuFrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9604 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuFrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9235 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuF7dnEeau1vMV3Bsx4w" showIcon="false"> 9605 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuF7dnEeau1vMV3Bsx4w" showIcon="false">
9236 <customFeatures>labelSize</customFeatures> 9606 <customFeatures>labelSize</customFeatures>
9237 </centerLabelStyle> 9607 </centerLabelStyle>
9238 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuGLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9608 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuGLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9239 <customFeatures>labelSize</customFeatures> 9609 <customFeatures>labelSize</customFeatures>
9240 </endLabelStyle> 9610 </endLabelStyle>
9241 </ownedStyle> 9611 </ownedStyle>
9242 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9612 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9243 </ownedDiagramElements> 9613 </ownedDiagramElements>
9244 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuGbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIRbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9614 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuGbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIRbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9245 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/> 9615 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/>
9246 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/> 9616 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Equals/rightOperand"/>
9247 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuGrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9617 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuGrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9248 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuG7dnEeau1vMV3Bsx4w" showIcon="false"> 9618 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuG7dnEeau1vMV3Bsx4w" showIcon="false">
9249 <customFeatures>labelSize</customFeatures> 9619 <customFeatures>labelSize</customFeatures>
9250 </centerLabelStyle> 9620 </centerLabelStyle>
9251 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuHLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9621 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuHLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9252 <customFeatures>labelSize</customFeatures> 9622 <customFeatures>labelSize</customFeatures>
9253 </endLabelStyle> 9623 </endLabelStyle>
9254 </ownedStyle> 9624 </ownedStyle>
9255 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9625 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9256 </ownedDiagramElements> 9626 </ownedDiagramElements>
9257 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuHbdnEeau1vMV3Bsx4w" name="[0..*] operands" sourceNode="_l6ZIR7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9627 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuHbdnEeau1vMV3Bsx4w" name="[0..*] operands" sourceNode="_l6ZIR7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9258 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/> 9628 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/>
9259 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/> 9629 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Distinct/operands"/>
9260 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuHrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9630 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuHrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9261 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuH7dnEeau1vMV3Bsx4w" showIcon="false"> 9631 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuH7dnEeau1vMV3Bsx4w" showIcon="false">
9262 <customFeatures>labelSize</customFeatures> 9632 <customFeatures>labelSize</customFeatures>
9263 </centerLabelStyle> 9633 </centerLabelStyle>
9264 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuILdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9634 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuILdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9265 <customFeatures>labelSize</customFeatures> 9635 <customFeatures>labelSize</customFeatures>
9266 </endLabelStyle> 9636 </endLabelStyle>
9267 </ownedStyle> 9637 </ownedStyle>
9268 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9638 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9269 </ownedDiagramElements> 9639 </ownedDiagramElements>
9270 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuIbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZISbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9640 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuIbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZISbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9271 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/> 9641 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/>
9272 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/> 9642 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/leftOperand"/>
9273 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuIrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9643 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuIrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9274 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuI7dnEeau1vMV3Bsx4w" showIcon="false"> 9644 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuI7dnEeau1vMV3Bsx4w" showIcon="false">
9275 <customFeatures>labelSize</customFeatures> 9645 <customFeatures>labelSize</customFeatures>
9276 </centerLabelStyle> 9646 </centerLabelStyle>
9277 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuJLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9647 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuJLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9278 <customFeatures>labelSize</customFeatures> 9648 <customFeatures>labelSize</customFeatures>
9279 </endLabelStyle> 9649 </endLabelStyle>
9280 </ownedStyle> 9650 </ownedStyle>
9281 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9651 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9282 </ownedDiagramElements> 9652 </ownedDiagramElements>
9283 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuJbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZISbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9653 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuJbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZISbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9284 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/> 9654 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/>
9285 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/> 9655 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessThan/rightOperand"/>
9286 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuJrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9656 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuJrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9287 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuJ7dnEeau1vMV3Bsx4w" showIcon="false"> 9657 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuJ7dnEeau1vMV3Bsx4w" showIcon="false">
9288 <customFeatures>labelSize</customFeatures> 9658 <customFeatures>labelSize</customFeatures>
9289 </centerLabelStyle> 9659 </centerLabelStyle>
9290 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuKLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9660 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuKLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9291 <customFeatures>labelSize</customFeatures> 9661 <customFeatures>labelSize</customFeatures>
9292 </endLabelStyle> 9662 </endLabelStyle>
9293 </ownedStyle> 9663 </ownedStyle>
9294 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9664 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9295 </ownedDiagramElements> 9665 </ownedDiagramElements>
9296 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuKbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIS7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9666 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuKbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIS7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9297 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/> 9667 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/>
9298 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/> 9668 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/leftOperand"/>
9299 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuKrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9669 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuKrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9300 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuK7dnEeau1vMV3Bsx4w" showIcon="false"> 9670 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuK7dnEeau1vMV3Bsx4w" showIcon="false">
9301 <customFeatures>labelSize</customFeatures> 9671 <customFeatures>labelSize</customFeatures>
9302 </centerLabelStyle> 9672 </centerLabelStyle>
9303 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuLLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9673 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuLLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9304 <customFeatures>labelSize</customFeatures> 9674 <customFeatures>labelSize</customFeatures>
9305 </endLabelStyle> 9675 </endLabelStyle>
9306 </ownedStyle> 9676 </ownedStyle>
9307 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9677 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9308 </ownedDiagramElements> 9678 </ownedDiagramElements>
9309 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuLbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIS7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9679 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuLbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIS7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9310 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/> 9680 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/>
9311 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/> 9681 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreThan/rightOperand"/>
9312 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuLrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9682 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuLrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9313 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuL7dnEeau1vMV3Bsx4w" showIcon="false"> 9683 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuL7dnEeau1vMV3Bsx4w" showIcon="false">
9314 <customFeatures>labelSize</customFeatures> 9684 <customFeatures>labelSize</customFeatures>
9315 </centerLabelStyle> 9685 </centerLabelStyle>
9316 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuMLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9686 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuMLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9317 <customFeatures>labelSize</customFeatures> 9687 <customFeatures>labelSize</customFeatures>
9318 </endLabelStyle> 9688 </endLabelStyle>
9319 </ownedStyle> 9689 </ownedStyle>
9320 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9690 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9321 </ownedDiagramElements> 9691 </ownedDiagramElements>
9322 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuMbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZITbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9692 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuMbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZITbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9323 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/> 9693 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/>
9324 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/> 9694 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/leftOperand"/>
9325 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuMrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9695 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuMrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9326 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuM7dnEeau1vMV3Bsx4w" showIcon="false"> 9696 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuM7dnEeau1vMV3Bsx4w" showIcon="false">
9327 <customFeatures>labelSize</customFeatures> 9697 <customFeatures>labelSize</customFeatures>
9328 </centerLabelStyle> 9698 </centerLabelStyle>
9329 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuNLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9699 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuNLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9330 <customFeatures>labelSize</customFeatures> 9700 <customFeatures>labelSize</customFeatures>
9331 </endLabelStyle> 9701 </endLabelStyle>
9332 </ownedStyle> 9702 </ownedStyle>
9333 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9703 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9334 </ownedDiagramElements> 9704 </ownedDiagramElements>
9335 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuNbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZITbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9705 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuNbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZITbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9336 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/> 9706 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/>
9337 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/> 9707 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//LessOrEqualThan/rightOperand"/>
9338 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuNrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9708 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuNrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9339 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuN7dnEeau1vMV3Bsx4w" showIcon="false"> 9709 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuN7dnEeau1vMV3Bsx4w" showIcon="false">
9340 <customFeatures>labelSize</customFeatures> 9710 <customFeatures>labelSize</customFeatures>
9341 </centerLabelStyle> 9711 </centerLabelStyle>
9342 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuOLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9712 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuOLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9343 <customFeatures>labelSize</customFeatures> 9713 <customFeatures>labelSize</customFeatures>
9344 </endLabelStyle> 9714 </endLabelStyle>
9345 </ownedStyle> 9715 </ownedStyle>
9346 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9716 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9347 </ownedDiagramElements> 9717 </ownedDiagramElements>
9348 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuObdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIT7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9718 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuObdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZIT7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9349 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/> 9719 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/>
9350 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/> 9720 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/>
9351 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuOrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9721 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuOrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9352 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuO7dnEeau1vMV3Bsx4w" showIcon="false"> 9722 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuO7dnEeau1vMV3Bsx4w" showIcon="false">
9353 <customFeatures>labelSize</customFeatures> 9723 <customFeatures>labelSize</customFeatures>
9354 </centerLabelStyle> 9724 </centerLabelStyle>
9355 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuPLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9725 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuPLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9356 <customFeatures>labelSize</customFeatures> 9726 <customFeatures>labelSize</customFeatures>
9357 </endLabelStyle> 9727 </endLabelStyle>
9358 </ownedStyle> 9728 </ownedStyle>
9359 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9729 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9360 </ownedDiagramElements> 9730 </ownedDiagramElements>
9361 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuPbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIT7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9731 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuPbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZIT7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9362 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/> 9732 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/>
9363 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/> 9733 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/>
9364 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuPrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9734 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuPrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9365 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuP7dnEeau1vMV3Bsx4w" showIcon="false"> 9735 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuP7dnEeau1vMV3Bsx4w" showIcon="false">
9366 <customFeatures>labelSize</customFeatures> 9736 <customFeatures>labelSize</customFeatures>
9367 </centerLabelStyle> 9737 </centerLabelStyle>
9368 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuQLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9738 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuQLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9369 <customFeatures>labelSize</customFeatures> 9739 <customFeatures>labelSize</customFeatures>
9370 </endLabelStyle> 9740 </endLabelStyle>
9371 </ownedStyle> 9741 </ownedStyle>
9372 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9742 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9373 </ownedDiagramElements> 9743 </ownedDiagramElements>
9374 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuQbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZtwbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9744 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuQbdnEeau1vMV3Bsx4w" name="[0..1] leftOperand" sourceNode="_l6ZtwbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9375 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/leftOperand"/> 9745 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/leftOperand"/>
9376 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/leftOperand"/> 9746 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/leftOperand"/>
9377 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuQrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9747 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuQrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9378 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuQ7dnEeau1vMV3Bsx4w" showIcon="false"> 9748 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuQ7dnEeau1vMV3Bsx4w" showIcon="false">
9379 <customFeatures>labelSize</customFeatures> 9749 <customFeatures>labelSize</customFeatures>
9380 </centerLabelStyle> 9750 </centerLabelStyle>
9381 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuRLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9751 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuRLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9382 <customFeatures>labelSize</customFeatures> 9752 <customFeatures>labelSize</customFeatures>
9383 </endLabelStyle> 9753 </endLabelStyle>
9384 </ownedStyle> 9754 </ownedStyle>
9385 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9755 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9386 </ownedDiagramElements> 9756 </ownedDiagramElements>
9387 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuRbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZtwbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9757 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuRbdnEeau1vMV3Bsx4w" name="[0..1] rightOperand" sourceNode="_l6ZtwbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9388 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/rightOperand"/> 9758 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/rightOperand"/>
9389 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IntOperation/rightOperand"/> 9759 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//NumericOperation/rightOperand"/>
9390 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuRrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 9760 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuRrdnEeau1vMV3Bsx4w" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9391 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuR7dnEeau1vMV3Bsx4w" showIcon="false"> 9761 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuR7dnEeau1vMV3Bsx4w" showIcon="false">
9392 <customFeatures>labelSize</customFeatures> 9762 <customFeatures>labelSize</customFeatures>
9393 </centerLabelStyle> 9763 </centerLabelStyle>
9394 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZuSLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 9764 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZuSLdnEeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9395 <customFeatures>labelSize</customFeatures> 9765 <customFeatures>labelSize</customFeatures>
9396 </endLabelStyle> 9766 </endLabelStyle>
9397 </ownedStyle> 9767 </ownedStyle>
9398 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 9768 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9399 </ownedDiagramElements> 9769 </ownedDiagramElements>
9400 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZufbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIGbdnEeau1vMV3Bsx4w" targetNode="_l6Ztz7dnEeau1vMV3Bsx4w"> 9770 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZufbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIGbdnEeau1vMV3Bsx4w" targetNode="_l6Ztz7dnEeau1vMV3Bsx4w">
9401 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/> 9771 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
9402 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Term/@eGenericSuperTypes.0"/> 9772 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Term"/>
9403 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZufrdnEeau1vMV3Bsx4w" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 9773 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZufrdnEeau1vMV3Bsx4w" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
9404 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 9774 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
9405 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuf7dnEeau1vMV3Bsx4w" showIcon="false"> 9775 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuf7dnEeau1vMV3Bsx4w" showIcon="false">
9406 <labelFormat>italic</labelFormat> 9776 <labelFormat>italic</labelFormat>
9407 </beginLabelStyle> 9777 </beginLabelStyle>
9408 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZugLdnEeau1vMV3Bsx4w" showIcon="false"/> 9778 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZugLdnEeau1vMV3Bsx4w" showIcon="false"/>
9409 </ownedStyle> 9779 </ownedStyle>
9410 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9780 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9411 </ownedDiagramElements> 9781 </ownedDiagramElements>
9412 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuhbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIH7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9782 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuhbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIH7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9413 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/> 9783 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
9414 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//SymbolicValue/@eGenericSuperTypes.0"/> 9784 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicValue"/>
9415 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuhrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9785 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuhrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9416 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9786 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9417 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuh7dnEeau1vMV3Bsx4w" showIcon="false"> 9787 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuh7dnEeau1vMV3Bsx4w" showIcon="false">
9418 <labelFormat>italic</labelFormat> 9788 <labelFormat>italic</labelFormat>
9419 </beginLabelStyle> 9789 </beginLabelStyle>
9420 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuiLdnEeau1vMV3Bsx4w" showIcon="false"/> 9790 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuiLdnEeau1vMV3Bsx4w" showIcon="false"/>
9421 </ownedStyle> 9791 </ownedStyle>
9422 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9792 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9423 </ownedDiagramElements> 9793 </ownedDiagramElements>
9424 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuibdnEeau1vMV3Bsx4w" sourceNode="_l6ZIIbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9794 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuibdnEeau1vMV3Bsx4w" sourceNode="_l6ZIIbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9425 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/> 9795 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
9426 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//AtomicTerm/@eGenericSuperTypes.0"/> 9796 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AtomicTerm"/>
9427 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuirdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9797 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuirdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9428 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9798 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9429 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zui7dnEeau1vMV3Bsx4w" showIcon="false"> 9799 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zui7dnEeau1vMV3Bsx4w" showIcon="false">
9430 <labelFormat>italic</labelFormat> 9800 <labelFormat>italic</labelFormat>
9431 </beginLabelStyle> 9801 </beginLabelStyle>
9432 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZujLdnEeau1vMV3Bsx4w" showIcon="false"/> 9802 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZujLdnEeau1vMV3Bsx4w" showIcon="false"/>
9433 </ownedStyle> 9803 </ownedStyle>
9434 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9804 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9435 </ownedDiagramElements> 9805 </ownedDiagramElements>
9436 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZujbdnEeau1vMV3Bsx4w" sourceNode="_l6ZII7dnEeau1vMV3Bsx4w" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w"> 9806 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZujbdnEeau1vMV3Bsx4w" sourceNode="_l6ZII7dnEeau1vMV3Bsx4w" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w">
9437 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/> 9807 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
9438 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntLiteral/@eGenericSuperTypes.0"/> 9808 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntLiteral"/>
9439 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZujrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9809 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZujrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9440 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9810 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9441 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuj7dnEeau1vMV3Bsx4w" showIcon="false"> 9811 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuj7dnEeau1vMV3Bsx4w" showIcon="false">
9442 <labelFormat>italic</labelFormat> 9812 <labelFormat>italic</labelFormat>
9443 </beginLabelStyle> 9813 </beginLabelStyle>
9444 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZukLdnEeau1vMV3Bsx4w" showIcon="false"/> 9814 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZukLdnEeau1vMV3Bsx4w" showIcon="false"/>
9445 </ownedStyle> 9815 </ownedStyle>
9446 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9816 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9447 </ownedDiagramElements> 9817 </ownedDiagramElements>
9448 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZukbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIJ7dnEeau1vMV3Bsx4w" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w"> 9818 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZukbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIJ7dnEeau1vMV3Bsx4w" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w">
9449 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/> 9819 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
9450 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolLiteral/@eGenericSuperTypes.0"/> 9820 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolLiteral"/>
9451 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZukrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9821 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZukrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9452 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9822 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9453 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuk7dnEeau1vMV3Bsx4w" showIcon="false"> 9823 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuk7dnEeau1vMV3Bsx4w" showIcon="false">
9454 <labelFormat>italic</labelFormat> 9824 <labelFormat>italic</labelFormat>
9455 </beginLabelStyle> 9825 </beginLabelStyle>
9456 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZulLdnEeau1vMV3Bsx4w" showIcon="false"/> 9826 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZulLdnEeau1vMV3Bsx4w" showIcon="false"/>
9457 </ownedStyle> 9827 </ownedStyle>
9458 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9828 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9459 </ownedDiagramElements> 9829 </ownedDiagramElements>
9460 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZulbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIK7dnEeau1vMV3Bsx4w" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w"> 9830 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZulbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIK7dnEeau1vMV3Bsx4w" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w">
9461 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/> 9831 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
9462 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//RealLiteral/@eGenericSuperTypes.0"/> 9832 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//RealLiteral"/>
9463 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZulrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9833 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZulrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9464 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9834 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9465 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zul7dnEeau1vMV3Bsx4w" showIcon="false"> 9835 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zul7dnEeau1vMV3Bsx4w" showIcon="false">
9466 <labelFormat>italic</labelFormat> 9836 <labelFormat>italic</labelFormat>
9467 </beginLabelStyle> 9837 </beginLabelStyle>
9468 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZumLdnEeau1vMV3Bsx4w" showIcon="false"/> 9838 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZumLdnEeau1vMV3Bsx4w" showIcon="false"/>
9469 </ownedStyle> 9839 </ownedStyle>
9470 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9840 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9471 </ownedDiagramElements> 9841 </ownedDiagramElements>
9472 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZunbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIMbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9842 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZunbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIMbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9473 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/> 9843 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
9474 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//QuantifiedExpression/@eGenericSuperTypes.0"/> 9844 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//QuantifiedExpression"/>
9475 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZunrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9845 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZunrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9476 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9846 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9477 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zun7dnEeau1vMV3Bsx4w" showIcon="false"> 9847 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zun7dnEeau1vMV3Bsx4w" showIcon="false">
9478 <labelFormat>italic</labelFormat> 9848 <labelFormat>italic</labelFormat>
9479 </beginLabelStyle> 9849 </beginLabelStyle>
9480 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuoLdnEeau1vMV3Bsx4w" showIcon="false"/> 9850 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuoLdnEeau1vMV3Bsx4w" showIcon="false"/>
9481 </ownedStyle> 9851 </ownedStyle>
9482 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9852 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9483 </ownedDiagramElements> 9853 </ownedDiagramElements>
9484 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuobdnEeau1vMV3Bsx4w" sourceNode="_l6ZIM7dnEeau1vMV3Bsx4w" targetNode="_l6ZIMbdnEeau1vMV3Bsx4w"> 9854 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuobdnEeau1vMV3Bsx4w" sourceNode="_l6ZIM7dnEeau1vMV3Bsx4w" targetNode="_l6ZIMbdnEeau1vMV3Bsx4w">
9485 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/> 9855 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
9486 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Exists/@eGenericSuperTypes.0"/> 9856 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Exists"/>
9487 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuordnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9857 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuordnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9488 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9858 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9489 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuo7dnEeau1vMV3Bsx4w" showIcon="false"> 9859 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuo7dnEeau1vMV3Bsx4w" showIcon="false">
9490 <labelFormat>italic</labelFormat> 9860 <labelFormat>italic</labelFormat>
9491 </beginLabelStyle> 9861 </beginLabelStyle>
9492 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZupLdnEeau1vMV3Bsx4w" showIcon="false"/> 9862 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZupLdnEeau1vMV3Bsx4w" showIcon="false"/>
9493 </ownedStyle> 9863 </ownedStyle>
9494 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9864 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9495 </ownedDiagramElements> 9865 </ownedDiagramElements>
9496 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZupbdnEeau1vMV3Bsx4w" sourceNode="_l6ZINbdnEeau1vMV3Bsx4w" targetNode="_l6ZIMbdnEeau1vMV3Bsx4w"> 9866 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZupbdnEeau1vMV3Bsx4w" sourceNode="_l6ZINbdnEeau1vMV3Bsx4w" targetNode="_l6ZIMbdnEeau1vMV3Bsx4w">
9497 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/> 9867 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
9498 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Forall/@eGenericSuperTypes.0"/> 9868 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Forall"/>
9499 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuprdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9869 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuprdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9500 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9870 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9501 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zup7dnEeau1vMV3Bsx4w" showIcon="false"> 9871 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zup7dnEeau1vMV3Bsx4w" showIcon="false">
9502 <labelFormat>italic</labelFormat> 9872 <labelFormat>italic</labelFormat>
9503 </beginLabelStyle> 9873 </beginLabelStyle>
9504 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuqLdnEeau1vMV3Bsx4w" showIcon="false"/> 9874 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuqLdnEeau1vMV3Bsx4w" showIcon="false"/>
9505 </ownedStyle> 9875 </ownedStyle>
9506 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9876 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9507 </ownedDiagramElements> 9877 </ownedDiagramElements>
9508 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuqbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIN7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9878 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuqbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIN7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9509 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/> 9879 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
9510 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//BoolOperation/@eGenericSuperTypes.0"/> 9880 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//BoolOperation"/>
9511 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuqrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9881 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuqrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9512 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9882 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9513 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuq7dnEeau1vMV3Bsx4w" showIcon="false"> 9883 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuq7dnEeau1vMV3Bsx4w" showIcon="false">
9514 <labelFormat>italic</labelFormat> 9884 <labelFormat>italic</labelFormat>
9515 </beginLabelStyle> 9885 </beginLabelStyle>
9516 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZurLdnEeau1vMV3Bsx4w" showIcon="false"/> 9886 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZurLdnEeau1vMV3Bsx4w" showIcon="false"/>
9517 </ownedStyle> 9887 </ownedStyle>
9518 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9888 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9519 </ownedDiagramElements> 9889 </ownedDiagramElements>
9520 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZurbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIObdnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w"> 9890 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZurbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIObdnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w">
9521 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/> 9891 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
9522 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//And/@eGenericSuperTypes.0"/> 9892 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//And"/>
9523 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZurrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9893 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZurrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9524 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9894 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9525 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zur7dnEeau1vMV3Bsx4w" showIcon="false"> 9895 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zur7dnEeau1vMV3Bsx4w" showIcon="false">
9526 <labelFormat>italic</labelFormat> 9896 <labelFormat>italic</labelFormat>
9527 </beginLabelStyle> 9897 </beginLabelStyle>
9528 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZusLdnEeau1vMV3Bsx4w" showIcon="false"/> 9898 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZusLdnEeau1vMV3Bsx4w" showIcon="false"/>
9529 </ownedStyle> 9899 </ownedStyle>
9530 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9900 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9531 </ownedDiagramElements> 9901 </ownedDiagramElements>
9532 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZusbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIO7dnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w"> 9902 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZusbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIO7dnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w">
9533 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/> 9903 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
9534 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Or/@eGenericSuperTypes.0"/> 9904 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Or"/>
9535 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZusrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9905 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZusrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9536 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9906 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9537 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zus7dnEeau1vMV3Bsx4w" showIcon="false"> 9907 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zus7dnEeau1vMV3Bsx4w" showIcon="false">
9538 <labelFormat>italic</labelFormat> 9908 <labelFormat>italic</labelFormat>
9539 </beginLabelStyle> 9909 </beginLabelStyle>
9540 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZutLdnEeau1vMV3Bsx4w" showIcon="false"/> 9910 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZutLdnEeau1vMV3Bsx4w" showIcon="false"/>
9541 </ownedStyle> 9911 </ownedStyle>
9542 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9912 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9543 </ownedDiagramElements> 9913 </ownedDiagramElements>
9544 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZutbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIPbdnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w"> 9914 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZutbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIPbdnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w">
9545 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/> 9915 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
9546 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Impl/@eGenericSuperTypes.0"/> 9916 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Impl"/>
9547 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZutrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9917 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZutrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9548 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9918 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9549 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zut7dnEeau1vMV3Bsx4w" showIcon="false"> 9919 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zut7dnEeau1vMV3Bsx4w" showIcon="false">
9550 <labelFormat>italic</labelFormat> 9920 <labelFormat>italic</labelFormat>
9551 </beginLabelStyle> 9921 </beginLabelStyle>
9552 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuuLdnEeau1vMV3Bsx4w" showIcon="false"/> 9922 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuuLdnEeau1vMV3Bsx4w" showIcon="false"/>
9553 </ownedStyle> 9923 </ownedStyle>
9554 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9924 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9555 </ownedDiagramElements> 9925 </ownedDiagramElements>
9556 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuubdnEeau1vMV3Bsx4w" sourceNode="_l6ZIP7dnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w"> 9926 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuubdnEeau1vMV3Bsx4w" sourceNode="_l6ZIP7dnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w">
9557 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/> 9927 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
9558 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Not/@eGenericSuperTypes.0"/> 9928 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Not"/>
9559 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuurdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9929 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuurdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9560 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9930 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9561 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuu7dnEeau1vMV3Bsx4w" showIcon="false"> 9931 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuu7dnEeau1vMV3Bsx4w" showIcon="false">
9562 <labelFormat>italic</labelFormat> 9932 <labelFormat>italic</labelFormat>
9563 </beginLabelStyle> 9933 </beginLabelStyle>
9564 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuvLdnEeau1vMV3Bsx4w" showIcon="false"/> 9934 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuvLdnEeau1vMV3Bsx4w" showIcon="false"/>
9565 </ownedStyle> 9935 </ownedStyle>
9566 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9936 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9567 </ownedDiagramElements> 9937 </ownedDiagramElements>
9568 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuvbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIQbdnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w"> 9938 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuvbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIQbdnEeau1vMV3Bsx4w" targetNode="_l6ZIN7dnEeau1vMV3Bsx4w">
9569 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/> 9939 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
9570 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Iff/@eGenericSuperTypes.0"/> 9940 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Iff"/>
9571 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuvrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9941 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuvrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9572 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9942 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9573 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuv7dnEeau1vMV3Bsx4w" showIcon="false"> 9943 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuv7dnEeau1vMV3Bsx4w" showIcon="false">
9574 <labelFormat>italic</labelFormat> 9944 <labelFormat>italic</labelFormat>
9575 </beginLabelStyle> 9945 </beginLabelStyle>
9576 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuwLdnEeau1vMV3Bsx4w" showIcon="false"/> 9946 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuwLdnEeau1vMV3Bsx4w" showIcon="false"/>
9577 </ownedStyle> 9947 </ownedStyle>
9578 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9948 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9579 </ownedDiagramElements> 9949 </ownedDiagramElements>
9580 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuwbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIQ7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 9950 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuwbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIQ7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9581 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/> 9951 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
9582 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//PrimitiveRelation/@eGenericSuperTypes.0"/> 9952 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//PrimitiveRelation"/>
9583 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuwrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9953 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuwrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9584 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9954 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9585 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuw7dnEeau1vMV3Bsx4w" showIcon="false"> 9955 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuw7dnEeau1vMV3Bsx4w" showIcon="false">
9586 <labelFormat>italic</labelFormat> 9956 <labelFormat>italic</labelFormat>
9587 </beginLabelStyle> 9957 </beginLabelStyle>
9588 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuxLdnEeau1vMV3Bsx4w" showIcon="false"/> 9958 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuxLdnEeau1vMV3Bsx4w" showIcon="false"/>
9589 </ownedStyle> 9959 </ownedStyle>
9590 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9960 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9591 </ownedDiagramElements> 9961 </ownedDiagramElements>
9592 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuxbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIRbdnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w"> 9962 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuxbdnEeau1vMV3Bsx4w" sourceNode="_l6ZIRbdnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w">
9593 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/> 9963 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
9594 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Equals/@eGenericSuperTypes.0"/> 9964 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Equals"/>
9595 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuxrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9965 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuxrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9596 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9966 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9597 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zux7dnEeau1vMV3Bsx4w" showIcon="false"> 9967 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zux7dnEeau1vMV3Bsx4w" showIcon="false">
9598 <labelFormat>italic</labelFormat> 9968 <labelFormat>italic</labelFormat>
9599 </beginLabelStyle> 9969 </beginLabelStyle>
9600 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuyLdnEeau1vMV3Bsx4w" showIcon="false"/> 9970 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuyLdnEeau1vMV3Bsx4w" showIcon="false"/>
9601 </ownedStyle> 9971 </ownedStyle>
9602 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9972 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9603 </ownedDiagramElements> 9973 </ownedDiagramElements>
9604 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuybdnEeau1vMV3Bsx4w" sourceNode="_l6ZIR7dnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w"> 9974 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuybdnEeau1vMV3Bsx4w" sourceNode="_l6ZIR7dnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w">
9605 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/> 9975 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
9606 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Distinct/@eGenericSuperTypes.0"/> 9976 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Distinct"/>
9607 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuyrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9977 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuyrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9608 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9978 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9609 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuy7dnEeau1vMV3Bsx4w" showIcon="false"> 9979 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuy7dnEeau1vMV3Bsx4w" showIcon="false">
9610 <labelFormat>italic</labelFormat> 9980 <labelFormat>italic</labelFormat>
9611 </beginLabelStyle> 9981 </beginLabelStyle>
9612 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZuzLdnEeau1vMV3Bsx4w" showIcon="false"/> 9982 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZuzLdnEeau1vMV3Bsx4w" showIcon="false"/>
9613 </ownedStyle> 9983 </ownedStyle>
9614 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9984 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9615 </ownedDiagramElements> 9985 </ownedDiagramElements>
9616 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZuzbdnEeau1vMV3Bsx4w" sourceNode="_l6ZISbdnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w"> 9986 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZuzbdnEeau1vMV3Bsx4w" sourceNode="_l6ZISbdnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w">
9617 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/> 9987 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
9618 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//LessThan/@eGenericSuperTypes.0"/> 9988 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessThan"/>
9619 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZuzrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 9989 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZuzrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9620 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 9990 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9621 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zuz7dnEeau1vMV3Bsx4w" showIcon="false"> 9991 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zuz7dnEeau1vMV3Bsx4w" showIcon="false">
9622 <labelFormat>italic</labelFormat> 9992 <labelFormat>italic</labelFormat>
9623 </beginLabelStyle> 9993 </beginLabelStyle>
9624 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu0LdnEeau1vMV3Bsx4w" showIcon="false"/> 9994 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu0LdnEeau1vMV3Bsx4w" showIcon="false"/>
9625 </ownedStyle> 9995 </ownedStyle>
9626 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 9996 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9627 </ownedDiagramElements> 9997 </ownedDiagramElements>
9628 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu0bdnEeau1vMV3Bsx4w" sourceNode="_l6ZIS7dnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w"> 9998 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu0bdnEeau1vMV3Bsx4w" sourceNode="_l6ZIS7dnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w">
9629 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/> 9999 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
9630 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//MoreThan/@eGenericSuperTypes.0"/> 10000 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreThan"/>
9631 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu0rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10001 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu0rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9632 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10002 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9633 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu07dnEeau1vMV3Bsx4w" showIcon="false"> 10003 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu07dnEeau1vMV3Bsx4w" showIcon="false">
9634 <labelFormat>italic</labelFormat> 10004 <labelFormat>italic</labelFormat>
9635 </beginLabelStyle> 10005 </beginLabelStyle>
9636 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu1LdnEeau1vMV3Bsx4w" showIcon="false"/> 10006 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu1LdnEeau1vMV3Bsx4w" showIcon="false"/>
9637 </ownedStyle> 10007 </ownedStyle>
9638 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10008 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9639 </ownedDiagramElements> 10009 </ownedDiagramElements>
9640 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu1bdnEeau1vMV3Bsx4w" sourceNode="_l6ZITbdnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w"> 10010 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu1bdnEeau1vMV3Bsx4w" sourceNode="_l6ZITbdnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w">
9641 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/> 10011 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
9642 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//LessOrEqualThan/@eGenericSuperTypes.0"/> 10012 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//LessOrEqualThan"/>
9643 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu1rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10013 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu1rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9644 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10014 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9645 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu17dnEeau1vMV3Bsx4w" showIcon="false"> 10015 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu17dnEeau1vMV3Bsx4w" showIcon="false">
9646 <labelFormat>italic</labelFormat> 10016 <labelFormat>italic</labelFormat>
9647 </beginLabelStyle> 10017 </beginLabelStyle>
9648 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu2LdnEeau1vMV3Bsx4w" showIcon="false"/> 10018 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu2LdnEeau1vMV3Bsx4w" showIcon="false"/>
9649 </ownedStyle> 10019 </ownedStyle>
9650 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10020 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9651 </ownedDiagramElements> 10021 </ownedDiagramElements>
9652 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu2bdnEeau1vMV3Bsx4w" sourceNode="_l6ZIT7dnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w"> 10022 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu2bdnEeau1vMV3Bsx4w" sourceNode="_l6ZIT7dnEeau1vMV3Bsx4w" targetNode="_l6ZIQ7dnEeau1vMV3Bsx4w">
9653 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/> 10023 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
9654 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//MoreOrEqualThan/@eGenericSuperTypes.0"/> 10024 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//MoreOrEqualThan"/>
9655 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu2rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10025 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu2rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9656 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10026 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9657 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu27dnEeau1vMV3Bsx4w" showIcon="false"> 10027 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu27dnEeau1vMV3Bsx4w" showIcon="false">
9658 <labelFormat>italic</labelFormat> 10028 <labelFormat>italic</labelFormat>
9659 </beginLabelStyle> 10029 </beginLabelStyle>
9660 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu3LdnEeau1vMV3Bsx4w" showIcon="false"/> 10030 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu3LdnEeau1vMV3Bsx4w" showIcon="false"/>
9661 </ownedStyle> 10031 </ownedStyle>
9662 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10032 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9663 </ownedDiagramElements> 10033 </ownedDiagramElements>
9664 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu3bdnEeau1vMV3Bsx4w" sourceNode="_l6ZtwbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10034 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu3bdnEeau1vMV3Bsx4w" sourceNode="_l6ZtwbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9665 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IntOperation"/> 10035 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
9666 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IntOperation/@eGenericSuperTypes.0"/> 10036 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//NumericOperation"/>
9667 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu3rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10037 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu3rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9668 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10038 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9669 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu37dnEeau1vMV3Bsx4w" showIcon="false"> 10039 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu37dnEeau1vMV3Bsx4w" showIcon="false">
9670 <labelFormat>italic</labelFormat> 10040 <labelFormat>italic</labelFormat>
9671 </beginLabelStyle> 10041 </beginLabelStyle>
9672 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu4LdnEeau1vMV3Bsx4w" showIcon="false"/> 10042 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu4LdnEeau1vMV3Bsx4w" showIcon="false"/>
9673 </ownedStyle> 10043 </ownedStyle>
9674 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10044 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9675 </ownedDiagramElements> 10045 </ownedDiagramElements>
9676 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu4bdnEeau1vMV3Bsx4w" sourceNode="_l6Ztw7dnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w"> 10046 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu4bdnEeau1vMV3Bsx4w" sourceNode="_l6Ztw7dnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w">
9677 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/> 10047 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
9678 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Plus/@eGenericSuperTypes.0"/> 10048 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Plus"/>
9679 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu4rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10049 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu4rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9680 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10050 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9681 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu47dnEeau1vMV3Bsx4w" showIcon="false"> 10051 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu47dnEeau1vMV3Bsx4w" showIcon="false">
9682 <labelFormat>italic</labelFormat> 10052 <labelFormat>italic</labelFormat>
9683 </beginLabelStyle> 10053 </beginLabelStyle>
9684 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu5LdnEeau1vMV3Bsx4w" showIcon="false"/> 10054 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu5LdnEeau1vMV3Bsx4w" showIcon="false"/>
9685 </ownedStyle> 10055 </ownedStyle>
9686 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10056 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9687 </ownedDiagramElements> 10057 </ownedDiagramElements>
9688 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu5bdnEeau1vMV3Bsx4w" sourceNode="_l6ZtxbdnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w"> 10058 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu5bdnEeau1vMV3Bsx4w" sourceNode="_l6ZtxbdnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w">
9689 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/> 10059 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
9690 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Minus/@eGenericSuperTypes.0"/> 10060 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Minus"/>
9691 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu5rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10061 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu5rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9692 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10062 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9693 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu57dnEeau1vMV3Bsx4w" showIcon="false"> 10063 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu57dnEeau1vMV3Bsx4w" showIcon="false">
9694 <labelFormat>italic</labelFormat> 10064 <labelFormat>italic</labelFormat>
9695 </beginLabelStyle> 10065 </beginLabelStyle>
9696 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu6LdnEeau1vMV3Bsx4w" showIcon="false"/> 10066 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu6LdnEeau1vMV3Bsx4w" showIcon="false"/>
9697 </ownedStyle> 10067 </ownedStyle>
9698 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10068 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9699 </ownedDiagramElements> 10069 </ownedDiagramElements>
9700 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu6bdnEeau1vMV3Bsx4w" sourceNode="_l6Ztx7dnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w"> 10070 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu6bdnEeau1vMV3Bsx4w" sourceNode="_l6Ztx7dnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w">
9701 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/> 10071 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
9702 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Multiply/@eGenericSuperTypes.0"/> 10072 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Multiply"/>
9703 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu6rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10073 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu6rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9704 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10074 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9705 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu67dnEeau1vMV3Bsx4w" showIcon="false"> 10075 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu67dnEeau1vMV3Bsx4w" showIcon="false">
9706 <labelFormat>italic</labelFormat> 10076 <labelFormat>italic</labelFormat>
9707 </beginLabelStyle> 10077 </beginLabelStyle>
9708 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu7LdnEeau1vMV3Bsx4w" showIcon="false"/> 10078 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu7LdnEeau1vMV3Bsx4w" showIcon="false"/>
9709 </ownedStyle> 10079 </ownedStyle>
9710 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10080 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9711 </ownedDiagramElements> 10081 </ownedDiagramElements>
9712 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu7bdnEeau1vMV3Bsx4w" sourceNode="_l6ZtybdnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w"> 10082 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu7bdnEeau1vMV3Bsx4w" sourceNode="_l6ZtybdnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w">
9713 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/> 10083 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
9714 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Divison/@eGenericSuperTypes.0"/> 10084 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Divison"/>
9715 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu7rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10085 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu7rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9716 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10086 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9717 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu77dnEeau1vMV3Bsx4w" showIcon="false"> 10087 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu77dnEeau1vMV3Bsx4w" showIcon="false">
9718 <labelFormat>italic</labelFormat> 10088 <labelFormat>italic</labelFormat>
9719 </beginLabelStyle> 10089 </beginLabelStyle>
9720 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu8LdnEeau1vMV3Bsx4w" showIcon="false"/> 10090 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu8LdnEeau1vMV3Bsx4w" showIcon="false"/>
9721 </ownedStyle> 10091 </ownedStyle>
9722 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10092 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9723 </ownedDiagramElements> 10093 </ownedDiagramElements>
9724 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6Zu8bdnEeau1vMV3Bsx4w" sourceNode="_l6Zty7dnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w"> 10094 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6Zu8bdnEeau1vMV3Bsx4w" sourceNode="_l6Zty7dnEeau1vMV3Bsx4w" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w">
9725 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/> 10095 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
9726 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Mod/@eGenericSuperTypes.0"/> 10096 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Mod"/>
9727 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6Zu8rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10097 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6Zu8rdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9728 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10098 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9729 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6Zu87dnEeau1vMV3Bsx4w" showIcon="false"> 10099 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6Zu87dnEeau1vMV3Bsx4w" showIcon="false">
9730 <labelFormat>italic</labelFormat> 10100 <labelFormat>italic</labelFormat>
9731 </beginLabelStyle> 10101 </beginLabelStyle>
9732 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6Zu9LdnEeau1vMV3Bsx4w" showIcon="false"/> 10102 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6Zu9LdnEeau1vMV3Bsx4w" showIcon="false"/>
9733 </ownedStyle> 10103 </ownedStyle>
9734 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10104 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9735 </ownedDiagramElements> 10105 </ownedDiagramElements>
9736 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZvG7dnEeau1vMV3Bsx4w" name="IfThenElse" tooltipText="" outgoingEdges="_l6ZvHbdnEeau1vMV3Bsx4w _l6ZvIbdnEeau1vMV3Bsx4w _l6ZvJbdnEeau1vMV3Bsx4w _l6ZvKbdnEeau1vMV3Bsx4w" width="12" height="10"> 10106 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZvG7dnEeau1vMV3Bsx4w" name="IfThenElse" tooltipText="" outgoingEdges="_l6ZvHbdnEeau1vMV3Bsx4w _l6ZvIbdnEeau1vMV3Bsx4w _l6ZvJbdnEeau1vMV3Bsx4w _l6ZvKbdnEeau1vMV3Bsx4w" width="12" height="10">
9737 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 10107 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
9738 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 10108 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
9739 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10109 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9740 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10110 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9741 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10111 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9742 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZvHLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 10112 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZvHLdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9743 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 10113 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9744 </ownedStyle> 10114 </ownedStyle>
9745 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10115 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9746 </ownedDiagramElements> 10116 </ownedDiagramElements>
9747 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZvHbdnEeau1vMV3Bsx4w" name="[1..1] condition" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10117 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZvHbdnEeau1vMV3Bsx4w" name="[1..1] condition" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9748 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/> 10118 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/>
9749 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/> 10119 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/condition"/>
9750 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZvHrdnEeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10120 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZvHrdnEeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9751 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZvH7dnEeau1vMV3Bsx4w" showIcon="false"> 10121 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZvH7dnEeau1vMV3Bsx4w" showIcon="false">
9752 <labelFormat>bold</labelFormat> 10122 <labelFormat>bold</labelFormat>
9753 </centerLabelStyle> 10123 </centerLabelStyle>
9754 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZvILdnEeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/> 10124 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZvILdnEeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/>
9755 </ownedStyle> 10125 </ownedStyle>
9756 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10126 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9757 </ownedDiagramElements> 10127 </ownedDiagramElements>
9758 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZvIbdnEeau1vMV3Bsx4w" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10128 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZvIbdnEeau1vMV3Bsx4w" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9759 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/> 10129 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
9760 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//IfThenElse/@eGenericSuperTypes.0"/> 10130 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//IfThenElse"/>
9761 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZvIrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10131 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZvIrdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9762 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10132 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9763 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6ZvI7dnEeau1vMV3Bsx4w" showIcon="false"> 10133 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6ZvI7dnEeau1vMV3Bsx4w" showIcon="false">
9764 <labelFormat>italic</labelFormat> 10134 <labelFormat>italic</labelFormat>
9765 </beginLabelStyle> 10135 </beginLabelStyle>
9766 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZvJLdnEeau1vMV3Bsx4w" showIcon="false"/> 10136 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZvJLdnEeau1vMV3Bsx4w" showIcon="false"/>
9767 </ownedStyle> 10137 </ownedStyle>
9768 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10138 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9769 </ownedDiagramElements> 10139 </ownedDiagramElements>
9770 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZvJbdnEeau1vMV3Bsx4w" name="[1..1] ifTrue" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10140 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZvJbdnEeau1vMV3Bsx4w" name="[1..1] ifTrue" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9771 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/> 10141 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/>
9772 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/> 10142 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifTrue"/>
9773 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZvJrdnEeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10143 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZvJrdnEeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9774 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZvJ7dnEeau1vMV3Bsx4w" showIcon="false"> 10144 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZvJ7dnEeau1vMV3Bsx4w" showIcon="false">
9775 <labelFormat>bold</labelFormat> 10145 <labelFormat>bold</labelFormat>
9776 </centerLabelStyle> 10146 </centerLabelStyle>
9777 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZvKLdnEeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/> 10147 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZvKLdnEeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/>
9778 </ownedStyle> 10148 </ownedStyle>
9779 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10149 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9780 </ownedDiagramElements> 10150 </ownedDiagramElements>
9781 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZvKbdnEeau1vMV3Bsx4w" name="[1..1] ifFalse" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10151 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZvKbdnEeau1vMV3Bsx4w" name="[1..1] ifFalse" sourceNode="_l6ZvG7dnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9782 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/> 10152 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/>
9783 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/> 10153 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//IfThenElse/ifFalse"/>
9784 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZvKrdnEeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10154 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZvKrdnEeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9785 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZvK7dnEeau1vMV3Bsx4w" showIcon="false"> 10155 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZvK7dnEeau1vMV3Bsx4w" showIcon="false">
9786 <labelFormat>bold</labelFormat> 10156 <labelFormat>bold</labelFormat>
9787 </centerLabelStyle> 10157 </centerLabelStyle>
9788 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_l6ZvLLdnEeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/> 10158 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_l6ZvLLdnEeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/>
9789 </ownedStyle> 10159 </ownedStyle>
9790 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10160 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9791 </ownedDiagramElements> 10161 </ownedDiagramElements>
9792 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_l6ZvZbdnEeau1vMV3Bsx4w" name="UnknownBecauseUninterpreted" tooltipText="" outgoingEdges="_l6ZvZ7dnEeau1vMV3Bsx4w" width="12" height="10"> 10162 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_l6ZvZbdnEeau1vMV3Bsx4w" name="UnknownBecauseUninterpreted" tooltipText="" outgoingEdges="_l6ZvZ7dnEeau1vMV3Bsx4w" width="12" height="10">
9793 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/> 10163 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
9794 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/> 10164 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
9795 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10165 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9796 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10166 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9797 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10167 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9798 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_l6ZvZrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 10168 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_l6ZvZrdnEeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9799 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 10169 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9800 </ownedStyle> 10170 </ownedStyle>
9801 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10171 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9802 </ownedDiagramElements> 10172 </ownedDiagramElements>
9803 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_l6ZvZ7dnEeau1vMV3Bsx4w" sourceNode="_l6ZvZbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10173 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_l6ZvZ7dnEeau1vMV3Bsx4w" sourceNode="_l6ZvZbdnEeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9804 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/> 10174 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
9805 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//UnknownBecauseUninterpreted/@eGenericSuperTypes.0"/> 10175 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//UnknownBecauseUninterpreted"/>
9806 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_l6ZvaLdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10176 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_l6ZvaLdnEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9807 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10177 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9808 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_l6ZvabdnEeau1vMV3Bsx4w" showIcon="false"> 10178 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_l6ZvabdnEeau1vMV3Bsx4w" showIcon="false">
9809 <labelFormat>italic</labelFormat> 10179 <labelFormat>italic</labelFormat>
9810 </beginLabelStyle> 10180 </beginLabelStyle>
9811 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_l6ZvardnEeau1vMV3Bsx4w" showIcon="false"/> 10181 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_l6ZvardnEeau1vMV3Bsx4w" showIcon="false"/>
9812 </ownedStyle> 10182 </ownedStyle>
9813 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10183 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9814 </ownedDiagramElements> 10184 </ownedDiagramElements>
9815 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YtYxgLd1Eeau1vMV3Bsx4w" name="InstanceOf" tooltipText="" outgoingEdges="_kQZhsLd1Eeau1vMV3Bsx4w _LsuTYLd8Eeau1vMV3Bsx4w _BoaVwLqxEeau1vMV3Bsx4w" width="12" height="10"> 10185 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YtYxgLd1Eeau1vMV3Bsx4w" name="InstanceOf" tooltipText="" outgoingEdges="_kQZhsLd1Eeau1vMV3Bsx4w _LsuTYLd8Eeau1vMV3Bsx4w _BoaVwLqxEeau1vMV3Bsx4w" width="12" height="10">
9816 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/> 10186 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/>
9817 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/> 10187 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/>
9818 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10188 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9819 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10189 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9820 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10190 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9821 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YtZ_oLd1Eeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 10191 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YtZ_oLd1Eeau1vMV3Bsx4w" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9822 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 10192 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9823 </ownedStyle> 10193 </ownedStyle>
9824 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10194 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9825 </ownedDiagramElements> 10195 </ownedDiagramElements>
9826 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_kQZhsLd1Eeau1vMV3Bsx4w" name="[1..1] value" sourceNode="_YtYxgLd1Eeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10196 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_kQZhsLd1Eeau1vMV3Bsx4w" name="[1..1] value" sourceNode="_YtYxgLd1Eeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9827 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/value"/> 10197 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/value"/>
9828 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/value"/> 10198 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/value"/>
9829 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_mdcoELd1Eeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10199 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_mdcoELd1Eeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9830 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_mdcoEbd1Eeau1vMV3Bsx4w" showIcon="false"> 10200 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_mdcoEbd1Eeau1vMV3Bsx4w" showIcon="false">
9831 <labelFormat>bold</labelFormat> 10201 <labelFormat>bold</labelFormat>
9832 </centerLabelStyle> 10202 </centerLabelStyle>
9833 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_mdcoErd1Eeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/> 10203 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_mdcoErd1Eeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/>
9834 </ownedStyle> 10204 </ownedStyle>
9835 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10205 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9836 </ownedDiagramElements> 10206 </ownedDiagramElements>
9837 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_JfJBgLd8Eeau1vMV3Bsx4w" name="TypeReference" tooltipText="" incomingEdges="_JfkfULd8Eeau1vMV3Bsx4w _LsuTYLd8Eeau1vMV3Bsx4w _hS4pcIKhEeeAppuRs-roLg" width="12" height="10"> 10207 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_JfJBgLd8Eeau1vMV3Bsx4w" name="TypeReference" tooltipText="" incomingEdges="_JfkfULd8Eeau1vMV3Bsx4w _LsuTYLd8Eeau1vMV3Bsx4w _hS4pcIKhEeeAppuRs-roLg" width="12" height="10">
9838 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 10208 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
9839 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/> 10209 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TypeReference"/>
9840 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10210 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9841 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10211 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9842 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10212 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9843 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_JfJokLd8Eeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 10213 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_JfJokLd8Eeau1vMV3Bsx4w" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
9844 <labelFormat>italic</labelFormat> 10214 <labelFormat>italic</labelFormat>
9845 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 10215 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
9846 </ownedStyle> 10216 </ownedStyle>
9847 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10217 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9848 </ownedDiagramElements> 10218 </ownedDiagramElements>
9849 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_JfkfULd8Eeau1vMV3Bsx4w" name="[1..1] range" sourceNode="_l6ZIL7dnEeau1vMV3Bsx4w" targetNode="_JfJBgLd8Eeau1vMV3Bsx4w"> 10219 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_JfkfULd8Eeau1vMV3Bsx4w" name="[1..1] range" sourceNode="_l6ZIL7dnEeau1vMV3Bsx4w" targetNode="_JfJBgLd8Eeau1vMV3Bsx4w">
9850 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/> 10220 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/>
9851 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/> 10221 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Variable/range"/>
9852 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_JfkfUbd8Eeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10222 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_JfkfUbd8Eeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9853 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_JfkfUrd8Eeau1vMV3Bsx4w" showIcon="false"> 10223 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_JfkfUrd8Eeau1vMV3Bsx4w" showIcon="false">
9854 <customFeatures>labelSize</customFeatures> 10224 <customFeatures>labelSize</customFeatures>
9855 <labelFormat>bold</labelFormat> 10225 <labelFormat>bold</labelFormat>
9856 </centerLabelStyle> 10226 </centerLabelStyle>
9857 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_JfkfU7d8Eeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114"> 10227 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_JfkfU7d8Eeau1vMV3Bsx4w" showIcon="false" labelColor="39,76,114">
9858 <customFeatures>labelSize</customFeatures> 10228 <customFeatures>labelSize</customFeatures>
9859 </endLabelStyle> 10229 </endLabelStyle>
9860 </ownedStyle> 10230 </ownedStyle>
9861 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10231 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9862 </ownedDiagramElements> 10232 </ownedDiagramElements>
9863 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_LsuTYLd8Eeau1vMV3Bsx4w" name="[1..1] range" sourceNode="_YtYxgLd1Eeau1vMV3Bsx4w" targetNode="_JfJBgLd8Eeau1vMV3Bsx4w"> 10233 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_LsuTYLd8Eeau1vMV3Bsx4w" name="[1..1] range" sourceNode="_YtYxgLd1Eeau1vMV3Bsx4w" targetNode="_JfJBgLd8Eeau1vMV3Bsx4w">
9864 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/range"/> 10234 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/range"/>
9865 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/range"/> 10235 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//InstanceOf/range"/>
9866 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_NfNksLd8Eeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10236 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_NfNksLd8Eeau1vMV3Bsx4w" description="_l6XRh7dnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9867 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_NfNksbd8Eeau1vMV3Bsx4w" showIcon="false"> 10237 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_NfNksbd8Eeau1vMV3Bsx4w" showIcon="false">
9868 <labelFormat>bold</labelFormat> 10238 <labelFormat>bold</labelFormat>
9869 </centerLabelStyle> 10239 </centerLabelStyle>
9870 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_NfNksrd8Eeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/> 10240 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_NfNksrd8Eeau1vMV3Bsx4w" labelSize="6" showIcon="false" labelColor="39,76,114"/>
9871 </ownedStyle> 10241 </ownedStyle>
9872 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10242 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9873 </ownedDiagramElements> 10243 </ownedDiagramElements>
9874 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_BoaVwLqxEeau1vMV3Bsx4w" sourceNode="_YtYxgLd1Eeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10244 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_BoaVwLqxEeau1vMV3Bsx4w" sourceNode="_YtYxgLd1Eeau1vMV3Bsx4w" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9875 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/> 10245 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/>
9876 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//InstanceOf/@eGenericSuperTypes.0"/> 10246 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//InstanceOf"/>
9877 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Boa80LqxEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree"> 10247 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Boa80LqxEeau1vMV3Bsx4w" targetArrow="InputClosedArrow" routingStyle="tree">
9878 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10248 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9879 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Boa80bqxEeau1vMV3Bsx4w" showIcon="false"> 10249 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Boa80bqxEeau1vMV3Bsx4w" showIcon="false">
9880 <labelFormat>italic</labelFormat> 10250 <labelFormat>italic</labelFormat>
9881 </beginLabelStyle> 10251 </beginLabelStyle>
9882 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Boa80rqxEeau1vMV3Bsx4w" showIcon="false"/> 10252 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Boa80rqxEeau1vMV3Bsx4w" showIcon="false"/>
9883 </ownedStyle> 10253 </ownedStyle>
9884 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10254 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9885 </ownedDiagramElements> 10255 </ownedDiagramElements>
9886 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_XgmiUHuWEeeCn_RNMwgEBg" name="StringLiteral" tooltipText="" outgoingEdges="_zEk0sHuWEeeCn_RNMwgEBg" width="12" height="10"> 10256 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_XgmiUHuWEeeCn_RNMwgEBg" name="StringLiteral" tooltipText="" outgoingEdges="_zEk0sHuWEeeCn_RNMwgEBg" width="12" height="10">
9887 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/> 10257 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/>
9888 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/> 10258 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/>
9889 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10259 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9890 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10260 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9891 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10261 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9892 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_fCIaEHuWEeeCn_RNMwgEBg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 10262 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_fCIaEHuWEeeCn_RNMwgEBg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9893 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 10263 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9894 </ownedStyle> 10264 </ownedStyle>
9895 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10265 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9896 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_bsTGsHuWEeeCn_RNMwgEBg" name="value : EString" tooltipText=""> 10266 <ownedElements xmi:type="diagram:DNodeListElement" uid="_bsTGsHuWEeeCn_RNMwgEBg" name="value : EString" tooltipText="">
9897 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//StringLiteral/value"/> 10267 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//StringLiteral/value"/>
9898 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//StringLiteral/value"/> 10268 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//StringLiteral/value"/>
9899 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_fCTZMHuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg"> 10269 <ownedStyle xmi:type="diagram:BundledImage" uid="_fCTZMHuWEeeCn_RNMwgEBg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg">
9900 <labelFormat>bold</labelFormat> 10270 <labelFormat>bold</labelFormat>
9901 </ownedStyle> 10271 </ownedStyle>
9902 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 10272 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
9903 </ownedElements> 10273 </ownedElements>
9904 </ownedDiagramElements> 10274 </ownedDiagramElements>
9905 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_zEk0sHuWEeeCn_RNMwgEBg" sourceNode="_XgmiUHuWEeeCn_RNMwgEBg" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w"> 10275 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_zEk0sHuWEeeCn_RNMwgEBg" sourceNode="_XgmiUHuWEeeCn_RNMwgEBg" targetNode="_l6ZIIbdnEeau1vMV3Bsx4w">
9906 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/> 10276 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/>
9907 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//StringLiteral/@eGenericSuperTypes.0"/> 10277 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//StringLiteral"/>
9908 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_zEmC0HuWEeeCn_RNMwgEBg" targetArrow="InputClosedArrow" routingStyle="tree"> 10278 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_zEmC0HuWEeeCn_RNMwgEBg" targetArrow="InputClosedArrow" routingStyle="tree">
9909 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10279 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9910 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_zEmC0XuWEeeCn_RNMwgEBg" showIcon="false"> 10280 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_zEmC0XuWEeeCn_RNMwgEBg" showIcon="false">
9911 <labelFormat>italic</labelFormat> 10281 <labelFormat>italic</labelFormat>
9912 </beginLabelStyle> 10282 </beginLabelStyle>
9913 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_zEmC0nuWEeeCn_RNMwgEBg" showIcon="false"/> 10283 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_zEmC0nuWEeeCn_RNMwgEBg" showIcon="false"/>
9914 </ownedStyle> 10284 </ownedStyle>
9915 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10285 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9916 </ownedDiagramElements> 10286 </ownedDiagramElements>
9917 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_PQURUIKgEeeAppuRs-roLg" name="TransitiveClosure" tooltipText="" outgoingEdges="_Vi5psIKgEeeAppuRs-roLg _YRIxkIKgEeeAppuRs-roLg _mNGgsIKhEeeAppuRs-roLg _sGSk0IKlEeeAppuRs-roLg" width="12" height="10"> 10287 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_PQURUIKgEeeAppuRs-roLg" name="TransitiveClosure" tooltipText="" outgoingEdges="_Vi5psIKgEeeAppuRs-roLg _YRIxkIKgEeeAppuRs-roLg _mNGgsIKhEeeAppuRs-roLg _sGSk0IKlEeeAppuRs-roLg" width="12" height="10">
9918 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/> 10288 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/>
9919 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/> 10289 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/>
9920 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10290 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9921 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10291 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9922 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10292 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9923 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_PQdbQIKgEeeAppuRs-roLg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 10293 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_PQdbQIKgEeeAppuRs-roLg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
9924 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 10294 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
9925 </ownedStyle> 10295 </ownedStyle>
9926 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10296 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9927 </ownedDiagramElements> 10297 </ownedDiagramElements>
9928 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Vi5psIKgEeeAppuRs-roLg" name="[0..1] leftOperand" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10298 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Vi5psIKgEeeAppuRs-roLg" name="[0..1] leftOperand" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9929 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/leftOperand"/> 10299 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/leftOperand"/>
9930 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/leftOperand"/> 10300 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/leftOperand"/>
9931 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Vi5psYKgEeeAppuRs-roLg" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10301 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Vi5psYKgEeeAppuRs-roLg" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9932 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Vi5psoKgEeeAppuRs-roLg" showIcon="false"> 10302 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Vi5psoKgEeeAppuRs-roLg" showIcon="false">
9933 <customFeatures>labelSize</customFeatures> 10303 <customFeatures>labelSize</customFeatures>
9934 </centerLabelStyle> 10304 </centerLabelStyle>
9935 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_Vi5ps4KgEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114"> 10305 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_Vi5ps4KgEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114">
9936 <customFeatures>labelSize</customFeatures> 10306 <customFeatures>labelSize</customFeatures>
9937 </endLabelStyle> 10307 </endLabelStyle>
9938 </ownedStyle> 10308 </ownedStyle>
9939 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10309 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9940 </ownedDiagramElements> 10310 </ownedDiagramElements>
9941 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_YRIxkIKgEeeAppuRs-roLg" name="[0..1] rightOperand" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10311 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_YRIxkIKgEeeAppuRs-roLg" name="[0..1] rightOperand" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
9942 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/rightOperand"/> 10312 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/rightOperand"/>
9943 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/rightOperand"/> 10313 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/rightOperand"/>
9944 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_YRIxkYKgEeeAppuRs-roLg" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10314 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_YRIxkYKgEeeAppuRs-roLg" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
9945 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_YRIxkoKgEeeAppuRs-roLg" showIcon="false"> 10315 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_YRIxkoKgEeeAppuRs-roLg" showIcon="false">
9946 <customFeatures>labelSize</customFeatures> 10316 <customFeatures>labelSize</customFeatures>
9947 </centerLabelStyle> 10317 </centerLabelStyle>
9948 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_YRIxk4KgEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114"> 10318 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_YRIxk4KgEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114">
9949 <customFeatures>labelSize</customFeatures> 10319 <customFeatures>labelSize</customFeatures>
9950 </endLabelStyle> 10320 </endLabelStyle>
9951 </ownedStyle> 10321 </ownedStyle>
9952 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10322 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9953 </ownedDiagramElements> 10323 </ownedDiagramElements>
9954 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_e0z58IKgEeeAppuRs-roLg" name="SymbolicDeclaration" tooltipText="" outgoingEdges="_e1jg1IKgEeeAppuRs-roLg" incomingEdges="_e1Zv0IKgEeeAppuRs-roLg _e1jg0IKgEeeAppuRs-roLg _hTMLcIKhEeeAppuRs-roLg" width="12" height="10"> 10324 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_e0z58IKgEeeAppuRs-roLg" name="SymbolicDeclaration" tooltipText="" outgoingEdges="_e1jg1IKgEeeAppuRs-roLg" incomingEdges="_e1Zv0IKgEeeAppuRs-roLg _e1jg0IKgEeeAppuRs-roLg _hTMLcIKhEeeAppuRs-roLg" width="12" height="10">
9955 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 10325 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
9956 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 10326 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
9957 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10327 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
9958 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10328 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
9959 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10329 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
9960 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_e0z58YKgEeeAppuRs-roLg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 10330 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_e0z58YKgEeeAppuRs-roLg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
9961 <labelFormat>italic</labelFormat> 10331 <labelFormat>italic</labelFormat>
9962 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 10332 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
9963 </ownedStyle> 10333 </ownedStyle>
9964 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10334 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
9965 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_e1Ql4IKgEeeAppuRs-roLg" name="name : EString" tooltipText=""> 10335 <ownedElements xmi:type="diagram:DNodeListElement" uid="_e1Ql4IKgEeeAppuRs-roLg" name="name : EString" tooltipText="">
9966 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/> 10336 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/>
9967 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/> 10337 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//SymbolicDeclaration/name"/>
9968 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_e1Ql4YKgEeeAppuRs-roLg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg"> 10338 <ownedStyle xmi:type="diagram:BundledImage" uid="_e1Ql4YKgEeeAppuRs-roLg" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg">
9969 <labelFormat>bold</labelFormat> 10339 <labelFormat>bold</labelFormat>
9970 </ownedStyle> 10340 </ownedStyle>
9971 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 10341 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
9972 </ownedElements> 10342 </ownedElements>
9973 </ownedDiagramElements> 10343 </ownedDiagramElements>
9974 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_e1Zv0IKgEeeAppuRs-roLg" name="[0..1] symbolicReference" sourceNode="_l6ZIH7dnEeau1vMV3Bsx4w" targetNode="_e0z58IKgEeeAppuRs-roLg"> 10344 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_e1Zv0IKgEeeAppuRs-roLg" name="[0..1] symbolicReference" sourceNode="_l6ZIH7dnEeau1vMV3Bsx4w" targetNode="_e0z58IKgEeeAppuRs-roLg">
9975 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/> 10345 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/>
9976 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/> 10346 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//SymbolicValue/symbolicReference"/>
9977 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_e1Zv0YKgEeeAppuRs-roLg" routingStyle="manhattan" strokeColor="0,0,0"> 10347 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_e1Zv0YKgEeeAppuRs-roLg" routingStyle="manhattan" strokeColor="0,0,0">
9978 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 10348 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
9979 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_e1Zv0oKgEeeAppuRs-roLg" showIcon="false"> 10349 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_e1Zv0oKgEeeAppuRs-roLg" showIcon="false">
9980 <customFeatures>labelSize</customFeatures> 10350 <customFeatures>labelSize</customFeatures>
9981 </centerLabelStyle> 10351 </centerLabelStyle>
9982 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_e1Zv04KgEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114"> 10352 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_e1Zv04KgEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114">
9983 <customFeatures>labelSize</customFeatures> 10353 <customFeatures>labelSize</customFeatures>
9984 </endLabelStyle> 10354 </endLabelStyle>
9985 </ownedStyle> 10355 </ownedStyle>
9986 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10356 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
9987 </ownedDiagramElements> 10357 </ownedDiagramElements>
9988 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_e1jg0IKgEeeAppuRs-roLg" sourceNode="_l6ZIL7dnEeau1vMV3Bsx4w" targetNode="_e0z58IKgEeeAppuRs-roLg"> 10358 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_e1jg0IKgEeeAppuRs-roLg" sourceNode="_l6ZIL7dnEeau1vMV3Bsx4w" targetNode="_e0z58IKgEeeAppuRs-roLg">
9989 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/> 10359 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
9990 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Variable/@eGenericSuperTypes.0"/> 10360 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Variable"/>
9991 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_e1jg0YKgEeeAppuRs-roLg" targetArrow="InputClosedArrow" routingStyle="tree"> 10361 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_e1jg0YKgEeeAppuRs-roLg" targetArrow="InputClosedArrow" routingStyle="tree">
9992 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10362 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
9993 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_e1jg0oKgEeeAppuRs-roLg" showIcon="false"> 10363 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_e1jg0oKgEeeAppuRs-roLg" showIcon="false">
9994 <labelFormat>italic</labelFormat> 10364 <labelFormat>italic</labelFormat>
9995 </beginLabelStyle> 10365 </beginLabelStyle>
9996 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_e1jg04KgEeeAppuRs-roLg" showIcon="false"/> 10366 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_e1jg04KgEeeAppuRs-roLg" showIcon="false"/>
9997 </ownedStyle> 10367 </ownedStyle>
9998 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10368 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
9999 </ownedDiagramElements> 10369 </ownedDiagramElements>
10000 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_e1jg1IKgEeeAppuRs-roLg" sourceNode="_e0z58IKgEeeAppuRs-roLg" targetNode="_l6Ztz7dnEeau1vMV3Bsx4w"> 10370 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_e1jg1IKgEeeAppuRs-roLg" sourceNode="_e0z58IKgEeeAppuRs-roLg" targetNode="_l6Ztz7dnEeau1vMV3Bsx4w">
10001 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/> 10371 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
10002 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//SymbolicDeclaration/@eGenericSuperTypes.0"/> 10372 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//SymbolicDeclaration"/>
10003 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_e1jg1YKgEeeAppuRs-roLg" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree"> 10373 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_e1jg1YKgEeeAppuRs-roLg" lineStyle="dash" targetArrow="InputClosedArrow" routingStyle="tree">
10004 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/> 10374 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@conditionnalStyles.0/@style"/>
10005 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_e1jg1oKgEeeAppuRs-roLg" showIcon="false"> 10375 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_e1jg1oKgEeeAppuRs-roLg" showIcon="false">
10006 <labelFormat>italic</labelFormat> 10376 <labelFormat>italic</labelFormat>
10007 </beginLabelStyle> 10377 </beginLabelStyle>
10008 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_e1jg14KgEeeAppuRs-roLg" showIcon="false"/> 10378 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_e1jg14KgEeeAppuRs-roLg" showIcon="false"/>
10009 </ownedStyle> 10379 </ownedStyle>
10010 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10380 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10011 </ownedDiagramElements> 10381 </ownedDiagramElements>
10012 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_hSSzkIKhEeeAppuRs-roLg" name="Relation" tooltipText="" outgoingEdges="_hS4pcIKhEeeAppuRs-roLg _hTMLcIKhEeeAppuRs-roLg" incomingEdges="_mNGgsIKhEeeAppuRs-roLg" width="12" height="10"> 10382 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_hSSzkIKhEeeAppuRs-roLg" name="Relation" tooltipText="" outgoingEdges="_hS4pcIKhEeeAppuRs-roLg _hTMLcIKhEeeAppuRs-roLg" incomingEdges="_mNGgsIKhEeeAppuRs-roLg _hJ8ymW6cEemSyfDlsGAqLA" width="12" height="10">
10013 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 10383 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
10014 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 10384 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
10015 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 10385 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10016 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 10386 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10017 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 10387 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10018 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_hSSzkYKhEeeAppuRs-roLg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 10388 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_hSSzkYKhEeeAppuRs-roLg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
10019 <labelFormat>italic</labelFormat> 10389 <labelFormat>italic</labelFormat>
10020 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 10390 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
10021 </ownedStyle> 10391 </ownedStyle>
10022 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 10392 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10023 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_hSvfgIKhEeeAppuRs-roLg" name=" annotations : RelationAnnotation" tooltipText=""> 10393 <ownedElements xmi:type="diagram:DNodeListElement" uid="_hSvfgIKhEeeAppuRs-roLg" name=" annotations : RelationAnnotation" tooltipText="">
10024 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/> 10394 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
10025 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/> 10395 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
10026 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_hSvfgYKhEeeAppuRs-roLg" labelAlignment="LEFT" color="114,159,207"> 10396 <ownedStyle xmi:type="diagram:BundledImage" uid="_hSvfgYKhEeeAppuRs-roLg" labelAlignment="LEFT" color="114,159,207">
10027 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 10397 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
10028 </ownedStyle> 10398 </ownedStyle>
10029 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 10399 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
10030 </ownedElements> 10400 </ownedElements>
10031 </ownedDiagramElements> 10401 </ownedDiagramElements>
10032 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_hS4pcIKhEeeAppuRs-roLg" name="[0..*] parameters" sourceNode="_hSSzkIKhEeeAppuRs-roLg" targetNode="_JfJBgLd8Eeau1vMV3Bsx4w"> 10402 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_hS4pcIKhEeeAppuRs-roLg" name="[0..*] parameters" sourceNode="_hSSzkIKhEeeAppuRs-roLg" targetNode="_JfJBgLd8Eeau1vMV3Bsx4w">
10033 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 10403 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
10034 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 10404 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
10035 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_hS4pcYKhEeeAppuRs-roLg" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 10405 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_hS4pcYKhEeeAppuRs-roLg" description="_l6XRhLdnEeau1vMV3Bsx4w" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
10036 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_hS4pcoKhEeeAppuRs-roLg" showIcon="false"> 10406 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_hS4pcoKhEeeAppuRs-roLg" showIcon="false">
10037 <customFeatures>labelSize</customFeatures> 10407 <customFeatures>labelSize</customFeatures>
10038 </centerLabelStyle> 10408 </centerLabelStyle>
10039 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_hS4pc4KhEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114"> 10409 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_hS4pc4KhEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114">
10040 <customFeatures>labelSize</customFeatures> 10410 <customFeatures>labelSize</customFeatures>
10041 </endLabelStyle> 10411 </endLabelStyle>
10042 </ownedStyle> 10412 </ownedStyle>
10043 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10413 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
10044 </ownedDiagramElements> 10414 </ownedDiagramElements>
10045 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_hTMLcIKhEeeAppuRs-roLg" sourceNode="_hSSzkIKhEeeAppuRs-roLg" targetNode="_e0z58IKgEeeAppuRs-roLg"> 10415 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_hTMLcIKhEeeAppuRs-roLg" sourceNode="_hSSzkIKhEeeAppuRs-roLg" targetNode="_e0z58IKgEeeAppuRs-roLg">
10046 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 10416 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
10047 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//Relation/@eGenericSuperTypes.0"/> 10417 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
10048 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_hTMLcYKhEeeAppuRs-roLg" targetArrow="InputClosedArrow" routingStyle="tree"> 10418 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_hTMLcYKhEeeAppuRs-roLg" targetArrow="InputClosedArrow" routingStyle="tree">
10049 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10419 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10050 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_hTMLcoKhEeeAppuRs-roLg" showIcon="false"> 10420 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_hTMLcoKhEeeAppuRs-roLg" showIcon="false">
10051 <labelFormat>italic</labelFormat> 10421 <labelFormat>italic</labelFormat>
10052 </beginLabelStyle> 10422 </beginLabelStyle>
10053 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_hTMLc4KhEeeAppuRs-roLg" showIcon="false"/> 10423 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_hTMLc4KhEeeAppuRs-roLg" showIcon="false"/>
10054 </ownedStyle> 10424 </ownedStyle>
10055 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10425 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10056 </ownedDiagramElements> 10426 </ownedDiagramElements>
10057 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_mNGgsIKhEeeAppuRs-roLg" name="[0..1] relation" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_hSSzkIKhEeeAppuRs-roLg"> 10427 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_mNGgsIKhEeeAppuRs-roLg" name="[0..1] relation" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_hSSzkIKhEeeAppuRs-roLg">
10058 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/relation"/> 10428 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/relation"/>
10059 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/relation"/> 10429 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//TransitiveClosure/relation"/>
10060 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_mNGgsYKhEeeAppuRs-roLg" routingStyle="manhattan" strokeColor="0,0,0"> 10430 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_mNGgsYKhEeeAppuRs-roLg" routingStyle="manhattan" strokeColor="0,0,0">
10061 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 10431 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
10062 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_mNGgsoKhEeeAppuRs-roLg" showIcon="false"> 10432 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_mNGgsoKhEeeAppuRs-roLg" showIcon="false">
10063 <customFeatures>labelSize</customFeatures> 10433 <customFeatures>labelSize</customFeatures>
10064 </centerLabelStyle> 10434 </centerLabelStyle>
10065 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_mNGgs4KhEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114"> 10435 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_mNGgs4KhEeeAppuRs-roLg" showIcon="false" labelColor="39,76,114">
10066 <customFeatures>labelSize</customFeatures> 10436 <customFeatures>labelSize</customFeatures>
10067 </endLabelStyle> 10437 </endLabelStyle>
10068 </ownedStyle> 10438 </ownedStyle>
10069 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 10439 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
10070 </ownedDiagramElements> 10440 </ownedDiagramElements>
10071 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_sGSk0IKlEeeAppuRs-roLg" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w"> 10441 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_sGSk0IKlEeeAppuRs-roLg" sourceNode="_PQURUIKgEeeAppuRs-roLg" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
10072 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/> 10442 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/>
10073 <semanticElements xmi:type="ecore:EGenericType" href="logiclanguage.ecore#//TransitiveClosure/@eGenericSuperTypes.0"/> 10443 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//TransitiveClosure"/>
10074 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_sGSk0YKlEeeAppuRs-roLg" targetArrow="InputClosedArrow" routingStyle="tree"> 10444 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_sGSk0YKlEeeAppuRs-roLg" targetArrow="InputClosedArrow" routingStyle="tree">
10445 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10446 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_sGSk0oKlEeeAppuRs-roLg" showIcon="false">
10447 <labelFormat>italic</labelFormat>
10448 </beginLabelStyle>
10449 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_sGSk04KlEeeAppuRs-roLg" showIcon="false"/>
10450 </ownedStyle>
10451 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10452 </ownedDiagramElements>
10453 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_JAggoG6MEemSyfDlsGAqLA" name="Pow" tooltipText="" outgoingEdges="_OC7Rpm6MEemSyfDlsGAqLA" width="12" height="10">
10454 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Pow"/>
10455 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Pow"/>
10456 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10457 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10458 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10459 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_JAhHsG6MEemSyfDlsGAqLA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
10460 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
10461 </ownedStyle>
10462 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10463 </ownedDiagramElements>
10464 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_OC7Rpm6MEemSyfDlsGAqLA" sourceNode="_JAggoG6MEemSyfDlsGAqLA" targetNode="_l6ZtwbdnEeau1vMV3Bsx4w">
10465 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Pow"/>
10466 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Pow"/>
10467 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_OC74sG6MEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10468 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10469 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_OC74sW6MEemSyfDlsGAqLA" showIcon="false">
10470 <labelFormat>italic</labelFormat>
10471 </beginLabelStyle>
10472 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_OC74sm6MEemSyfDlsGAqLA" showIcon="false"/>
10473 </ownedStyle>
10474 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10475 </ownedDiagramElements>
10476 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_rrY_wG6WEemSyfDlsGAqLA" name="AggregateExpression" tooltipText="" outgoingEdges="_za0wsm6WEemSyfDlsGAqLA _hJ8ymW6cEemSyfDlsGAqLA" incomingEdges="_wovb6G6cEemSyfDlsGAqLA _OKfpkm6dEemSyfDlsGAqLA" width="12" height="10">
10477 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AggregateExpression"/>
10478 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AggregateExpression"/>
10479 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10480 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10481 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10482 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_yJ0bw26WEemSyfDlsGAqLA" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
10483 <labelFormat>italic</labelFormat>
10484 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
10485 </ownedStyle>
10486 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10487 </ownedDiagramElements>
10488 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_za0wsm6WEemSyfDlsGAqLA" sourceNode="_rrY_wG6WEemSyfDlsGAqLA" targetNode="_l6ZIGbdnEeau1vMV3Bsx4w">
10489 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//AggregateExpression"/>
10490 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//AggregateExpression"/>
10491 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_za1XsG6WEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10492 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10493 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_za1XsW6WEemSyfDlsGAqLA" showIcon="false">
10494 <labelFormat>italic</labelFormat>
10495 </beginLabelStyle>
10496 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_za1Xsm6WEemSyfDlsGAqLA" showIcon="false"/>
10497 </ownedStyle>
10498 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10499 </ownedDiagramElements>
10500 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_309kMG6XEemSyfDlsGAqLA" name="Sum" tooltipText="" outgoingEdges="_Op-a0G6dEemSyfDlsGAqLA" width="12" height="10">
10501 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Sum"/>
10502 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Sum"/>
10503 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10504 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10505 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10506 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_30-LQG6XEemSyfDlsGAqLA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
10507 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
10508 </ownedStyle>
10509 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10510 </ownedDiagramElements>
10511 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_52k2oG6XEemSyfDlsGAqLA" name="Count" tooltipText="" outgoingEdges="_wovb6G6cEemSyfDlsGAqLA" width="12" height="10">
10512 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Count"/>
10513 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Count"/>
10514 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10515 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10516 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10517 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_52ldsG6XEemSyfDlsGAqLA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
10518 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
10519 </ownedStyle>
10520 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10521 </ownedDiagramElements>
10522 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_8mxtYG6XEemSyfDlsGAqLA" name="Min" tooltipText="" outgoingEdges="_PALUXG6dEemSyfDlsGAqLA" width="12" height="10">
10523 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Min"/>
10524 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Min"/>
10525 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10526 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10527 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10528 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_8myUcG6XEemSyfDlsGAqLA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
10529 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
10530 </ownedStyle>
10531 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10532 </ownedDiagramElements>
10533 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_-vAlMG6XEemSyfDlsGAqLA" name="Max" tooltipText="" outgoingEdges="_PRtwRm6dEemSyfDlsGAqLA" width="12" height="10">
10534 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Max"/>
10535 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Max"/>
10536 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10537 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10538 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10539 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_-vAlMW6XEemSyfDlsGAqLA" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
10540 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
10541 </ownedStyle>
10542 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10543 </ownedDiagramElements>
10544 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_hJ8ymW6cEemSyfDlsGAqLA" name="[0..1] relation" sourceNode="_rrY_wG6WEemSyfDlsGAqLA" targetNode="_hSSzkIKhEeeAppuRs-roLg">
10545 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//AggregateExpression/relation"/>
10546 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//AggregateExpression/relation"/>
10547 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_hJ9ZoG6cEemSyfDlsGAqLA" routingStyle="manhattan" strokeColor="0,0,0">
10548 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
10549 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_hJ9Zom6cEemSyfDlsGAqLA" showIcon="false">
10550 <customFeatures>labelSize</customFeatures>
10551 </centerLabelStyle>
10552 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_hJ9ZoW6cEemSyfDlsGAqLA" showIcon="false" labelColor="39,76,114">
10553 <customFeatures>labelSize</customFeatures>
10554 </endLabelStyle>
10555 </ownedStyle>
10556 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
10557 </ownedDiagramElements>
10558 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_wovb6G6cEemSyfDlsGAqLA" sourceNode="_52k2oG6XEemSyfDlsGAqLA" targetNode="_rrY_wG6WEemSyfDlsGAqLA">
10559 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Count"/>
10560 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Count"/>
10561 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_wowC4G6cEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10562 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10563 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_wowC4W6cEemSyfDlsGAqLA" showIcon="false">
10564 <labelFormat>italic</labelFormat>
10565 </beginLabelStyle>
10566 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_wowC4m6cEemSyfDlsGAqLA" showIcon="false"/>
10567 </ownedStyle>
10568 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10569 </ownedDiagramElements>
10570 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_9J4BIG6cEemSyfDlsGAqLA" name="ProjectedAggregateExpression" tooltipText="" outgoingEdges="_OKfpkm6dEemSyfDlsGAqLA" incomingEdges="_Op-a0G6dEemSyfDlsGAqLA _PALUXG6dEemSyfDlsGAqLA _PRtwRm6dEemSyfDlsGAqLA" width="12" height="10">
10571 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ProjectedAggregateExpression"/>
10572 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ProjectedAggregateExpression"/>
10573 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
10574 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
10575 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
10576 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_h3rznG6iEemSyfDlsGAqLA" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
10577 <labelFormat>italic</labelFormat>
10578 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
10579 </ownedStyle>
10580 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
10581 <ownedElements xmi:type="diagram:DNodeListElement" uid="_ZWWd8G6dEemSyfDlsGAqLA" name="projectionIndex : EInt = -1" tooltipText="">
10582 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//ProjectedAggregateExpression/projectionIndex"/>
10583 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//ProjectedAggregateExpression/projectionIndex"/>
10584 <ownedStyle xmi:type="diagram:BundledImage" uid="_hYwOIW6dEemSyfDlsGAqLA" labelAlignment="LEFT" description="_fCSyIHuWEeeCn_RNMwgEBg">
10585 <labelFormat>bold</labelFormat>
10586 </ownedStyle>
10587 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
10588 </ownedElements>
10589 </ownedDiagramElements>
10590 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_OKfpkm6dEemSyfDlsGAqLA" sourceNode="_9J4BIG6cEemSyfDlsGAqLA" targetNode="_rrY_wG6WEemSyfDlsGAqLA">
10591 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//ProjectedAggregateExpression"/>
10592 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//ProjectedAggregateExpression"/>
10593 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_hZDJE26dEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10594 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10595 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_hZDJFG6dEemSyfDlsGAqLA" showIcon="false">
10596 <labelFormat>italic</labelFormat>
10597 </beginLabelStyle>
10598 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_hZDJFW6dEemSyfDlsGAqLA" showIcon="false"/>
10599 </ownedStyle>
10600 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10601 </ownedDiagramElements>
10602 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Op-a0G6dEemSyfDlsGAqLA" sourceNode="_309kMG6XEemSyfDlsGAqLA" targetNode="_9J4BIG6cEemSyfDlsGAqLA">
10603 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Sum"/>
10604 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Sum"/>
10605 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Op-a0W6dEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10606 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10607 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Op-a0m6dEemSyfDlsGAqLA" showIcon="false">
10608 <labelFormat>italic</labelFormat>
10609 </beginLabelStyle>
10610 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Op-a026dEemSyfDlsGAqLA" showIcon="false"/>
10611 </ownedStyle>
10612 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10613 </ownedDiagramElements>
10614 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_PALUXG6dEemSyfDlsGAqLA" sourceNode="_8mxtYG6XEemSyfDlsGAqLA" targetNode="_9J4BIG6cEemSyfDlsGAqLA">
10615 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Min"/>
10616 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Min"/>
10617 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_PALUXW6dEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10618 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10619 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_PALUXm6dEemSyfDlsGAqLA" showIcon="false">
10620 <labelFormat>italic</labelFormat>
10621 </beginLabelStyle>
10622 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_PALUX26dEemSyfDlsGAqLA" showIcon="false"/>
10623 </ownedStyle>
10624 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10625 </ownedDiagramElements>
10626 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_PRtwRm6dEemSyfDlsGAqLA" sourceNode="_-vAlMG6XEemSyfDlsGAqLA" targetNode="_9J4BIG6cEemSyfDlsGAqLA">
10627 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Max"/>
10628 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Max"/>
10629 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_PRtwR26dEemSyfDlsGAqLA" targetArrow="InputClosedArrow" routingStyle="tree">
10075 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 10630 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
10076 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_sGSk0oKlEeeAppuRs-roLg" showIcon="false"> 10631 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_PRtwSG6dEemSyfDlsGAqLA" showIcon="false">
10077 <labelFormat>italic</labelFormat> 10632 <labelFormat>italic</labelFormat>
10078 </beginLabelStyle> 10633 </beginLabelStyle>
10079 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_sGSk04KlEeeAppuRs-roLg" showIcon="false"/> 10634 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_PRtwSW6dEemSyfDlsGAqLA" showIcon="false"/>
10080 </ownedStyle> 10635 </ownedStyle>
10081 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 10636 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
10082 </ownedDiagramElements> 10637 </ownedDiagramElements>
10083 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 10638 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
10084 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_l6Zva7dnEeau1vMV3Bsx4w"/> 10639 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_l6Zva7dnEeau1vMV3Bsx4w"/>
10085 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 10640 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
10086 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 10641 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
10087 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 10642 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.ecore b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.ecore
index 76624917..fdbc1c27 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.ecore
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.ecore
@@ -130,17 +130,17 @@
130 <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" 130 <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term"
131 containment="true"/> 131 containment="true"/>
132 </eClassifiers> 132 </eClassifiers>
133 <eClassifiers xsi:type="ecore:EClass" name="IntOperation" abstract="true" eSuperTypes="#//Term"> 133 <eClassifiers xsi:type="ecore:EClass" name="NumericOperation" abstract="true" eSuperTypes="#//Term">
134 <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term" 134 <eStructuralFeatures xsi:type="ecore:EReference" name="leftOperand" eType="#//Term"
135 containment="true"/> 135 containment="true"/>
136 <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term" 136 <eStructuralFeatures xsi:type="ecore:EReference" name="rightOperand" eType="#//Term"
137 containment="true"/> 137 containment="true"/>
138 </eClassifiers> 138 </eClassifiers>
139 <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//IntOperation"/> 139 <eClassifiers xsi:type="ecore:EClass" name="Plus" eSuperTypes="#//NumericOperation"/>
140 <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//IntOperation"/> 140 <eClassifiers xsi:type="ecore:EClass" name="Minus" eSuperTypes="#//NumericOperation"/>
141 <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//IntOperation"/> 141 <eClassifiers xsi:type="ecore:EClass" name="Multiply" eSuperTypes="#//NumericOperation"/>
142 <eClassifiers xsi:type="ecore:EClass" name="Divison" eSuperTypes="#//IntOperation"/> 142 <eClassifiers xsi:type="ecore:EClass" name="Divison" eSuperTypes="#//NumericOperation"/>
143 <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//IntOperation"/> 143 <eClassifiers xsi:type="ecore:EClass" name="Mod" eSuperTypes="#//NumericOperation"/>
144 <eClassifiers xsi:type="ecore:EClass" name="TypeDescriptor" abstract="true" interface="true"/> 144 <eClassifiers xsi:type="ecore:EClass" name="TypeDescriptor" abstract="true" interface="true"/>
145 <eClassifiers xsi:type="ecore:EClass" name="TermDescription" abstract="true" interface="true"/> 145 <eClassifiers xsi:type="ecore:EClass" name="TermDescription" abstract="true" interface="true"/>
146 <eClassifiers xsi:type="ecore:EClass" name="Assertion"> 146 <eClassifiers xsi:type="ecore:EClass" name="Assertion">
@@ -211,4 +211,18 @@
211 containment="true"/> 211 containment="true"/>
212 <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation"/> 212 <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation"/>
213 </eClassifiers> 213 </eClassifiers>
214 <eClassifiers xsi:type="ecore:EClass" name="Pow" eSuperTypes="#//NumericOperation"/>
215 <eClassifiers xsi:type="ecore:EClass" name="AggregateExpression" abstract="true"
216 eSuperTypes="#//Term">
217 <eStructuralFeatures xsi:type="ecore:EReference" name="relation" eType="#//Relation"/>
218 </eClassifiers>
219 <eClassifiers xsi:type="ecore:EClass" name="Sum" eSuperTypes="#//ProjectedAggregateExpression"/>
220 <eClassifiers xsi:type="ecore:EClass" name="Count" eSuperTypes="#//AggregateExpression"/>
221 <eClassifiers xsi:type="ecore:EClass" name="Min" eSuperTypes="#//ProjectedAggregateExpression"/>
222 <eClassifiers xsi:type="ecore:EClass" name="Max" eSuperTypes="#//ProjectedAggregateExpression"/>
223 <eClassifiers xsi:type="ecore:EClass" name="ProjectedAggregateExpression" abstract="true"
224 eSuperTypes="#//AggregateExpression">
225 <eStructuralFeatures xsi:type="ecore:EAttribute" name="projectionIndex" lowerBound="1"
226 eType="ecore:EDataType http://www.eclipse.org/emf/2002/Ecore#//EInt" defaultValueLiteral="-1"/>
227 </eClassifiers>
214</ecore:EPackage> 228</ecore:EPackage>
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.genmodel b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.genmodel
index 80550537..303080e7 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.genmodel
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logiclanguage.genmodel
@@ -104,9 +104,9 @@
104 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/> 104 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//MoreOrEqualThan/leftOperand"/>
105 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/> 105 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//MoreOrEqualThan/rightOperand"/>
106 </genClasses> 106 </genClasses>
107 <genClasses image="false" ecoreClass="logiclanguage.ecore#//IntOperation"> 107 <genClasses image="false" ecoreClass="logiclanguage.ecore#//NumericOperation">
108 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//IntOperation/leftOperand"/> 108 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//NumericOperation/leftOperand"/>
109 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//IntOperation/rightOperand"/> 109 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//NumericOperation/rightOperand"/>
110 </genClasses> 110 </genClasses>
111 <genClasses ecoreClass="logiclanguage.ecore#//Plus"/> 111 <genClasses ecoreClass="logiclanguage.ecore#//Plus"/>
112 <genClasses ecoreClass="logiclanguage.ecore#//Minus"/> 112 <genClasses ecoreClass="logiclanguage.ecore#//Minus"/>
@@ -156,6 +156,26 @@
156 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//InstanceOf/value"/> 156 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//InstanceOf/value"/>
157 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//InstanceOf/range"/> 157 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//InstanceOf/range"/>
158 </genClasses> 158 </genClasses>
159 <genClasses ecoreClass="logiclanguage.ecore#//StringTypeReference"/>
160 <genClasses ecoreClass="logiclanguage.ecore#//StringLiteral">
161 <genFeatures createChild="false" ecoreFeature="ecore:EAttribute logiclanguage.ecore#//StringLiteral/value"/>
162 </genClasses>
163 <genClasses ecoreClass="logiclanguage.ecore#//TransitiveClosure">
164 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//TransitiveClosure/leftOperand"/>
165 <genFeatures property="None" children="true" createChild="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//TransitiveClosure/rightOperand"/>
166 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//TransitiveClosure/relation"/>
167 </genClasses>
168 <genClasses ecoreClass="logiclanguage.ecore#//Pow"/>
169 <genClasses image="false" ecoreClass="logiclanguage.ecore#//AggregateExpression">
170 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logiclanguage.ecore#//AggregateExpression/relation"/>
171 </genClasses>
172 <genClasses ecoreClass="logiclanguage.ecore#//Sum"/>
173 <genClasses ecoreClass="logiclanguage.ecore#//Count"/>
174 <genClasses ecoreClass="logiclanguage.ecore#//Min"/>
175 <genClasses ecoreClass="logiclanguage.ecore#//Max"/>
176 <genClasses image="false" ecoreClass="logiclanguage.ecore#//ProjectedAggregateExpression">
177 <genFeatures createChild="false" ecoreFeature="ecore:EAttribute logiclanguage.ecore#//ProjectedAggregateExpression/projectionIndex"/>
178 </genClasses>
159 </genPackages> 179 </genPackages>
160 <genPackages prefix="Logicproblem" basePackage="hu.bme.mit.inf.dslreasoner.logic.model" 180 <genPackages prefix="Logicproblem" basePackage="hu.bme.mit.inf.dslreasoner.logic.model"
161 disposableProviderFactory="true" ecorePackage="logicproblem.ecore#/"> 181 disposableProviderFactory="true" ecorePackage="logicproblem.ecore#/">
@@ -171,8 +191,8 @@
171 </genClasses> 191 </genClasses>
172 <genClasses ecoreClass="logicproblem.ecore#//ContainmentHierarchy"> 192 <genClasses ecoreClass="logicproblem.ecore#//ContainmentHierarchy">
173 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/typesOrderedInHierarchy"/> 193 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/typesOrderedInHierarchy"/>
174 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/parentFunctions"/> 194 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/containmentFunctions"/>
175 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/parentRelations"/> 195 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/containmentRelations"/>
176 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/rootConstant"/> 196 <genFeatures notify="false" createChild="false" propertySortChoices="true" ecoreFeature="ecore:EReference logicproblem.ecore#//ContainmentHierarchy/rootConstant"/>
177 </genClasses> 197 </genClasses>
178 <genClasses ecoreClass="logicproblem.ecore#//RelationAnnotation"> 198 <genClasses ecoreClass="logicproblem.ecore#//RelationAnnotation">
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicproblem.aird b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicproblem.aird
index f71e8258..b100bd66 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicproblem.aird
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicproblem.aird
@@ -1,29 +1,29 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style"> 2<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
3 <viewpoint:DAnalysis xmi:id="_1TrH4EN2EeaLedz6YCMZEQ" selectedViews="_1XkwcEN2EeaLedz6YCMZEQ _1Xw9sEN2EeaLedz6YCMZEQ _1X1PIEN2EeaLedz6YCMZEQ _1X_nMEN2EeaLedz6YCMZEQ" version="11.1.0.201608251200"> 3 <viewpoint:DAnalysis uid="_1TrH4EN2EeaLedz6YCMZEQ" selectedViews="_1XkwcEN2EeaLedz6YCMZEQ _1Xw9sEN2EeaLedz6YCMZEQ _1X1PIEN2EeaLedz6YCMZEQ _1X_nMEN2EeaLedz6YCMZEQ" version="14.1.0.201810161215">
4 <semanticResources>logicproblem.ecore</semanticResources> 4 <semanticResources>logicproblem.ecore</semanticResources>
5 <semanticResources>logiclanguage.ecore</semanticResources> 5 <semanticResources>logiclanguage.ecore</semanticResources>
6 <semanticResources>http://www.eclipse.org/emf/2002/Ecore</semanticResources> 6 <semanticResources>http://www.eclipse.org/emf/2002/Ecore</semanticResources>
7 <ownedViews xmi:type="viewpoint:DView" xmi:id="_1XkwcEN2EeaLedz6YCMZEQ"> 7 <ownedViews xmi:type="viewpoint:DView" uid="_1XkwcEN2EeaLedz6YCMZEQ">
8 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/> 8 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/>
9 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" xmi:id="_mej4wHt9EeeCn_RNMwgEBg" name="logicproblem class diagram" representation="_2bjV8EN2EeaLedz6YCMZEQ"> 9 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_mej4wHt9EeeCn_RNMwgEBg" name="logicproblem class diagram" repPath="#_2bjV8EN2EeaLedz6YCMZEQ">
10 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 10 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
11 <target xmi:type="ecore:EPackage" href="logicproblem.ecore#/"/> 11 <target xmi:type="ecore:EPackage" href="logicproblem.ecore#/"/>
12 </ownedRepresentationDescriptors> 12 </ownedRepresentationDescriptors>
13 </ownedViews> 13 </ownedViews>
14 <ownedViews xmi:type="viewpoint:DView" xmi:id="_1Xw9sEN2EeaLedz6YCMZEQ"> 14 <ownedViews xmi:type="viewpoint:DView" uid="_1Xw9sEN2EeaLedz6YCMZEQ">
15 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/> 15 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/>
16 </ownedViews> 16 </ownedViews>
17 <ownedViews xmi:type="viewpoint:DView" xmi:id="_1X1PIEN2EeaLedz6YCMZEQ"> 17 <ownedViews xmi:type="viewpoint:DView" uid="_1X1PIEN2EeaLedz6YCMZEQ">
18 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/> 18 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/>
19 </ownedViews> 19 </ownedViews>
20 <ownedViews xmi:type="viewpoint:DView" xmi:id="_1X_nMEN2EeaLedz6YCMZEQ"> 20 <ownedViews xmi:type="viewpoint:DView" uid="_1X_nMEN2EeaLedz6YCMZEQ">
21 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/> 21 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/>
22 </ownedViews> 22 </ownedViews>
23 </viewpoint:DAnalysis> 23 </viewpoint:DAnalysis>
24 <diagram:DSemanticDiagram xmi:id="_2bjV8EN2EeaLedz6YCMZEQ" name="logicproblem class diagram"> 24 <diagram:DSemanticDiagram uid="_2bjV8EN2EeaLedz6YCMZEQ" name="logicproblem class diagram">
25 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_2bjV8UN2EeaLedz6YCMZEQ" source="DANNOTATION_CUSTOMIZATION_KEY"> 25 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_2bjV8UN2EeaLedz6YCMZEQ" source="DANNOTATION_CUSTOMIZATION_KEY">
26 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_2bjV8kN2EeaLedz6YCMZEQ"> 26 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_2bjV8kN2EeaLedz6YCMZEQ">
27 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan"> 27 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan">
28 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 28 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
29 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_3OOwEUN2EeaLedz6YCMZEQ" showIcon="false" labelExpression="service:render"> 29 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_3OOwEUN2EeaLedz6YCMZEQ" showIcon="false" labelExpression="service:render">
@@ -47,7 +47,7 @@
47 </computedStyleDescriptions> 47 </computedStyleDescriptions>
48 </data> 48 </data>
49 </ownedAnnotationEntries> 49 </ownedAnnotationEntries>
50 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_2btuAEN2EeaLedz6YCMZEQ" source="GMF_DIAGRAMS"> 50 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_2btuAEN2EeaLedz6YCMZEQ" source="GMF_DIAGRAMS">
51 <data xmi:type="notation:Diagram" xmi:id="_2btuAUN2EeaLedz6YCMZEQ" type="Sirius" element="_2bjV8EN2EeaLedz6YCMZEQ" measurementUnit="Pixel"> 51 <data xmi:type="notation:Diagram" xmi:id="_2btuAUN2EeaLedz6YCMZEQ" type="Sirius" element="_2bjV8EN2EeaLedz6YCMZEQ" measurementUnit="Pixel">
52 <children xmi:type="notation:Node" xmi:id="_3OTokEN2EeaLedz6YCMZEQ" type="2003" element="_3N8cMEN2EeaLedz6YCMZEQ"> 52 <children xmi:type="notation:Node" xmi:id="_3OTokEN2EeaLedz6YCMZEQ" type="2003" element="_3N8cMEN2EeaLedz6YCMZEQ">
53 <children xmi:type="notation:Node" xmi:id="_3OUPoEN2EeaLedz6YCMZEQ" type="5007"/> 53 <children xmi:type="notation:Node" xmi:id="_3OUPoEN2EeaLedz6YCMZEQ" type="5007"/>
@@ -90,7 +90,7 @@
90 <styles xmi:type="notation:FilteringStyle" xmi:id="_HiMGwkN3EeaLedz6YCMZEQ"/> 90 <styles xmi:type="notation:FilteringStyle" xmi:id="_HiMGwkN3EeaLedz6YCMZEQ"/>
91 </children> 91 </children>
92 <styles xmi:type="notation:ShapeStyle" xmi:id="_HiLfsUN3EeaLedz6YCMZEQ" fontName="Segoe UI" fontHeight="8"/> 92 <styles xmi:type="notation:ShapeStyle" xmi:id="_HiLfsUN3EeaLedz6YCMZEQ" fontName="Segoe UI" fontHeight="8"/>
93 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HiLfskN3EeaLedz6YCMZEQ" x="-80" y="-130" height="33"/> 93 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_HiLfskN3EeaLedz6YCMZEQ" x="-80" y="-130" height="56"/>
94 </children> 94 </children>
95 <children xmi:type="notation:Node" xmi:id="_IlsLIEN3EeaLedz6YCMZEQ" type="2003" element="_IljoQEN3EeaLedz6YCMZEQ"> 95 <children xmi:type="notation:Node" xmi:id="_IlsLIEN3EeaLedz6YCMZEQ" type="2003" element="_IljoQEN3EeaLedz6YCMZEQ">
96 <children xmi:type="notation:Node" xmi:id="_IlsLI0N3EeaLedz6YCMZEQ" type="5007"/> 96 <children xmi:type="notation:Node" xmi:id="_IlsLI0N3EeaLedz6YCMZEQ" type="5007"/>
@@ -166,7 +166,7 @@
166 <styles xmi:type="notation:FilteringStyle" xmi:id="_MhSeBkN3EeaLedz6YCMZEQ"/> 166 <styles xmi:type="notation:FilteringStyle" xmi:id="_MhSeBkN3EeaLedz6YCMZEQ"/>
167 </children> 167 </children>
168 <styles xmi:type="notation:ShapeStyle" xmi:id="_MhSeAUN3EeaLedz6YCMZEQ" fontName="Segoe UI" fontHeight="8" italic="true"/> 168 <styles xmi:type="notation:ShapeStyle" xmi:id="_MhSeAUN3EeaLedz6YCMZEQ" fontName="Segoe UI" fontHeight="8" italic="true"/>
169 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MhSeAkN3EeaLedz6YCMZEQ" x="670" y="5" height="38"/> 169 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_MhSeAkN3EeaLedz6YCMZEQ" x="708" y="5" width="174" height="68"/>
170 </children> 170 </children>
171 <children xmi:type="notation:Node" xmi:id="_tFNcMEN3EeaLedz6YCMZEQ" type="2003" element="_tFBO8EN3EeaLedz6YCMZEQ"> 171 <children xmi:type="notation:Node" xmi:id="_tFNcMEN3EeaLedz6YCMZEQ" type="2003" element="_tFBO8EN3EeaLedz6YCMZEQ">
172 <children xmi:type="notation:Node" xmi:id="_tFNcM0N3EeaLedz6YCMZEQ" type="5007"/> 172 <children xmi:type="notation:Node" xmi:id="_tFNcM0N3EeaLedz6YCMZEQ" type="5007"/>
@@ -224,7 +224,7 @@
224 <styles xmi:type="notation:FontStyle" xmi:id="_HiMGxUN3EeaLedz6YCMZEQ" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 224 <styles xmi:type="notation:FontStyle" xmi:id="_HiMGxUN3EeaLedz6YCMZEQ" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
225 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_HiMGxkN3EeaLedz6YCMZEQ" points="[-4, -1, 511, -99]$[-456, -1, 59, -99]"/> 225 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_HiMGxkN3EeaLedz6YCMZEQ" points="[-4, -1, 511, -99]$[-456, -1, 59, -99]"/>
226 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_HiNU4EN3EeaLedz6YCMZEQ" id="(0.041666666666666664,0.2682926829268293)"/> 226 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_HiNU4EN3EeaLedz6YCMZEQ" id="(0.041666666666666664,0.2682926829268293)"/>
227 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_HiNU4UN3EeaLedz6YCMZEQ" id="(0.5,3.161290322580645)"/> 227 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_HiNU4UN3EeaLedz6YCMZEQ" id="(0.5,2.283154121863799)"/>
228 </edges> 228 </edges>
229 <edges xmi:type="notation:Edge" xmi:id="_IltZQEN3EeaLedz6YCMZEQ" type="4001" element="_Ilpu4EN3EeaLedz6YCMZEQ" source="_3OTokEN2EeaLedz6YCMZEQ" target="_IlsLIEN3EeaLedz6YCMZEQ"> 229 <edges xmi:type="notation:Edge" xmi:id="_IltZQEN3EeaLedz6YCMZEQ" type="4001" element="_Ilpu4EN3EeaLedz6YCMZEQ" source="_3OTokEN2EeaLedz6YCMZEQ" target="_IlsLIEN3EeaLedz6YCMZEQ">
230 <children xmi:type="notation:Node" xmi:id="_IltZREN3EeaLedz6YCMZEQ" type="6001"> 230 <children xmi:type="notation:Node" xmi:id="_IltZREN3EeaLedz6YCMZEQ" type="6001">
@@ -288,7 +288,7 @@
288 <styles xmi:type="notation:FontStyle" xmi:id="_MhTsIkN3EeaLedz6YCMZEQ" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 288 <styles xmi:type="notation:FontStyle" xmi:id="_MhTsIkN3EeaLedz6YCMZEQ" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
289 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_MhTsI0N3EeaLedz6YCMZEQ" points="[1, 98, -179, -180]$[1, 145, -179, -133]$[180, 145, 0, -133]$[180, 180, 0, -98]"/> 289 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_MhTsI0N3EeaLedz6YCMZEQ" points="[1, 98, -179, -180]$[1, 145, -179, -133]$[180, 145, 0, -133]$[180, 180, 0, -98]"/>
290 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_MhTsKkN3EeaLedz6YCMZEQ" id="(0.5,-1.5789473684210527)"/> 290 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_MhTsKkN3EeaLedz6YCMZEQ" id="(0.5,-1.5789473684210527)"/>
291 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_MhTsK0N3EeaLedz6YCMZEQ" id="(0.5,2.7222222222222223)"/> 291 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_MhTsK0N3EeaLedz6YCMZEQ" id="(0.38953488372093026,1.6085858585858586)"/>
292 </edges> 292 </edges>
293 <edges xmi:type="notation:Edge" xmi:id="_3AjD8EN3EeaLedz6YCMZEQ" type="4001" element="_3AVBgEN3EeaLedz6YCMZEQ" source="_3OTokEN2EeaLedz6YCMZEQ" target="_tFNcMEN3EeaLedz6YCMZEQ"> 293 <edges xmi:type="notation:Edge" xmi:id="_3AjD8EN3EeaLedz6YCMZEQ" type="4001" element="_3AVBgEN3EeaLedz6YCMZEQ" source="_3OTokEN2EeaLedz6YCMZEQ" target="_tFNcMEN3EeaLedz6YCMZEQ">
294 <children xmi:type="notation:Node" xmi:id="_3AjrAEN3EeaLedz6YCMZEQ" type="6001"> 294 <children xmi:type="notation:Node" xmi:id="_3AjrAEN3EeaLedz6YCMZEQ" type="6001">
@@ -368,385 +368,385 @@
368 <styles xmi:type="notation:FontStyle" xmi:id="_KpeLUkN4EeaLedz6YCMZEQ" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 368 <styles xmi:type="notation:FontStyle" xmi:id="_KpeLUkN4EeaLedz6YCMZEQ" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
369 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_KpeLU0N4EeaLedz6YCMZEQ" points="[0, 6, 260, 30]$[-364, 6, -104, 30]$[-364, -5, -104, 19]"/> 369 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_KpeLU0N4EeaLedz6YCMZEQ" points="[0, 6, 260, 30]$[-364, 6, -104, 30]$[-364, -5, -104, 19]"/>
370 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_KpeLWkN4EeaLedz6YCMZEQ" id="(0.0,0.5)"/> 370 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_KpeLWkN4EeaLedz6YCMZEQ" id="(0.0,0.5)"/>
371 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_KpeyYEN4EeaLedz6YCMZEQ" id="(1.0,0.5128205128205128)"/> 371 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_KpeyYEN4EeaLedz6YCMZEQ" id="(1.0,0.30303030303030304)"/>
372 </edges> 372 </edges>
373 </data> 373 </data>
374 </ownedAnnotationEntries> 374 </ownedAnnotationEntries>
375 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3N8cMEN2EeaLedz6YCMZEQ" name="LogicProblem" tooltipText="" outgoingEdges="_G71RYEN3EeaLedz6YCMZEQ _HiJDcEN3EeaLedz6YCMZEQ _Ilpu4EN3EeaLedz6YCMZEQ _LiJVMEN3EeaLedz6YCMZEQ _L8UvwEN3EeaLedz6YCMZEQ _MhOMkEN3EeaLedz6YCMZEQ _3AVBgEN3EeaLedz6YCMZEQ" width="12" height="10"> 375 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3N8cMEN2EeaLedz6YCMZEQ" name="LogicProblem" tooltipText="" outgoingEdges="_G71RYEN3EeaLedz6YCMZEQ _HiJDcEN3EeaLedz6YCMZEQ _Ilpu4EN3EeaLedz6YCMZEQ _LiJVMEN3EeaLedz6YCMZEQ _L8UvwEN3EeaLedz6YCMZEQ _MhOMkEN3EeaLedz6YCMZEQ _3AVBgEN3EeaLedz6YCMZEQ" width="12" height="10">
376 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/> 376 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/>
377 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/> 377 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//LogicProblem"/>
378 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 378 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
379 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 379 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
380 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 380 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
381 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_3N-4cEN2EeaLedz6YCMZEQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 381 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_3N-4cEN2EeaLedz6YCMZEQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
382 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 382 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
383 </ownedStyle> 383 </ownedStyle>
384 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 384 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
385 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okC-kHt9EeeCn_RNMwgEBg" name=" annotations : Annotation" tooltipText=""> 385 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okC-kHt9EeeCn_RNMwgEBg" name=" annotations : Annotation" tooltipText="">
386 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/> 386 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/>
387 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/> 387 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/annotations"/>
388 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okJFMHt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 388 <ownedStyle xmi:type="diagram:BundledImage" uid="_okJFMHt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
389 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 389 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
390 </ownedStyle> 390 </ownedStyle>
391 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 391 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
392 </ownedElements> 392 </ownedElements>
393 </ownedDiagramElements> 393 </ownedDiagramElements>
394 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_G7tVkEN3EeaLedz6YCMZEQ" name="Type" tooltipText="" outgoingEdges="_G714cEN3EeaLedz6YCMZEQ" incomingEdges="_G71RYEN3EeaLedz6YCMZEQ _G714cEN3EeaLedz6YCMZEQ _8k9uwEN3EeaLedz6YCMZEQ" width="12" height="10"> 394 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_G7tVkEN3EeaLedz6YCMZEQ" name="Type" tooltipText="" outgoingEdges="_G714cEN3EeaLedz6YCMZEQ" incomingEdges="_G71RYEN3EeaLedz6YCMZEQ _G714cEN3EeaLedz6YCMZEQ _8k9uwEN3EeaLedz6YCMZEQ" width="12" height="10">
395 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 395 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
396 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/> 396 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Type"/>
397 <decorations xmi:type="viewpoint:Decoration" xmi:id="_G7zcMEN3EeaLedz6YCMZEQ"> 397 <decorations xmi:type="viewpoint:Decoration" uid="_G7zcMEN3EeaLedz6YCMZEQ">
398 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 398 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
399 </decorations> 399 </decorations>
400 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_G7t8oEN3EeaLedz6YCMZEQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 400 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_G7t8oEN3EeaLedz6YCMZEQ" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
401 <labelFormat>italic</labelFormat> 401 <labelFormat>italic</labelFormat>
402 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 402 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
403 </ownedStyle> 403 </ownedStyle>
404 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 404 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
405 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_G7xnAEN3EeaLedz6YCMZEQ" name="name : EString" tooltipText=""> 405 <ownedElements xmi:type="diagram:DNodeListElement" uid="_G7xnAEN3EeaLedz6YCMZEQ" name="name : EString" tooltipText="">
406 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 406 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
407 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/> 407 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/name"/>
408 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_G7yOEUN3EeaLedz6YCMZEQ" labelAlignment="LEFT" description="_G7yOEEN3EeaLedz6YCMZEQ"> 408 <ownedStyle xmi:type="diagram:BundledImage" uid="_G7yOEUN3EeaLedz6YCMZEQ" labelAlignment="LEFT" description="_G7yOEEN3EeaLedz6YCMZEQ">
409 <labelFormat>bold</labelFormat> 409 <labelFormat>bold</labelFormat>
410 </ownedStyle> 410 </ownedStyle>
411 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 411 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
412 </ownedElements> 412 </ownedElements>
413 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_G7y1IEN3EeaLedz6YCMZEQ" name="isAbstract : EBoolean = false" tooltipText=""> 413 <ownedElements xmi:type="diagram:DNodeListElement" uid="_G7y1IEN3EeaLedz6YCMZEQ" name="isAbstract : EBoolean = false" tooltipText="">
414 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 414 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
415 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/> 415 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Type/isAbstract"/>
416 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_G7y1IUN3EeaLedz6YCMZEQ" labelAlignment="LEFT" description="_G7yOEEN3EeaLedz6YCMZEQ"> 416 <ownedStyle xmi:type="diagram:BundledImage" uid="_G7y1IUN3EeaLedz6YCMZEQ" labelAlignment="LEFT" description="_G7yOEEN3EeaLedz6YCMZEQ">
417 <labelFormat>bold</labelFormat> 417 <labelFormat>bold</labelFormat>
418 </ownedStyle> 418 </ownedStyle>
419 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 419 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
420 </ownedElements> 420 </ownedElements>
421 </ownedDiagramElements> 421 </ownedDiagramElements>
422 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_G71RYEN3EeaLedz6YCMZEQ" name="[0..*] types" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_G7tVkEN3EeaLedz6YCMZEQ"> 422 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_G71RYEN3EeaLedz6YCMZEQ" name="[0..*] types" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_G7tVkEN3EeaLedz6YCMZEQ">
423 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/> 423 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/>
424 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/> 424 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/types"/>
425 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_G71RYUN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 425 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_G71RYUN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
426 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_G71RYkN3EeaLedz6YCMZEQ" showIcon="false"> 426 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_G71RYkN3EeaLedz6YCMZEQ" showIcon="false">
427 <customFeatures>labelSize</customFeatures> 427 <customFeatures>labelSize</customFeatures>
428 </centerLabelStyle> 428 </centerLabelStyle>
429 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_G71RY0N3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 429 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_G71RY0N3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
430 <customFeatures>labelSize</customFeatures> 430 <customFeatures>labelSize</customFeatures>
431 </endLabelStyle> 431 </endLabelStyle>
432 </ownedStyle> 432 </ownedStyle>
433 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 433 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
434 </ownedDiagramElements> 434 </ownedDiagramElements>
435 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_G714cEN3EeaLedz6YCMZEQ" sourceNode="_G7tVkEN3EeaLedz6YCMZEQ" targetNode="_G7tVkEN3EeaLedz6YCMZEQ" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes"> 435 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_G714cEN3EeaLedz6YCMZEQ" sourceNode="_G7tVkEN3EeaLedz6YCMZEQ" targetNode="_G7tVkEN3EeaLedz6YCMZEQ" beginLabel="[0..*] supertypes" endLabel="[0..*] subtypes">
436 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 436 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
437 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/> 437 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/subtypes"/>
438 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/> 438 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Type/supertypes"/>
439 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_G714cUN3EeaLedz6YCMZEQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0"> 439 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_G714cUN3EeaLedz6YCMZEQ" sourceArrow="InputArrow" routingStyle="manhattan" strokeColor="0,0,0">
440 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/> 440 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']/@style"/>
441 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_G714ckN3EeaLedz6YCMZEQ" showIcon="false"/> 441 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_G714ckN3EeaLedz6YCMZEQ" showIcon="false"/>
442 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_G714c0N3EeaLedz6YCMZEQ" showIcon="false"/> 442 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_G714c0N3EeaLedz6YCMZEQ" showIcon="false"/>
443 </ownedStyle> 443 </ownedStyle>
444 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/> 444 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='Bi-directional%20EC_EReference%20']"/>
445 </ownedDiagramElements> 445 </ownedDiagramElements>
446 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_HiAgkEN3EeaLedz6YCMZEQ" name="DefinedElement" tooltipText="" incomingEdges="_HiJDcEN3EeaLedz6YCMZEQ" width="12" height="10"> 446 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_HiAgkEN3EeaLedz6YCMZEQ" name="DefinedElement" tooltipText="" incomingEdges="_HiJDcEN3EeaLedz6YCMZEQ" width="12" height="10">
447 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 447 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
448 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/> 448 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//DefinedElement"/>
449 <decorations xmi:type="viewpoint:Decoration" xmi:id="_HiHOQEN3EeaLedz6YCMZEQ"> 449 <decorations xmi:type="viewpoint:Decoration" uid="_HiHOQEN3EeaLedz6YCMZEQ">
450 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 450 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
451 </decorations> 451 </decorations>
452 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 452 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
453 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 453 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
454 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 454 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
455 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_HiAgkUN3EeaLedz6YCMZEQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 455 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_HiAgkUN3EeaLedz6YCMZEQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
456 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 456 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
457 </ownedStyle> 457 </ownedStyle>
458 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 458 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
459 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okOkwHt9EeeCn_RNMwgEBg" name=" definedInType : TypeDefinition" tooltipText=""> 459 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okOkwHt9EeeCn_RNMwgEBg" name=" definedInType : TypeDefinition" tooltipText="">
460 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/> 460 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
461 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/> 461 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//DefinedElement/definedInType"/>
462 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okPy4Ht9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207"> 462 <ownedStyle xmi:type="diagram:BundledImage" uid="_FMe1YW6MEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
463 <labelFormat>bold</labelFormat> 463 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
464 </ownedStyle> 464 </ownedStyle>
465 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 465 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
466 </ownedElements> 466 </ownedElements>
467 </ownedDiagramElements> 467 </ownedDiagramElements>
468 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_HiJDcEN3EeaLedz6YCMZEQ" name="[0..*] elements" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_HiAgkEN3EeaLedz6YCMZEQ"> 468 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_HiJDcEN3EeaLedz6YCMZEQ" name="[0..*] elements" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_HiAgkEN3EeaLedz6YCMZEQ">
469 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/> 469 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/>
470 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/> 470 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/elements"/>
471 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_HiJqgEN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 471 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_HiJqgEN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
472 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_HiJqgUN3EeaLedz6YCMZEQ" showIcon="false"> 472 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_HiJqgUN3EeaLedz6YCMZEQ" showIcon="false">
473 <customFeatures>labelSize</customFeatures> 473 <customFeatures>labelSize</customFeatures>
474 </centerLabelStyle> 474 </centerLabelStyle>
475 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_HiJqgkN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 475 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_HiJqgkN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
476 <customFeatures>labelSize</customFeatures> 476 <customFeatures>labelSize</customFeatures>
477 </endLabelStyle> 477 </endLabelStyle>
478 </ownedStyle> 478 </ownedStyle>
479 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 479 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
480 </ownedDiagramElements> 480 </ownedDiagramElements>
481 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_IljoQEN3EeaLedz6YCMZEQ" name="Function" tooltipText="" incomingEdges="_Ilpu4EN3EeaLedz6YCMZEQ _DZsx8EN4EeaLedz6YCMZEQ" width="12" height="10"> 481 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_IljoQEN3EeaLedz6YCMZEQ" name="Function" tooltipText="" incomingEdges="_Ilpu4EN3EeaLedz6YCMZEQ _DZsx8EN4EeaLedz6YCMZEQ" width="12" height="10">
482 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 482 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
483 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/> 483 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Function"/>
484 <decorations xmi:type="viewpoint:Decoration" xmi:id="_IlogwEN3EeaLedz6YCMZEQ"> 484 <decorations xmi:type="viewpoint:Decoration" uid="_IlogwEN3EeaLedz6YCMZEQ">
485 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 485 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
486 </decorations> 486 </decorations>
487 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 487 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
488 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 488 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
489 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 489 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
490 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_Pdi3EMDnEea_b6UyFzv22g" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 490 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_Pdi3EMDnEea_b6UyFzv22g" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
491 <labelFormat>italic</labelFormat> 491 <labelFormat>italic</labelFormat>
492 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 492 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
493 </ownedStyle> 493 </ownedStyle>
494 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 494 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
495 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okRBAHt9EeeCn_RNMwgEBg" name=" range : TypeReference" tooltipText=""> 495 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okRBAHt9EeeCn_RNMwgEBg" name=" range : TypeReference" tooltipText="">
496 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/> 496 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
497 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/> 497 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/range"/>
498 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okRBAXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207"> 498 <ownedStyle xmi:type="diagram:BundledImage" uid="_okRBAXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207">
499 <labelFormat>bold</labelFormat> 499 <labelFormat>bold</labelFormat>
500 </ownedStyle> 500 </ownedStyle>
501 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 501 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
502 </ownedElements> 502 </ownedElements>
503 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okRoEHt9EeeCn_RNMwgEBg" name=" parameters : TypeReference" tooltipText=""> 503 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okRoEHt9EeeCn_RNMwgEBg" name=" parameters : TypeReference" tooltipText="">
504 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/> 504 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
505 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/> 505 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/parameters"/>
506 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okRoEXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 506 <ownedStyle xmi:type="diagram:BundledImage" uid="_okRoEXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
507 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 507 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
508 </ownedStyle> 508 </ownedStyle>
509 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 509 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
510 </ownedElements> 510 </ownedElements>
511 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okSPIHt9EeeCn_RNMwgEBg" name=" annotations : FunctionAnnotation" tooltipText=""> 511 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okSPIHt9EeeCn_RNMwgEBg" name=" annotations : FunctionAnnotation" tooltipText="">
512 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/> 512 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/>
513 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/> 513 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Function/annotations"/>
514 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okSPIXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 514 <ownedStyle xmi:type="diagram:BundledImage" uid="_okSPIXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
515 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 515 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
516 </ownedStyle> 516 </ownedStyle>
517 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 517 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
518 </ownedElements> 518 </ownedElements>
519 </ownedDiagramElements> 519 </ownedDiagramElements>
520 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Ilpu4EN3EeaLedz6YCMZEQ" name="[0..*] functions" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_IljoQEN3EeaLedz6YCMZEQ"> 520 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Ilpu4EN3EeaLedz6YCMZEQ" name="[0..*] functions" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_IljoQEN3EeaLedz6YCMZEQ">
521 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/> 521 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/>
522 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/> 522 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/functions"/>
523 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_IlqV8EN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 523 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_IlqV8EN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
524 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_IlqV8UN3EeaLedz6YCMZEQ" showIcon="false"> 524 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_IlqV8UN3EeaLedz6YCMZEQ" showIcon="false">
525 <customFeatures>labelSize</customFeatures> 525 <customFeatures>labelSize</customFeatures>
526 </centerLabelStyle> 526 </centerLabelStyle>
527 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_IlqV8kN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 527 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_IlqV8kN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
528 <customFeatures>labelSize</customFeatures> 528 <customFeatures>labelSize</customFeatures>
529 </endLabelStyle> 529 </endLabelStyle>
530 </ownedStyle> 530 </ownedStyle>
531 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 531 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
532 </ownedDiagramElements> 532 </ownedDiagramElements>
533 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_LiCAcEN3EeaLedz6YCMZEQ" name="Assertion" tooltipText="" incomingEdges="_LiJVMEN3EeaLedz6YCMZEQ" width="12" height="10"> 533 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_LiCAcEN3EeaLedz6YCMZEQ" name="Assertion" tooltipText="" incomingEdges="_LiJVMEN3EeaLedz6YCMZEQ" width="12" height="10">
534 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/> 534 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/>
535 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/> 535 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Assertion"/>
536 <decorations xmi:type="viewpoint:Decoration" xmi:id="_LiG48EN3EeaLedz6YCMZEQ"> 536 <decorations xmi:type="viewpoint:Decoration" uid="_LiG48EN3EeaLedz6YCMZEQ">
537 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 537 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
538 </decorations> 538 </decorations>
539 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 539 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
540 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 540 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
541 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 541 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
542 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_wJzDsMFcEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 542 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_wJzDsMFcEea_b6UyFzv22g" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
543 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 543 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
544 </ownedStyle> 544 </ownedStyle>
545 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 545 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
546 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_LiGR4EN3EeaLedz6YCMZEQ" name="name : EString" tooltipText=""> 546 <ownedElements xmi:type="diagram:DNodeListElement" uid="_LiGR4EN3EeaLedz6YCMZEQ" name="name : EString" tooltipText="">
547 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/> 547 <target xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/>
548 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/> 548 <semanticElements xmi:type="ecore:EAttribute" href="logiclanguage.ecore#//Assertion/name"/>
549 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_LiGR4UN3EeaLedz6YCMZEQ" labelAlignment="LEFT" description="_G7yOEEN3EeaLedz6YCMZEQ"> 549 <ownedStyle xmi:type="diagram:BundledImage" uid="_LiGR4UN3EeaLedz6YCMZEQ" labelAlignment="LEFT" description="_G7yOEEN3EeaLedz6YCMZEQ">
550 <labelFormat>bold</labelFormat> 550 <labelFormat>bold</labelFormat>
551 </ownedStyle> 551 </ownedStyle>
552 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 552 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
553 </ownedElements> 553 </ownedElements>
554 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okUrYHt9EeeCn_RNMwgEBg" name=" value : Term" tooltipText=""> 554 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okUrYHt9EeeCn_RNMwgEBg" name=" value : Term" tooltipText="">
555 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/> 555 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/>
556 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/> 556 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/value"/>
557 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okVScHt9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207"> 557 <ownedStyle xmi:type="diagram:BundledImage" uid="_okVScHt9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207">
558 <labelFormat>bold</labelFormat> 558 <labelFormat>bold</labelFormat>
559 </ownedStyle> 559 </ownedStyle>
560 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 560 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
561 </ownedElements> 561 </ownedElements>
562 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okV5gHt9EeeCn_RNMwgEBg" name=" annotations : AssertionAnnotation" tooltipText=""> 562 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okV5gHt9EeeCn_RNMwgEBg" name=" annotations : AssertionAnnotation" tooltipText="">
563 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/> 563 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/>
564 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/> 564 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Assertion/annotations"/>
565 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okV5gXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 565 <ownedStyle xmi:type="diagram:BundledImage" uid="_okV5gXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
566 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 566 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
567 </ownedStyle> 567 </ownedStyle>
568 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 568 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
569 </ownedElements> 569 </ownedElements>
570 </ownedDiagramElements> 570 </ownedDiagramElements>
571 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_LiJVMEN3EeaLedz6YCMZEQ" name="[0..*] assertions" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_LiCAcEN3EeaLedz6YCMZEQ"> 571 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_LiJVMEN3EeaLedz6YCMZEQ" name="[0..*] assertions" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_LiCAcEN3EeaLedz6YCMZEQ">
572 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/> 572 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/>
573 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/> 573 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/assertions"/>
574 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_LiJVMUN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 574 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_LiJVMUN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
575 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_LiJVMkN3EeaLedz6YCMZEQ" showIcon="false"> 575 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_LiJVMkN3EeaLedz6YCMZEQ" showIcon="false">
576 <customFeatures>labelSize</customFeatures> 576 <customFeatures>labelSize</customFeatures>
577 </centerLabelStyle> 577 </centerLabelStyle>
578 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_LiJVM0N3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 578 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_LiJVM0N3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
579 <customFeatures>labelSize</customFeatures> 579 <customFeatures>labelSize</customFeatures>
580 </endLabelStyle> 580 </endLabelStyle>
581 </ownedStyle> 581 </ownedStyle>
582 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 582 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
583 </ownedDiagramElements> 583 </ownedDiagramElements>
584 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_L8KXsEN3EeaLedz6YCMZEQ" name="Relation" tooltipText="" incomingEdges="_L8UvwEN3EeaLedz6YCMZEQ _GOFlIEN4EeaLedz6YCMZEQ" width="12" height="10"> 584 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_L8KXsEN3EeaLedz6YCMZEQ" name="Relation" tooltipText="" incomingEdges="_L8UvwEN3EeaLedz6YCMZEQ _GOFlIEN4EeaLedz6YCMZEQ" width="12" height="10">
585 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 585 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
586 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/> 586 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Relation"/>
587 <decorations xmi:type="viewpoint:Decoration" xmi:id="_L8RscEN3EeaLedz6YCMZEQ"> 587 <decorations xmi:type="viewpoint:Decoration" uid="_L8RscEN3EeaLedz6YCMZEQ">
588 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 588 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
589 </decorations> 589 </decorations>
590 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 590 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
591 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 591 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
592 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 592 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
593 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_PdkFMMDnEea_b6UyFzv22g" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 593 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_PdkFMMDnEea_b6UyFzv22g" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
594 <labelFormat>italic</labelFormat> 594 <labelFormat>italic</labelFormat>
595 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 595 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
596 </ownedStyle> 596 </ownedStyle>
597 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 597 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
598 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okXHoHt9EeeCn_RNMwgEBg" name=" parameters : TypeReference" tooltipText=""> 598 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okXHoHt9EeeCn_RNMwgEBg" name=" parameters : TypeReference" tooltipText="">
599 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 599 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
600 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/> 600 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/parameters"/>
601 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okXusHt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 601 <ownedStyle xmi:type="diagram:BundledImage" uid="_okXusHt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
602 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 602 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
603 </ownedStyle> 603 </ownedStyle>
604 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 604 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
605 </ownedElements> 605 </ownedElements>
606 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okYVwHt9EeeCn_RNMwgEBg" name=" annotations : RelationAnnotation" tooltipText=""> 606 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okYVwHt9EeeCn_RNMwgEBg" name=" annotations : RelationAnnotation" tooltipText="">
607 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/> 607 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
608 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/> 608 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Relation/annotations"/>
609 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okYVwXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 609 <ownedStyle xmi:type="diagram:BundledImage" uid="_okYVwXt9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
610 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 610 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
611 </ownedStyle> 611 </ownedStyle>
612 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 612 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
613 </ownedElements> 613 </ownedElements>
614 </ownedDiagramElements> 614 </ownedDiagramElements>
615 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_L8UvwEN3EeaLedz6YCMZEQ" name="[0..*] relations" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_L8KXsEN3EeaLedz6YCMZEQ"> 615 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_L8UvwEN3EeaLedz6YCMZEQ" name="[0..*] relations" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_L8KXsEN3EeaLedz6YCMZEQ">
616 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/> 616 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/>
617 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/> 617 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/relations"/>
618 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_L8VW0EN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 618 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_L8VW0EN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
619 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_L8VW0UN3EeaLedz6YCMZEQ" showIcon="false"> 619 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_L8VW0UN3EeaLedz6YCMZEQ" showIcon="false">
620 <customFeatures>labelSize</customFeatures> 620 <customFeatures>labelSize</customFeatures>
621 </centerLabelStyle> 621 </centerLabelStyle>
622 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_L8VW0kN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 622 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_L8VW0kN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
623 <customFeatures>labelSize</customFeatures> 623 <customFeatures>labelSize</customFeatures>
624 </endLabelStyle> 624 </endLabelStyle>
625 </ownedStyle> 625 </ownedStyle>
626 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 626 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
627 </ownedDiagramElements> 627 </ownedDiagramElements>
628 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_MhFCoEN3EeaLedz6YCMZEQ" name="Constant" tooltipText="" incomingEdges="_MhOMkEN3EeaLedz6YCMZEQ _KpR-EEN4EeaLedz6YCMZEQ" width="12" height="10"> 628 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_MhFCoEN3EeaLedz6YCMZEQ" name="Constant" tooltipText="" incomingEdges="_MhOMkEN3EeaLedz6YCMZEQ _KpR-EEN4EeaLedz6YCMZEQ" width="12" height="10">
629 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 629 <target xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
630 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/> 630 <semanticElements xmi:type="ecore:EClass" href="logiclanguage.ecore#//Constant"/>
631 <decorations xmi:type="viewpoint:Decoration" xmi:id="_MhKiMEN3EeaLedz6YCMZEQ"> 631 <decorations xmi:type="viewpoint:Decoration" uid="_MhKiMEN3EeaLedz6YCMZEQ">
632 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/> 632 <description xmi:type="description:SemanticBasedDecoration" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@decorationDescriptionsSet/@decorationDescriptions[name='External']"/>
633 </decorations> 633 </decorations>
634 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 634 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
635 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 635 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
636 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 636 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
637 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_PdlTUMDnEea_b6UyFzv22g" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 637 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_PdlTUMDnEea_b6UyFzv22g" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
638 <labelFormat>italic</labelFormat> 638 <labelFormat>italic</labelFormat>
639 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 639 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
640 </ownedStyle> 640 </ownedStyle>
641 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 641 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
642 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okY80Ht9EeeCn_RNMwgEBg" name=" type : TypeReference" tooltipText=""> 642 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okY80Ht9EeeCn_RNMwgEBg" name=" type : TypeReference" tooltipText="">
643 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/> 643 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
644 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/> 644 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/type"/>
645 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okZj4Ht9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207"> 645 <ownedStyle xmi:type="diagram:BundledImage" uid="_okZj4Ht9EeeCn_RNMwgEBg" labelAlignment="LEFT" description="_okPL0Ht9EeeCn_RNMwgEBg" color="114,159,207">
646 <labelFormat>bold</labelFormat> 646 <labelFormat>bold</labelFormat>
647 </ownedStyle> 647 </ownedStyle>
648 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 648 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
649 </ownedElements> 649 </ownedElements>
650 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_okZj4Xt9EeeCn_RNMwgEBg" name=" annotations : ConstantAnnotation" tooltipText=""> 650 <ownedElements xmi:type="diagram:DNodeListElement" uid="_okZj4Xt9EeeCn_RNMwgEBg" name=" annotations : ConstantAnnotation" tooltipText="">
651 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/> 651 <target xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/>
652 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/> 652 <semanticElements xmi:type="ecore:EReference" href="logiclanguage.ecore#//Constant/annotations"/>
653 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_okaK8Ht9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207"> 653 <ownedStyle xmi:type="diagram:BundledImage" uid="_okaK8Ht9EeeCn_RNMwgEBg" labelAlignment="LEFT" color="114,159,207">
654 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/> 654 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
655 </ownedStyle> 655 </ownedStyle>
656 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/> 656 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
657 </ownedElements> 657 </ownedElements>
658 </ownedDiagramElements> 658 </ownedDiagramElements>
659 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_MhOMkEN3EeaLedz6YCMZEQ" name="[0..*] constants" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_MhFCoEN3EeaLedz6YCMZEQ"> 659 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_MhOMkEN3EeaLedz6YCMZEQ" name="[0..*] constants" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_MhFCoEN3EeaLedz6YCMZEQ">
660 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/> 660 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/>
661 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/> 661 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/constants"/>
662 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_MhOzoEN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 662 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_MhOzoEN3EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
663 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_MhOzoUN3EeaLedz6YCMZEQ" showIcon="false"> 663 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_MhOzoUN3EeaLedz6YCMZEQ" showIcon="false">
664 <customFeatures>labelSize</customFeatures> 664 <customFeatures>labelSize</customFeatures>
665 </centerLabelStyle> 665 </centerLabelStyle>
666 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_MhOzokN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 666 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_MhOzokN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
667 <customFeatures>labelSize</customFeatures> 667 <customFeatures>labelSize</customFeatures>
668 </endLabelStyle> 668 </endLabelStyle>
669 </ownedStyle> 669 </ownedStyle>
670 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 670 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
671 </ownedDiagramElements> 671 </ownedDiagramElements>
672 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_tFBO8EN3EeaLedz6YCMZEQ" name="ContainmentHierarchy" tooltipText="" outgoingEdges="_8k9uwEN3EeaLedz6YCMZEQ _DZsx8EN4EeaLedz6YCMZEQ _GOFlIEN4EeaLedz6YCMZEQ _KpR-EEN4EeaLedz6YCMZEQ" incomingEdges="_3AVBgEN3EeaLedz6YCMZEQ" width="12" height="10"> 672 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_tFBO8EN3EeaLedz6YCMZEQ" name="ContainmentHierarchy" tooltipText="" outgoingEdges="_8k9uwEN3EeaLedz6YCMZEQ _DZsx8EN4EeaLedz6YCMZEQ _GOFlIEN4EeaLedz6YCMZEQ _KpR-EEN4EeaLedz6YCMZEQ" incomingEdges="_3AVBgEN3EeaLedz6YCMZEQ" width="12" height="10">
673 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//ContainmentHierarchy"/> 673 <target xmi:type="ecore:EClass" href="logicproblem.ecore#//ContainmentHierarchy"/>
674 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//ContainmentHierarchy"/> 674 <semanticElements xmi:type="ecore:EClass" href="logicproblem.ecore#//ContainmentHierarchy"/>
675 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 675 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
676 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 676 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
677 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 677 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
678 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_tFB2AEN3EeaLedz6YCMZEQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 678 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_tFB2AEN3EeaLedz6YCMZEQ" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
679 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 679 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
680 </ownedStyle> 680 </ownedStyle>
681 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 681 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
682 </ownedDiagramElements> 682 </ownedDiagramElements>
683 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_3AVBgEN3EeaLedz6YCMZEQ" name="[0..*] containmentHierarchies" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_tFBO8EN3EeaLedz6YCMZEQ"> 683 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_3AVBgEN3EeaLedz6YCMZEQ" name="[0..*] containmentHierarchies" sourceNode="_3N8cMEN2EeaLedz6YCMZEQ" targetNode="_tFBO8EN3EeaLedz6YCMZEQ">
684 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/containmentHierarchies"/> 684 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/containmentHierarchies"/>
685 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/containmentHierarchies"/> 685 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//LogicProblem/containmentHierarchies"/>
686 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_PachAEO6EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 686 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_PachAEO6EeaLedz6YCMZEQ" description="_3OOwEEN2EeaLedz6YCMZEQ" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
687 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_PachAUO6EeaLedz6YCMZEQ" showIcon="false"/> 687 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_PachAUO6EeaLedz6YCMZEQ" showIcon="false"/>
688 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_PachAkO6EeaLedz6YCMZEQ" labelSize="6" showIcon="false" labelColor="39,76,114"/> 688 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_PachAkO6EeaLedz6YCMZEQ" labelSize="6" showIcon="false" labelColor="39,76,114"/>
689 </ownedStyle> 689 </ownedStyle>
690 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 690 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
691 </ownedDiagramElements> 691 </ownedDiagramElements>
692 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_8k9uwEN3EeaLedz6YCMZEQ" name="[0..*] typesOrderedInHierarchy" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_G7tVkEN3EeaLedz6YCMZEQ"> 692 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_8k9uwEN3EeaLedz6YCMZEQ" name="[0..*] typesOrderedInHierarchy" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_G7tVkEN3EeaLedz6YCMZEQ">
693 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/typesOrderedInHierarchy"/> 693 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/typesOrderedInHierarchy"/>
694 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/typesOrderedInHierarchy"/> 694 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/typesOrderedInHierarchy"/>
695 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_8k-V0EN3EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0"> 695 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_8k-V0EN3EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0">
696 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 696 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
697 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_8k-V0UN3EeaLedz6YCMZEQ" showIcon="false"> 697 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_8k-V0UN3EeaLedz6YCMZEQ" showIcon="false">
698 <customFeatures>labelSize</customFeatures> 698 <customFeatures>labelSize</customFeatures>
699 </centerLabelStyle> 699 </centerLabelStyle>
700 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_8k-V0kN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 700 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_8k-V0kN3EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
701 <customFeatures>labelSize</customFeatures> 701 <customFeatures>labelSize</customFeatures>
702 </endLabelStyle> 702 </endLabelStyle>
703 </ownedStyle> 703 </ownedStyle>
704 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 704 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
705 </ownedDiagramElements> 705 </ownedDiagramElements>
706 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_DZsx8EN4EeaLedz6YCMZEQ" name="[0..*] containmentFunctions" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_IljoQEN3EeaLedz6YCMZEQ"> 706 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_DZsx8EN4EeaLedz6YCMZEQ" name="[0..*] containmentFunctions" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_IljoQEN3EeaLedz6YCMZEQ">
707 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentFunctions"/> 707 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentFunctions"/>
708 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentFunctions"/> 708 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentFunctions"/>
709 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_DZsx8UN4EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0"> 709 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_DZsx8UN4EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0">
710 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 710 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
711 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_DZsx8kN4EeaLedz6YCMZEQ" showIcon="false"> 711 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_DZsx8kN4EeaLedz6YCMZEQ" showIcon="false">
712 <customFeatures>labelSize</customFeatures> 712 <customFeatures>labelSize</customFeatures>
713 </centerLabelStyle> 713 </centerLabelStyle>
714 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_DZsx80N4EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 714 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_DZsx80N4EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
715 <customFeatures>labelSize</customFeatures> 715 <customFeatures>labelSize</customFeatures>
716 </endLabelStyle> 716 </endLabelStyle>
717 </ownedStyle> 717 </ownedStyle>
718 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 718 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
719 </ownedDiagramElements> 719 </ownedDiagramElements>
720 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_GOFlIEN4EeaLedz6YCMZEQ" name="[0..*] containmentRelations" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_L8KXsEN3EeaLedz6YCMZEQ"> 720 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_GOFlIEN4EeaLedz6YCMZEQ" name="[0..*] containmentRelations" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_L8KXsEN3EeaLedz6YCMZEQ">
721 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentRelations"/> 721 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentRelations"/>
722 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentRelations"/> 722 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/containmentRelations"/>
723 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_GOGMMEN4EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0"> 723 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_GOGMMEN4EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0">
724 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 724 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
725 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_GOGMMUN4EeaLedz6YCMZEQ" showIcon="false"> 725 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_GOGMMUN4EeaLedz6YCMZEQ" showIcon="false">
726 <customFeatures>labelSize</customFeatures> 726 <customFeatures>labelSize</customFeatures>
727 </centerLabelStyle> 727 </centerLabelStyle>
728 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_GOGMMkN4EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 728 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_GOGMMkN4EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
729 <customFeatures>labelSize</customFeatures> 729 <customFeatures>labelSize</customFeatures>
730 </endLabelStyle> 730 </endLabelStyle>
731 </ownedStyle> 731 </ownedStyle>
732 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 732 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
733 </ownedDiagramElements> 733 </ownedDiagramElements>
734 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_KpR-EEN4EeaLedz6YCMZEQ" name="[0..1] rootConstant" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_MhFCoEN3EeaLedz6YCMZEQ"> 734 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_KpR-EEN4EeaLedz6YCMZEQ" name="[0..1] rootConstant" sourceNode="_tFBO8EN3EeaLedz6YCMZEQ" targetNode="_MhFCoEN3EeaLedz6YCMZEQ">
735 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/rootConstant"/> 735 <target xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/rootConstant"/>
736 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/rootConstant"/> 736 <semanticElements xmi:type="ecore:EReference" href="logicproblem.ecore#//ContainmentHierarchy/rootConstant"/>
737 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_KpR-EUN4EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0"> 737 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_KpR-EUN4EeaLedz6YCMZEQ" routingStyle="manhattan" strokeColor="0,0,0">
738 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/> 738 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']/@style"/>
739 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_KpR-EkN4EeaLedz6YCMZEQ" showIcon="false"> 739 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_KpR-EkN4EeaLedz6YCMZEQ" showIcon="false">
740 <customFeatures>labelSize</customFeatures> 740 <customFeatures>labelSize</customFeatures>
741 </centerLabelStyle> 741 </centerLabelStyle>
742 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_KpR-E0N4EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114"> 742 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_KpR-E0N4EeaLedz6YCMZEQ" showIcon="false" labelColor="39,76,114">
743 <customFeatures>labelSize</customFeatures> 743 <customFeatures>labelSize</customFeatures>
744 </endLabelStyle> 744 </endLabelStyle>
745 </ownedStyle> 745 </ownedStyle>
746 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 746 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
747 </ownedDiagramElements> 747 </ownedDiagramElements>
748 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 748 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
749 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_2bjV9UN2EeaLedz6YCMZEQ"/> 749 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_2bjV9UN2EeaLedz6YCMZEQ"/>
750 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 750 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
751 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 751 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
752 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 752 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
diff --git a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.aird b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.aird
index b088b72f..486a339f 100644
--- a/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.aird
+++ b/Framework/hu.bme.mit.inf.dslreasoner.logic.model/model/logicresult.aird
@@ -1,740 +1,758 @@
1<?xml version="1.0" encoding="UTF-8"?> 1<?xml version="1.0" encoding="UTF-8"?>
2<viewpoint:DAnalysis xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style" xmi:id="_VnNagGCHEeWg-_mfCA72gg" selectedViews="_VqeJ4GCHEeWg-_mfCA72gg _Vqv2sGCHEeWg-_mfCA72gg _VrDYsGCHEeWg-_mfCA72gg _VrW6sGCHEeWg-_mfCA72gg" version="10.1.0.201509162000"> 2<xmi:XMI xmi:version="2.0" xmlns:xmi="http://www.omg.org/XMI" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:description="http://www.eclipse.org/sirius/description/1.1.0" xmlns:description_1="http://www.eclipse.org/sirius/diagram/description/1.1.0" xmlns:diagram="http://www.eclipse.org/sirius/diagram/1.1.0" xmlns:ecore="http://www.eclipse.org/emf/2002/Ecore" xmlns:notation="http://www.eclipse.org/gmf/runtime/1.0.2/notation" xmlns:style="http://www.eclipse.org/sirius/diagram/description/style/1.1.0" xmlns:viewpoint="http://www.eclipse.org/sirius/1.1.0" xsi:schemaLocation="http://www.eclipse.org/sirius/description/1.1.0 http://www.eclipse.org/sirius/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description http://www.eclipse.org/sirius/diagram/description/style/1.1.0 http://www.eclipse.org/sirius/diagram/1.1.0#//description/style">
3 <semanticResources>logicresult.ecore</semanticResources> 3 <viewpoint:DAnalysis uid="_VnNagGCHEeWg-_mfCA72gg" selectedViews="_VqeJ4GCHEeWg-_mfCA72gg _Vqv2sGCHEeWg-_mfCA72gg _VrDYsGCHEeWg-_mfCA72gg _VrW6sGCHEeWg-_mfCA72gg" version="14.1.0.201810161215">
4 <semanticResources>logicproblem.ecore</semanticResources> 4 <semanticResources>logicresult.ecore</semanticResources>
5 <semanticResources>http://www.eclipse.org/emf/2002/Ecore</semanticResources> 5 <semanticResources>logicproblem.ecore</semanticResources>
6 <semanticResources>logiclanguage.ecore</semanticResources> 6 <semanticResources>http://www.eclipse.org/emf/2002/Ecore</semanticResources>
7 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_VqeJ4GCHEeWg-_mfCA72gg"> 7 <semanticResources>logiclanguage.ecore</semanticResources>
8 <ownedRepresentations xmi:type="diagram:DSemanticDiagram" xmi:id="_X4aoIGCHEeWg-_mfCA72gg" name="logicresult class diagram"> 8 <ownedViews xmi:type="viewpoint:DView" uid="_VqeJ4GCHEeWg-_mfCA72gg">
9 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_X4aoIWCHEeWg-_mfCA72gg" source="DANNOTATION_CUSTOMIZATION_KEY"> 9 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/>
10 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" xmi:id="_X4aoImCHEeWg-_mfCA72gg"> 10 <ownedRepresentationDescriptors xmi:type="viewpoint:DRepresentationDescriptor" uid="_linpsW6hEemSyfDlsGAqLA" name="logicresult class diagram" repPath="#_X4aoIGCHEeWg-_mfCA72gg">
11 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_YumpQGCHEeWg-_mfCA72gg" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1"> 11 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
12 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 12 <target xmi:type="ecore:EPackage" href="logicresult.ecore#/"/>
13 <labelFormat>bold</labelFormat> 13 </ownedRepresentationDescriptors>
14 </ownedViews>
15 <ownedViews xmi:type="viewpoint:DView" uid="_Vqv2sGCHEeWg-_mfCA72gg">
16 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/>
17 </ownedViews>
18 <ownedViews xmi:type="viewpoint:DView" uid="_VrDYsGCHEeWg-_mfCA72gg">
19 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/>
20 </ownedViews>
21 <ownedViews xmi:type="viewpoint:DView" uid="_VrW6sGCHEeWg-_mfCA72gg">
22 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/>
23 </ownedViews>
24 </viewpoint:DAnalysis>
25 <diagram:DSemanticDiagram uid="_X4aoIGCHEeWg-_mfCA72gg" name="logicresult class diagram">
26 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_X4aoIWCHEeWg-_mfCA72gg" source="DANNOTATION_CUSTOMIZATION_KEY">
27 <data xmi:type="diagram:ComputedStyleDescriptionRegistry" uid="_X4aoImCHEeWg-_mfCA72gg">
28 <computedStyleDescriptions xmi:type="style:BundledImageDescription" xmi:id="_YumpQGCHEeWg-_mfCA72gg" labelExpression="service:render" labelAlignment="LEFT" tooltipExpression="service:renderTooltip" sizeComputationExpression="1">
29 <borderColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
30 <labelFormat>bold</labelFormat>
31 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
32 <color xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
33 </computedStyleDescriptions>
34 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_YuzdkGCHEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan">
35 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
36 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_YuzdkWCHEeWg-_mfCA72gg" showIcon="false" labelExpression="service:render">
14 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 37 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/>
15 <color xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 38 </centerLabelStyleDescription>
16 </computedStyleDescriptions> 39 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_YuzdkmCHEeWg-_mfCA72gg" labelSize="6" showIcon="false" labelExpression="service:eKeysLabel">
17 <computedStyleDescriptions xmi:type="style:EdgeStyleDescription" xmi:id="_YuzdkGCHEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan"> 40 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/>
18 <strokeColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 41 </endLabelStyleDescription>
19 <centerLabelStyleDescription xmi:type="style:CenterLabelStyleDescription" xmi:id="_YuzdkWCHEeWg-_mfCA72gg" showIcon="false" labelExpression="service:render"> 42 </computedStyleDescriptions>
20 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='black']"/> 43 </data>
21 </centerLabelStyleDescription> 44 </ownedAnnotationEntries>
22 <endLabelStyleDescription xmi:type="style:EndLabelStyleDescription" xmi:id="_YuzdkmCHEeWg-_mfCA72gg" labelSize="6" showIcon="false" labelExpression="service:eKeysLabel"> 45 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" uid="_X4bPMGCHEeWg-_mfCA72gg" source="GMF_DIAGRAMS">
23 <labelColor xmi:type="description:SystemColor" href="environment:/viewpoint#//@systemColors/@entries[name='dark_blue']"/> 46 <data xmi:type="notation:Diagram" xmi:id="_X4bPMWCHEeWg-_mfCA72gg" type="Sirius" element="_X4aoIGCHEeWg-_mfCA72gg" measurementUnit="Pixel">
24 </endLabelStyleDescription> 47 <children xmi:type="notation:Node" xmi:id="_Yu91oGCHEeWg-_mfCA72gg" type="2003" element="_YuQD8GCHEeWg-_mfCA72gg">
25 </computedStyleDescriptions> 48 <children xmi:type="notation:Node" xmi:id="_Yu-csGCHEeWg-_mfCA72gg" type="5007"/>
26 </data> 49 <children xmi:type="notation:Node" xmi:id="_Yu-csWCHEeWg-_mfCA72gg" type="7004">
27 </ownedAnnotationEntries> 50 <children xmi:type="notation:Node" xmi:id="_YvG_lGCHEeWg-_mfCA72gg" type="3010" element="_Yuk0EGCHEeWg-_mfCA72gg">
28 <ownedAnnotationEntries xmi:type="description:AnnotationEntry" xmi:id="_X4bPMGCHEeWg-_mfCA72gg" source="GMF_DIAGRAMS"> 51 <styles xmi:type="notation:FontStyle" xmi:id="_YvG_lWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
29 <data xmi:type="notation:Diagram" xmi:id="_X4bPMWCHEeWg-_mfCA72gg" type="Sirius" element="_X4aoIGCHEeWg-_mfCA72gg" measurementUnit="Pixel"> 52 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvG_lmCHEeWg-_mfCA72gg"/>
30 <children xmi:type="notation:Node" xmi:id="_Yu91oGCHEeWg-_mfCA72gg" type="2003" element="_YuQD8GCHEeWg-_mfCA72gg"> 53 </children>
31 <children xmi:type="notation:Node" xmi:id="_Yu-csGCHEeWg-_mfCA72gg" type="5007"/> 54 <children xmi:type="notation:Node" xmi:id="_YvHmoGCHEeWg-_mfCA72gg" type="3010" element="_YumCMGCHEeWg-_mfCA72gg">
32 <children xmi:type="notation:Node" xmi:id="_Yu-csWCHEeWg-_mfCA72gg" type="7004"> 55 <styles xmi:type="notation:FontStyle" xmi:id="_YvHmoWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
33 <children xmi:type="notation:Node" xmi:id="_YvG_lGCHEeWg-_mfCA72gg" type="3010" element="_Yuk0EGCHEeWg-_mfCA72gg"> 56 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvHmomCHEeWg-_mfCA72gg"/>
34 <styles xmi:type="notation:FontStyle" xmi:id="_YvG_lWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 57 </children>
35 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvG_lmCHEeWg-_mfCA72gg"/> 58 <children xmi:type="notation:Node" xmi:id="_l7tfIG6hEemSyfDlsGAqLA" type="3010" element="_l7ljVG6hEemSyfDlsGAqLA">
36 </children> 59 <styles xmi:type="notation:FontStyle" xmi:id="_l7tfIW6hEemSyfDlsGAqLA" fontName="Segoe UI" fontHeight="8"/>
37 <children xmi:type="notation:Node" xmi:id="_YvHmoGCHEeWg-_mfCA72gg" type="3010" element="_YumCMGCHEeWg-_mfCA72gg"> 60 <layoutConstraint xmi:type="notation:Location" xmi:id="_l7tfIm6hEemSyfDlsGAqLA"/>
38 <styles xmi:type="notation:FontStyle" xmi:id="_YvHmoWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/> 61 </children>
39 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvHmomCHEeWg-_mfCA72gg"/> 62 <styles xmi:type="notation:SortingStyle" xmi:id="_Yu-csmCHEeWg-_mfCA72gg"/>
40 </children> 63 <styles xmi:type="notation:FilteringStyle" xmi:id="_Yu-cs2CHEeWg-_mfCA72gg"/>
41 <styles xmi:type="notation:SortingStyle" xmi:id="_Yu-csmCHEeWg-_mfCA72gg"/>
42 <styles xmi:type="notation:FilteringStyle" xmi:id="_Yu-cs2CHEeWg-_mfCA72gg"/>
43 </children>
44 <styles xmi:type="notation:ShapeStyle" xmi:id="_Yu91oWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" italic="true"/>
45 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Yu91omCHEeWg-_mfCA72gg" x="205" y="320"/>
46 </children>
47 <children xmi:type="notation:Node" xmi:id="_Yu-ctGCHEeWg-_mfCA72gg" type="2003" element="_YuRSEGCHEeWg-_mfCA72gg">
48 <children xmi:type="notation:Node" xmi:id="_Yu_DwGCHEeWg-_mfCA72gg" type="5007"/>
49 <children xmi:type="notation:Node" xmi:id="_Yu_DwWCHEeWg-_mfCA72gg" type="7004">
50 <children xmi:type="notation:Node" xmi:id="_YvINsGCHEeWg-_mfCA72gg" type="3010" element="_YunQUGCHEeWg-_mfCA72gg">
51 <styles xmi:type="notation:FontStyle" xmi:id="_YvINsWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
52 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvINsmCHEeWg-_mfCA72gg"/>
53 </children>
54 <children xmi:type="notation:Node" xmi:id="_YvINs2CHEeWg-_mfCA72gg" type="3010" element="_YuoecWCHEeWg-_mfCA72gg">
55 <styles xmi:type="notation:FontStyle" xmi:id="_YvINtGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
56 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvINtWCHEeWg-_mfCA72gg"/>
57 </children>
58 <styles xmi:type="notation:SortingStyle" xmi:id="_Yu_DwmCHEeWg-_mfCA72gg"/>
59 <styles xmi:type="notation:FilteringStyle" xmi:id="_Yu_Dw2CHEeWg-_mfCA72gg"/>
60 </children>
61 <styles xmi:type="notation:ShapeStyle" xmi:id="_Yu-ctWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
62 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Yu-ctmCHEeWg-_mfCA72gg" x="40" y="480"/>
63 </children>
64 <children xmi:type="notation:Node" xmi:id="_Yu_DxGCHEeWg-_mfCA72gg" type="2003" element="_YuR5IWCHEeWg-_mfCA72gg">
65 <children xmi:type="notation:Node" xmi:id="_Yu_q0GCHEeWg-_mfCA72gg" type="5007"/>
66 <children xmi:type="notation:Node" xmi:id="_Yu_q0WCHEeWg-_mfCA72gg" type="7004">
67 <styles xmi:type="notation:SortingStyle" xmi:id="_Yu_q0mCHEeWg-_mfCA72gg"/>
68 <styles xmi:type="notation:FilteringStyle" xmi:id="_Yu_q02CHEeWg-_mfCA72gg"/>
69 </children>
70 <styles xmi:type="notation:ShapeStyle" xmi:id="_Yu_DxWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
71 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Yu_DxmCHEeWg-_mfCA72gg" x="415" y="480"/>
72 </children>
73 <children xmi:type="notation:Node" xmi:id="_YvAR4GCHEeWg-_mfCA72gg" type="2003" element="_YuSgMWCHEeWg-_mfCA72gg">
74 <children xmi:type="notation:Node" xmi:id="_YvAR42CHEeWg-_mfCA72gg" type="5007"/>
75 <children xmi:type="notation:Node" xmi:id="_YvAR5GCHEeWg-_mfCA72gg" type="7004">
76 <styles xmi:type="notation:SortingStyle" xmi:id="_YvAR5WCHEeWg-_mfCA72gg"/>
77 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvAR5mCHEeWg-_mfCA72gg"/>
78 </children>
79 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvAR4WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" italic="true"/>
80 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvAR4mCHEeWg-_mfCA72gg" x="235" y="480"/>
81 </children>
82 <children xmi:type="notation:Node" xmi:id="_YvA48GCHEeWg-_mfCA72gg" type="2003" element="_YuTHQWCHEeWg-_mfCA72gg">
83 <children xmi:type="notation:Node" xmi:id="_YvA482CHEeWg-_mfCA72gg" type="5007"/>
84 <children xmi:type="notation:Node" xmi:id="_YvBgAGCHEeWg-_mfCA72gg" type="7004">
85 <children xmi:type="notation:Node" xmi:id="_YvI0wGCHEeWg-_mfCA72gg" type="3010" element="_YupskGCHEeWg-_mfCA72gg">
86 <styles xmi:type="notation:FontStyle" xmi:id="_YvI0wWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
87 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvI0wmCHEeWg-_mfCA72gg"/>
88 </children>
89 <styles xmi:type="notation:SortingStyle" xmi:id="_YvBgAWCHEeWg-_mfCA72gg"/>
90 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvBgAmCHEeWg-_mfCA72gg"/>
91 </children>
92 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvA48WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
93 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvA48mCHEeWg-_mfCA72gg" x="15" y="640"/>
94 </children>
95 <children xmi:type="notation:Node" xmi:id="_YvBgA2CHEeWg-_mfCA72gg" type="2003" element="_YuUVYGCHEeWg-_mfCA72gg">
96 <children xmi:type="notation:Node" xmi:id="_YvCHEGCHEeWg-_mfCA72gg" type="5007"/>
97 <children xmi:type="notation:Node" xmi:id="_YvCHEWCHEeWg-_mfCA72gg" type="7004">
98 <children xmi:type="notation:Node" xmi:id="_YvI0w2CHEeWg-_mfCA72gg" type="3010" element="_Yuq6sGCHEeWg-_mfCA72gg">
99 <styles xmi:type="notation:FontStyle" xmi:id="_YvI0xGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
100 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvI0xWCHEeWg-_mfCA72gg"/>
101 </children>
102 <styles xmi:type="notation:SortingStyle" xmi:id="_YvCHEmCHEeWg-_mfCA72gg"/>
103 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvCHE2CHEeWg-_mfCA72gg"/>
104 </children>
105 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvBgBGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
106 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvBgBWCHEeWg-_mfCA72gg" x="415" y="640"/>
107 </children>
108 <children xmi:type="notation:Node" xmi:id="_YvCHFGCHEeWg-_mfCA72gg" type="2003" element="_YuVjgGCHEeWg-_mfCA72gg">
109 <children xmi:type="notation:Node" xmi:id="_YvCHF2CHEeWg-_mfCA72gg" type="5007"/>
110 <children xmi:type="notation:Node" xmi:id="_YvCuIGCHEeWg-_mfCA72gg" type="7004">
111 <children xmi:type="notation:Node" xmi:id="_YvJb0GCHEeWg-_mfCA72gg" type="3010" element="_YusI0GCHEeWg-_mfCA72gg">
112 <styles xmi:type="notation:FontStyle" xmi:id="_YvJb0WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
113 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvJb0mCHEeWg-_mfCA72gg"/>
114 </children>
115 <children xmi:type="notation:Node" xmi:id="_YvJb02CHEeWg-_mfCA72gg" type="3010" element="_Yusv4WCHEeWg-_mfCA72gg">
116 <styles xmi:type="notation:FontStyle" xmi:id="_YvJb1GCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
117 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvJb1WCHEeWg-_mfCA72gg"/>
118 </children>
119 <children xmi:type="notation:Node" xmi:id="_YvKC4GCHEeWg-_mfCA72gg" type="3010" element="_YutW8WCHEeWg-_mfCA72gg">
120 <styles xmi:type="notation:FontStyle" xmi:id="_YvKC4WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
121 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvKC4mCHEeWg-_mfCA72gg"/>
122 </children>
123 <styles xmi:type="notation:SortingStyle" xmi:id="_YvCuIWCHEeWg-_mfCA72gg"/>
124 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvCuImCHEeWg-_mfCA72gg"/>
125 </children>
126 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvCHFWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
127 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvCHFmCHEeWg-_mfCA72gg" x="648" y="320"/>
128 </children>
129 <children xmi:type="notation:Node" xmi:id="_YvCuI2CHEeWg-_mfCA72gg" type="2003" element="_YuWxoGCHEeWg-_mfCA72gg">
130 <children xmi:type="notation:Node" xmi:id="_YvD8QGCHEeWg-_mfCA72gg" type="5007"/>
131 <children xmi:type="notation:Node" xmi:id="_YvEjUGCHEeWg-_mfCA72gg" type="7004">
132 <children xmi:type="notation:Node" xmi:id="_YvKC42CHEeWg-_mfCA72gg" type="3010" element="_YuulEGCHEeWg-_mfCA72gg">
133 <styles xmi:type="notation:FontStyle" xmi:id="_YvKC5GCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
134 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvKC5WCHEeWg-_mfCA72gg"/>
135 </children>
136 <styles xmi:type="notation:SortingStyle" xmi:id="_YvEjUWCHEeWg-_mfCA72gg"/>
137 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvEjUmCHEeWg-_mfCA72gg"/>
138 </children>
139 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvCuJGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" italic="true"/>
140 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvCuJWCHEeWg-_mfCA72gg" x="715" y="470"/>
141 </children>
142 <children xmi:type="notation:Node" xmi:id="_YvEjU2CHEeWg-_mfCA72gg" type="2003" element="_YuX_wGCHEeWg-_mfCA72gg">
143 <children xmi:type="notation:Node" xmi:id="_YvFKYGCHEeWg-_mfCA72gg" type="5007"/>
144 <children xmi:type="notation:Node" xmi:id="_YvFKYWCHEeWg-_mfCA72gg" type="7004">
145 <styles xmi:type="notation:SortingStyle" xmi:id="_YvFKYmCHEeWg-_mfCA72gg"/>
146 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvFKY2CHEeWg-_mfCA72gg"/>
147 </children>
148 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvEjVGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
149 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvEjVWCHEeWg-_mfCA72gg" x="235" y="640"/>
150 </children>
151 <children xmi:type="notation:Node" xmi:id="_YvFxcGCHEeWg-_mfCA72gg" type="2003" element="_YuZN4GCHEeWg-_mfCA72gg">
152 <children xmi:type="notation:Node" xmi:id="_YvFxc2CHEeWg-_mfCA72gg" type="5007"/>
153 <children xmi:type="notation:Node" xmi:id="_YvGYgGCHEeWg-_mfCA72gg" type="7004">
154 <children xmi:type="notation:Node" xmi:id="_YvKp8GCHEeWg-_mfCA72gg" type="3010" element="_YuvzMGCHEeWg-_mfCA72gg">
155 <styles xmi:type="notation:FontStyle" xmi:id="_YvKp8WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
156 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvKp8mCHEeWg-_mfCA72gg"/>
157 </children>
158 <styles xmi:type="notation:SortingStyle" xmi:id="_YvGYgWCHEeWg-_mfCA72gg"/>
159 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvGYgmCHEeWg-_mfCA72gg"/>
160 </children>
161 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvFxcWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
162 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvFxcmCHEeWg-_mfCA72gg" x="755" y="630"/>
163 </children>
164 <children xmi:type="notation:Node" xmi:id="_YvGYg2CHEeWg-_mfCA72gg" type="2003" element="_YuacAGCHEeWg-_mfCA72gg">
165 <children xmi:type="notation:Node" xmi:id="_YvG_kGCHEeWg-_mfCA72gg" type="5007"/>
166 <children xmi:type="notation:Node" xmi:id="_YvG_kWCHEeWg-_mfCA72gg" type="7004">
167 <children xmi:type="notation:Node" xmi:id="_YvLRAGCHEeWg-_mfCA72gg" type="3010" element="_YuwaQGCHEeWg-_mfCA72gg">
168 <styles xmi:type="notation:FontStyle" xmi:id="_YvLRAWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
169 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvLRAmCHEeWg-_mfCA72gg"/>
170 </children>
171 <styles xmi:type="notation:SortingStyle" xmi:id="_YvG_kmCHEeWg-_mfCA72gg"/>
172 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvG_k2CHEeWg-_mfCA72gg"/>
173 </children>
174 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvGYhGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
175 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvGYhWCHEeWg-_mfCA72gg" x="605" y="630"/>
176 </children>
177 <children xmi:type="notation:Node" xmi:id="_3nsj0J7aEeae3ZkQhmCxsw" type="2003" element="_3m0aEJ7aEeae3ZkQhmCxsw">
178 <children xmi:type="notation:Node" xmi:id="_3n0foJ7aEeae3ZkQhmCxsw" type="5007"/>
179 <children xmi:type="notation:Node" xmi:id="_3n1GsJ7aEeae3ZkQhmCxsw" type="7004">
180 <children xmi:type="notation:Node" xmi:id="_7t5kMJ7aEeae3ZkQhmCxsw" type="3010" element="_7tUVYJ7aEeae3ZkQhmCxsw">
181 <styles xmi:type="notation:FontStyle" xmi:id="_7t5kMZ7aEeae3ZkQhmCxsw" fontColor="2697711" fontName="Segoe UI" fontHeight="8"/>
182 <layoutConstraint xmi:type="notation:Location" xmi:id="_7t5kMp7aEeae3ZkQhmCxsw"/>
183 </children>
184 <styles xmi:type="notation:SortingStyle" xmi:id="_3n1GsZ7aEeae3ZkQhmCxsw"/>
185 <styles xmi:type="notation:FilteringStyle" xmi:id="_3n1Gsp7aEeae3ZkQhmCxsw"/>
186 </children>
187 <styles xmi:type="notation:ShapeStyle" xmi:id="_3nsj0Z7aEeae3ZkQhmCxsw" fontName="Segoe UI" fontHeight="8"/>
188 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3nsj0p7aEeae3ZkQhmCxsw" x="885" y="630" width="120" height="100"/>
189 </children> 64 </children>
190 <styles xmi:type="notation:DiagramStyle" xmi:id="_X4bPMmCHEeWg-_mfCA72gg"/> 65 <styles xmi:type="notation:ShapeStyle" xmi:id="_Yu91oWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" italic="true"/>
191 <edges xmi:type="notation:Edge" xmi:id="_YvL4EGCHEeWg-_mfCA72gg" type="4001" element="_Yuy2gGCHEeWg-_mfCA72gg" source="_Yu91oGCHEeWg-_mfCA72gg" target="_YvCHFGCHEeWg-_mfCA72gg"> 66 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Yu91omCHEeWg-_mfCA72gg" x="205" y="320"/>
192 <children xmi:type="notation:Node" xmi:id="_YvL4FGCHEeWg-_mfCA72gg" type="6001"> 67 </children>
193 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvL4FWCHEeWg-_mfCA72gg" y="-10"/> 68 <children xmi:type="notation:Node" xmi:id="_Yu-ctGCHEeWg-_mfCA72gg" type="2003" element="_YuRSEGCHEeWg-_mfCA72gg">
194 </children> 69 <children xmi:type="notation:Node" xmi:id="_Yu_DwGCHEeWg-_mfCA72gg" type="5007"/>
195 <children xmi:type="notation:Node" xmi:id="_YvL4FmCHEeWg-_mfCA72gg" type="6002"> 70 <children xmi:type="notation:Node" xmi:id="_Yu_DwWCHEeWg-_mfCA72gg" type="7004">
196 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvL4F2CHEeWg-_mfCA72gg" y="10"/> 71 <children xmi:type="notation:Node" xmi:id="_YvINsGCHEeWg-_mfCA72gg" type="3010" element="_YunQUGCHEeWg-_mfCA72gg">
197 </children> 72 <styles xmi:type="notation:FontStyle" xmi:id="_YvINsWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
198 <children xmi:type="notation:Node" xmi:id="_YvL4GGCHEeWg-_mfCA72gg" type="6003"> 73 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvINsmCHEeWg-_mfCA72gg"/>
199 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvL4GWCHEeWg-_mfCA72gg" y="10"/> 74 </children>
200 </children> 75 <children xmi:type="notation:Node" xmi:id="_YvINs2CHEeWg-_mfCA72gg" type="3010" element="_YuoecWCHEeWg-_mfCA72gg">
201 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvL4EWCHEeWg-_mfCA72gg" routing="Rectilinear"/> 76 <styles xmi:type="notation:FontStyle" xmi:id="_YvINtGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
202 <styles xmi:type="notation:FontStyle" xmi:id="_YvL4EmCHEeWg-_mfCA72gg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 77 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvINtWCHEeWg-_mfCA72gg"/>
203 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvL4E2CHEeWg-_mfCA72gg" points="[88, 49, -359, -49]$[182, 49, -265, -49]"/> 78 </children>
204 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvMfIGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/> 79 <styles xmi:type="notation:SortingStyle" xmi:id="_Yu_DwmCHEeWg-_mfCA72gg"/>
205 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvMfIWCHEeWg-_mfCA72gg" id="(0.49732620320855614,1.0)"/> 80 <styles xmi:type="notation:FilteringStyle" xmi:id="_Yu_Dw2CHEeWg-_mfCA72gg"/>
206 </edges> 81 </children>
207 <edges xmi:type="notation:Edge" xmi:id="_YvMfImCHEeWg-_mfCA72gg" type="4001" element="_Yu0Eo2CHEeWg-_mfCA72gg" source="_YvCHFGCHEeWg-_mfCA72gg" target="_YvCuI2CHEeWg-_mfCA72gg"> 82 <styles xmi:type="notation:ShapeStyle" xmi:id="_Yu-ctWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
208 <children xmi:type="notation:Node" xmi:id="_YvMfJmCHEeWg-_mfCA72gg" type="6001"> 83 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Yu-ctmCHEeWg-_mfCA72gg" x="40" y="480"/>
209 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvMfJ2CHEeWg-_mfCA72gg" x="-8" y="34"/> 84 </children>
210 </children> 85 <children xmi:type="notation:Node" xmi:id="_Yu_DxGCHEeWg-_mfCA72gg" type="2003" element="_YuR5IWCHEeWg-_mfCA72gg">
211 <children xmi:type="notation:Node" xmi:id="_YvNGMGCHEeWg-_mfCA72gg" type="6002"> 86 <children xmi:type="notation:Node" xmi:id="_Yu_q0GCHEeWg-_mfCA72gg" type="5007"/>
212 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNGMWCHEeWg-_mfCA72gg" y="10"/> 87 <children xmi:type="notation:Node" xmi:id="_Yu_q0WCHEeWg-_mfCA72gg" type="7004">
213 </children> 88 <styles xmi:type="notation:SortingStyle" xmi:id="_Yu_q0mCHEeWg-_mfCA72gg"/>
214 <children xmi:type="notation:Node" xmi:id="_YvNGMmCHEeWg-_mfCA72gg" type="6003"> 89 <styles xmi:type="notation:FilteringStyle" xmi:id="_Yu_q02CHEeWg-_mfCA72gg"/>
215 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNGM2CHEeWg-_mfCA72gg" y="10"/> 90 </children>
216 </children> 91 <styles xmi:type="notation:ShapeStyle" xmi:id="_Yu_DxWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
217 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvMfI2CHEeWg-_mfCA72gg" routing="Rectilinear"/> 92 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_Yu_DxmCHEeWg-_mfCA72gg" x="415" y="480"/>
218 <styles xmi:type="notation:FontStyle" xmi:id="_YvMfJGCHEeWg-_mfCA72gg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/> 93 </children>
219 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvMfJWCHEeWg-_mfCA72gg" points="[-80, 47, -114, -201]$[34, 47, 0, -201]$[34, 150, 0, -98]"/> 94 <children xmi:type="notation:Node" xmi:id="_YvAR4GCHEeWg-_mfCA72gg" type="2003" element="_YuSgMWCHEeWg-_mfCA72gg">
220 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNGNGCHEeWg-_mfCA72gg" id="(0.49732620320855614,0.0)"/> 95 <children xmi:type="notation:Node" xmi:id="_YvAR42CHEeWg-_mfCA72gg" type="5007"/>
221 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNGNWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 96 <children xmi:type="notation:Node" xmi:id="_YvAR5GCHEeWg-_mfCA72gg" type="7004">
222 </edges> 97 <styles xmi:type="notation:SortingStyle" xmi:id="_YvAR5WCHEeWg-_mfCA72gg"/>
223 <edges xmi:type="notation:Edge" xmi:id="_YvNGNmCHEeWg-_mfCA72gg" type="4001" element="_Yu1SwGCHEeWg-_mfCA72gg" source="_Yu-ctGCHEeWg-_mfCA72gg" target="_Yu91oGCHEeWg-_mfCA72gg"> 98 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvAR5mCHEeWg-_mfCA72gg"/>
224 <children xmi:type="notation:Node" xmi:id="_YvNtQGCHEeWg-_mfCA72gg" type="6001"> 99 </children>
225 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNtQWCHEeWg-_mfCA72gg" y="-10"/> 100 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvAR4WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" italic="true"/>
226 </children> 101 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvAR4mCHEeWg-_mfCA72gg" x="235" y="480"/>
227 <children xmi:type="notation:Node" xmi:id="_YvNtQmCHEeWg-_mfCA72gg" type="6002"> 102 </children>
228 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNtQ2CHEeWg-_mfCA72gg" y="10"/> 103 <children xmi:type="notation:Node" xmi:id="_YvA48GCHEeWg-_mfCA72gg" type="2003" element="_YuTHQWCHEeWg-_mfCA72gg">
229 </children> 104 <children xmi:type="notation:Node" xmi:id="_YvA482CHEeWg-_mfCA72gg" type="5007"/>
230 <children xmi:type="notation:Node" xmi:id="_YvNtRGCHEeWg-_mfCA72gg" type="6003"> 105 <children xmi:type="notation:Node" xmi:id="_YvBgAGCHEeWg-_mfCA72gg" type="7004">
231 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNtRWCHEeWg-_mfCA72gg" y="10"/> 106 <children xmi:type="notation:Node" xmi:id="_YvI0wGCHEeWg-_mfCA72gg" type="3010" element="_YupskGCHEeWg-_mfCA72gg">
232 </children> 107 <styles xmi:type="notation:FontStyle" xmi:id="_YvI0wWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
233 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvNGN2CHEeWg-_mfCA72gg" routing="Tree"/> 108 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvI0wmCHEeWg-_mfCA72gg"/>
234 <styles xmi:type="notation:FontStyle" xmi:id="_YvNGOGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 109 </children>
235 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvNGOWCHEeWg-_mfCA72gg" points="[0, 0, -187, 60]$[187, -60, 0, 0]"/> 110 <styles xmi:type="notation:SortingStyle" xmi:id="_YvBgAWCHEeWg-_mfCA72gg"/>
236 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNtRmCHEeWg-_mfCA72gg" id="(0.4962406015037593,0.0)"/> 111 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvBgAmCHEeWg-_mfCA72gg"/>
237 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNtR2CHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 112 </children>
238 </edges> 113 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvA48WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
239 <edges xmi:type="notation:Edge" xmi:id="_YvOUUGCHEeWg-_mfCA72gg" type="4001" element="_Yu1502CHEeWg-_mfCA72gg" source="_Yu_DxGCHEeWg-_mfCA72gg" target="_Yu91oGCHEeWg-_mfCA72gg"> 114 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvA48mCHEeWg-_mfCA72gg" x="15" y="640"/>
240 <children xmi:type="notation:Node" xmi:id="_YvOUVGCHEeWg-_mfCA72gg" type="6001"> 115 </children>
241 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvOUVWCHEeWg-_mfCA72gg" y="-10"/> 116 <children xmi:type="notation:Node" xmi:id="_YvBgA2CHEeWg-_mfCA72gg" type="2003" element="_YuUVYGCHEeWg-_mfCA72gg">
242 </children> 117 <children xmi:type="notation:Node" xmi:id="_YvCHEGCHEeWg-_mfCA72gg" type="5007"/>
243 <children xmi:type="notation:Node" xmi:id="_YvOUVmCHEeWg-_mfCA72gg" type="6002"> 118 <children xmi:type="notation:Node" xmi:id="_YvCHEWCHEeWg-_mfCA72gg" type="7004">
244 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvOUV2CHEeWg-_mfCA72gg" y="10"/> 119 <children xmi:type="notation:Node" xmi:id="_YvI0w2CHEeWg-_mfCA72gg" type="3010" element="_Yuq6sGCHEeWg-_mfCA72gg">
245 </children> 120 <styles xmi:type="notation:FontStyle" xmi:id="_YvI0xGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
246 <children xmi:type="notation:Node" xmi:id="_YvOUWGCHEeWg-_mfCA72gg" type="6003"> 121 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvI0xWCHEeWg-_mfCA72gg"/>
247 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvOUWWCHEeWg-_mfCA72gg" y="10"/> 122 </children>
248 </children> 123 <styles xmi:type="notation:SortingStyle" xmi:id="_YvCHEmCHEeWg-_mfCA72gg"/>
249 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvOUUWCHEeWg-_mfCA72gg" routing="Tree"/> 124 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvCHE2CHEeWg-_mfCA72gg"/>
250 <styles xmi:type="notation:FontStyle" xmi:id="_YvOUUmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 125 </children>
251 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvOUU2CHEeWg-_mfCA72gg" points="[0, 0, 182, 60]$[-182, -60, 0, 0]"/> 126 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvBgBGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
252 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvO7YGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/> 127 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvBgBWCHEeWg-_mfCA72gg" x="415" y="640"/>
253 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvO7YWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 128 </children>
254 </edges> 129 <children xmi:type="notation:Node" xmi:id="_YvCHFGCHEeWg-_mfCA72gg" type="2003" element="_YuVjgGCHEeWg-_mfCA72gg">
255 <edges xmi:type="notation:Edge" xmi:id="_YvO7YmCHEeWg-_mfCA72gg" type="4001" element="_Yu2g42CHEeWg-_mfCA72gg" source="_YvAR4GCHEeWg-_mfCA72gg" target="_Yu91oGCHEeWg-_mfCA72gg"> 130 <children xmi:type="notation:Node" xmi:id="_YvCHF2CHEeWg-_mfCA72gg" type="5007"/>
256 <children xmi:type="notation:Node" xmi:id="_YvO7ZmCHEeWg-_mfCA72gg" type="6001"> 131 <children xmi:type="notation:Node" xmi:id="_YvCuIGCHEeWg-_mfCA72gg" type="7004">
257 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvO7Z2CHEeWg-_mfCA72gg" y="-10"/> 132 <children xmi:type="notation:Node" xmi:id="_YvJb0GCHEeWg-_mfCA72gg" type="3010" element="_YusI0GCHEeWg-_mfCA72gg">
258 </children> 133 <styles xmi:type="notation:FontStyle" xmi:id="_YvJb0WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
259 <children xmi:type="notation:Node" xmi:id="_YvPicGCHEeWg-_mfCA72gg" type="6002"> 134 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvJb0mCHEeWg-_mfCA72gg"/>
260 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvPicWCHEeWg-_mfCA72gg" y="10"/> 135 </children>
261 </children> 136 <children xmi:type="notation:Node" xmi:id="_YvJb02CHEeWg-_mfCA72gg" type="3010" element="_Yusv4WCHEeWg-_mfCA72gg">
262 <children xmi:type="notation:Node" xmi:id="_YvPicmCHEeWg-_mfCA72gg" type="6003"> 137 <styles xmi:type="notation:FontStyle" xmi:id="_YvJb1GCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
263 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvPic2CHEeWg-_mfCA72gg" y="10"/> 138 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvJb1WCHEeWg-_mfCA72gg"/>
264 </children> 139 </children>
265 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvO7Y2CHEeWg-_mfCA72gg" routing="Tree"/> 140 <children xmi:type="notation:Node" xmi:id="_YvKC4GCHEeWg-_mfCA72gg" type="3010" element="_YutW8WCHEeWg-_mfCA72gg">
266 <styles xmi:type="notation:FontStyle" xmi:id="_YvO7ZGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 141 <styles xmi:type="notation:FontStyle" xmi:id="_YvKC4WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
267 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvO7ZWCHEeWg-_mfCA72gg" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/> 142 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvKC4mCHEeWg-_mfCA72gg"/>
268 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvPidGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/> 143 </children>
269 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvPidWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 144 <styles xmi:type="notation:SortingStyle" xmi:id="_YvCuIWCHEeWg-_mfCA72gg"/>
270 </edges> 145 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvCuImCHEeWg-_mfCA72gg"/>
271 <edges xmi:type="notation:Edge" xmi:id="_YvPidmCHEeWg-_mfCA72gg" type="4001" element="_Yu3vAGCHEeWg-_mfCA72gg" source="_YvA48GCHEeWg-_mfCA72gg" target="_YvAR4GCHEeWg-_mfCA72gg"> 146 </children>
272 <children xmi:type="notation:Node" xmi:id="_YvQJgGCHEeWg-_mfCA72gg" type="6001"> 147 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvCHFWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
273 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQJgWCHEeWg-_mfCA72gg" y="-10"/> 148 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvCHFmCHEeWg-_mfCA72gg" x="648" y="320"/>
274 </children> 149 </children>
275 <children xmi:type="notation:Node" xmi:id="_YvQJgmCHEeWg-_mfCA72gg" type="6002"> 150 <children xmi:type="notation:Node" xmi:id="_YvCuI2CHEeWg-_mfCA72gg" type="2003" element="_YuWxoGCHEeWg-_mfCA72gg">
276 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQJg2CHEeWg-_mfCA72gg" y="10"/> 151 <children xmi:type="notation:Node" xmi:id="_YvD8QGCHEeWg-_mfCA72gg" type="5007"/>
277 </children> 152 <children xmi:type="notation:Node" xmi:id="_YvEjUGCHEeWg-_mfCA72gg" type="7004">
278 <children xmi:type="notation:Node" xmi:id="_YvQJhGCHEeWg-_mfCA72gg" type="6003"> 153 <children xmi:type="notation:Node" xmi:id="_YvKC42CHEeWg-_mfCA72gg" type="3010" element="_YuulEGCHEeWg-_mfCA72gg">
279 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQJhWCHEeWg-_mfCA72gg" y="10"/> 154 <styles xmi:type="notation:FontStyle" xmi:id="_YvKC5GCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
280 </children> 155 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvKC5WCHEeWg-_mfCA72gg"/>
281 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvPid2CHEeWg-_mfCA72gg" routing="Tree"/> 156 </children>
282 <styles xmi:type="notation:FontStyle" xmi:id="_YvPieGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 157 <styles xmi:type="notation:SortingStyle" xmi:id="_YvEjUWCHEeWg-_mfCA72gg"/>
283 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvPieWCHEeWg-_mfCA72gg" points="[0, 0, -201, 60]$[201, -60, 0, 0]"/> 158 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvEjUmCHEeWg-_mfCA72gg"/>
284 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvQJhmCHEeWg-_mfCA72gg" id="(0.4968944099378882,0.0)"/> 159 </children>
285 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvQJh2CHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 160 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvCuJGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" italic="true"/>
286 </edges> 161 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvCuJWCHEeWg-_mfCA72gg" x="715" y="470"/>
287 <edges xmi:type="notation:Edge" xmi:id="_YvQwkGCHEeWg-_mfCA72gg" type="4001" element="_Yu4WEGCHEeWg-_mfCA72gg" source="_YvBgA2CHEeWg-_mfCA72gg" target="_YvAR4GCHEeWg-_mfCA72gg"> 162 </children>
288 <children xmi:type="notation:Node" xmi:id="_YvQwlGCHEeWg-_mfCA72gg" type="6001"> 163 <children xmi:type="notation:Node" xmi:id="_YvEjU2CHEeWg-_mfCA72gg" type="2003" element="_YuX_wGCHEeWg-_mfCA72gg">
289 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQwlWCHEeWg-_mfCA72gg" y="-10"/> 164 <children xmi:type="notation:Node" xmi:id="_YvFKYGCHEeWg-_mfCA72gg" type="5007"/>
290 </children> 165 <children xmi:type="notation:Node" xmi:id="_YvFKYWCHEeWg-_mfCA72gg" type="7004">
291 <children xmi:type="notation:Node" xmi:id="_YvQwlmCHEeWg-_mfCA72gg" type="6002"> 166 <styles xmi:type="notation:SortingStyle" xmi:id="_YvFKYmCHEeWg-_mfCA72gg"/>
292 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQwl2CHEeWg-_mfCA72gg" y="10"/> 167 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvFKY2CHEeWg-_mfCA72gg"/>
293 </children> 168 </children>
294 <children xmi:type="notation:Node" xmi:id="_YvQwmGCHEeWg-_mfCA72gg" type="6003"> 169 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvEjVGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
295 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQwmWCHEeWg-_mfCA72gg" y="10"/> 170 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvEjVWCHEeWg-_mfCA72gg" x="235" y="640"/>
296 </children> 171 </children>
297 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvQwkWCHEeWg-_mfCA72gg" routing="Tree"/> 172 <children xmi:type="notation:Node" xmi:id="_YvFxcGCHEeWg-_mfCA72gg" type="2003" element="_YuZN4GCHEeWg-_mfCA72gg">
298 <styles xmi:type="notation:FontStyle" xmi:id="_YvQwkmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 173 <children xmi:type="notation:Node" xmi:id="_YvFxc2CHEeWg-_mfCA72gg" type="5007"/>
299 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvQwk2CHEeWg-_mfCA72gg" points="[0, 0, 181, 60]$[-181, -60, 0, 0]"/> 174 <children xmi:type="notation:Node" xmi:id="_YvGYgGCHEeWg-_mfCA72gg" type="7004">
300 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvRXoGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/> 175 <children xmi:type="notation:Node" xmi:id="_YvKp8GCHEeWg-_mfCA72gg" type="3010" element="_YuvzMGCHEeWg-_mfCA72gg">
301 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvRXoWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 176 <styles xmi:type="notation:FontStyle" xmi:id="_YvKp8WCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
302 </edges> 177 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvKp8mCHEeWg-_mfCA72gg"/>
303 <edges xmi:type="notation:Edge" xmi:id="_YvR-sGCHEeWg-_mfCA72gg" type="4001" element="_Yu49IGCHEeWg-_mfCA72gg" source="_YvEjU2CHEeWg-_mfCA72gg" target="_YvAR4GCHEeWg-_mfCA72gg"> 178 </children>
304 <children xmi:type="notation:Node" xmi:id="_YvTM0GCHEeWg-_mfCA72gg" type="6001"> 179 <styles xmi:type="notation:SortingStyle" xmi:id="_YvGYgWCHEeWg-_mfCA72gg"/>
305 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvTM0WCHEeWg-_mfCA72gg" y="-10"/> 180 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvGYgmCHEeWg-_mfCA72gg"/>
306 </children> 181 </children>
307 <children xmi:type="notation:Node" xmi:id="_YvUa8GCHEeWg-_mfCA72gg" type="6002"> 182 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvFxcWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
308 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvUa8WCHEeWg-_mfCA72gg" y="10"/> 183 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvFxcmCHEeWg-_mfCA72gg" x="755" y="630"/>
309 </children> 184 </children>
310 <children xmi:type="notation:Node" xmi:id="_YvVCAGCHEeWg-_mfCA72gg" type="6003"> 185 <children xmi:type="notation:Node" xmi:id="_YvGYg2CHEeWg-_mfCA72gg" type="2003" element="_YuacAGCHEeWg-_mfCA72gg">
311 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvVCAWCHEeWg-_mfCA72gg" y="10"/> 186 <children xmi:type="notation:Node" xmi:id="_YvG_kGCHEeWg-_mfCA72gg" type="5007"/>
312 </children> 187 <children xmi:type="notation:Node" xmi:id="_YvG_kWCHEeWg-_mfCA72gg" type="7004">
313 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvR-sWCHEeWg-_mfCA72gg" routing="Tree"/> 188 <children xmi:type="notation:Node" xmi:id="_YvLRAGCHEeWg-_mfCA72gg" type="3010" element="_YuwaQGCHEeWg-_mfCA72gg">
314 <styles xmi:type="notation:FontStyle" xmi:id="_YvR-smCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 189 <styles xmi:type="notation:FontStyle" xmi:id="_YvLRAWCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8" bold="true"/>
315 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvR-s2CHEeWg-_mfCA72gg" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/> 190 <layoutConstraint xmi:type="notation:Location" xmi:id="_YvLRAmCHEeWg-_mfCA72gg"/>
316 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvVCAmCHEeWg-_mfCA72gg" id="(0.5,0.0)"/> 191 </children>
317 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvVCA2CHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 192 <styles xmi:type="notation:SortingStyle" xmi:id="_YvG_kmCHEeWg-_mfCA72gg"/>
318 </edges> 193 <styles xmi:type="notation:FilteringStyle" xmi:id="_YvG_k2CHEeWg-_mfCA72gg"/>
319 <edges xmi:type="notation:Edge" xmi:id="_YvVpEGCHEeWg-_mfCA72gg" type="4001" element="_Yu5kMGCHEeWg-_mfCA72gg" source="_YvFxcGCHEeWg-_mfCA72gg" target="_YvCuI2CHEeWg-_mfCA72gg"> 194 </children>
320 <children xmi:type="notation:Node" xmi:id="_YvVpFGCHEeWg-_mfCA72gg" type="6001"> 195 <styles xmi:type="notation:ShapeStyle" xmi:id="_YvGYhGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
321 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvVpFWCHEeWg-_mfCA72gg" y="-10"/> 196 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvGYhWCHEeWg-_mfCA72gg" x="605" y="630"/>
322 </children> 197 </children>
323 <children xmi:type="notation:Node" xmi:id="_YvWQIGCHEeWg-_mfCA72gg" type="6002"> 198 <children xmi:type="notation:Node" xmi:id="_3nsj0J7aEeae3ZkQhmCxsw" type="2003" element="_3m0aEJ7aEeae3ZkQhmCxsw">
324 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvWQIWCHEeWg-_mfCA72gg" y="10"/> 199 <children xmi:type="notation:Node" xmi:id="_3n0foJ7aEeae3ZkQhmCxsw" type="5007"/>
325 </children> 200 <children xmi:type="notation:Node" xmi:id="_3n1GsJ7aEeae3ZkQhmCxsw" type="7004">
326 <children xmi:type="notation:Node" xmi:id="_YvWQImCHEeWg-_mfCA72gg" type="6003"> 201 <children xmi:type="notation:Node" xmi:id="_7t5kMJ7aEeae3ZkQhmCxsw" type="3010" element="_7tUVYJ7aEeae3ZkQhmCxsw">
327 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvWQI2CHEeWg-_mfCA72gg" y="10"/> 202 <styles xmi:type="notation:FontStyle" xmi:id="_7t5kMZ7aEeae3ZkQhmCxsw" fontColor="2697711" fontName="Segoe UI" fontHeight="8"/>
328 </children> 203 <layoutConstraint xmi:type="notation:Location" xmi:id="_7t5kMp7aEeae3ZkQhmCxsw"/>
329 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvVpEWCHEeWg-_mfCA72gg" routing="Tree"/> 204 </children>
330 <styles xmi:type="notation:FontStyle" xmi:id="_YvVpEmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 205 <styles xmi:type="notation:SortingStyle" xmi:id="_3n1GsZ7aEeae3ZkQhmCxsw"/>
331 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvVpE2CHEeWg-_mfCA72gg" points="[0, 0, 214, 60]$[-214, -60, 0, 0]"/> 206 <styles xmi:type="notation:FilteringStyle" xmi:id="_3n1Gsp7aEeae3ZkQhmCxsw"/>
332 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvWQJGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/> 207 </children>
333 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvWQJWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 208 <styles xmi:type="notation:ShapeStyle" xmi:id="_3nsj0Z7aEeae3ZkQhmCxsw" fontName="Segoe UI" fontHeight="8"/>
334 </edges> 209 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_3nsj0p7aEeae3ZkQhmCxsw" x="885" y="630" width="120" height="100"/>
335 <edges xmi:type="notation:Edge" xmi:id="_YvW3MGCHEeWg-_mfCA72gg" type="4001" element="_Yu6LQGCHEeWg-_mfCA72gg" source="_YvGYg2CHEeWg-_mfCA72gg" target="_YvCuI2CHEeWg-_mfCA72gg"> 210 </children>
336 <children xmi:type="notation:Node" xmi:id="_YvW3NGCHEeWg-_mfCA72gg" type="6001"> 211 <styles xmi:type="notation:DiagramStyle" xmi:id="_X4bPMmCHEeWg-_mfCA72gg"/>
337 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvW3NWCHEeWg-_mfCA72gg" y="-10"/> 212 <edges xmi:type="notation:Edge" xmi:id="_YvL4EGCHEeWg-_mfCA72gg" type="4001" element="_Yuy2gGCHEeWg-_mfCA72gg" source="_Yu91oGCHEeWg-_mfCA72gg" target="_YvCHFGCHEeWg-_mfCA72gg">
338 </children> 213 <children xmi:type="notation:Node" xmi:id="_YvL4FGCHEeWg-_mfCA72gg" type="6001">
339 <children xmi:type="notation:Node" xmi:id="_YvW3NmCHEeWg-_mfCA72gg" type="6002"> 214 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvL4FWCHEeWg-_mfCA72gg" y="-10"/>
340 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvW3N2CHEeWg-_mfCA72gg" y="10"/> 215 </children>
341 </children> 216 <children xmi:type="notation:Node" xmi:id="_YvL4FmCHEeWg-_mfCA72gg" type="6002">
342 <children xmi:type="notation:Node" xmi:id="_YvW3OGCHEeWg-_mfCA72gg" type="6003"> 217 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvL4F2CHEeWg-_mfCA72gg" y="10"/>
343 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvW3OWCHEeWg-_mfCA72gg" y="10"/> 218 </children>
344 </children> 219 <children xmi:type="notation:Node" xmi:id="_YvL4GGCHEeWg-_mfCA72gg" type="6003">
345 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvW3MWCHEeWg-_mfCA72gg" routing="Tree"/> 220 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvL4GWCHEeWg-_mfCA72gg" y="10"/>
346 <styles xmi:type="notation:FontStyle" xmi:id="_YvW3MmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/> 221 </children>
347 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvW3M2CHEeWg-_mfCA72gg" points="[0, 0, -224, 60]$[224, -60, 0, 0]"/> 222 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvL4EWCHEeWg-_mfCA72gg" routing="Rectilinear"/>
348 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvXeQGCHEeWg-_mfCA72gg" id="(0.49645390070921985,0.0)"/> 223 <styles xmi:type="notation:FontStyle" xmi:id="_YvL4EmCHEeWg-_mfCA72gg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
349 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvXeQWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/> 224 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvL4E2CHEeWg-_mfCA72gg" points="[88, 49, -359, -49]$[182, 49, -265, -49]"/>
350 </edges> 225 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvMfIGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/>
351 <edges xmi:type="notation:Edge" xmi:id="_DUW_QJ7bEeae3ZkQhmCxsw" type="4001" element="_DT2o8J7bEeae3ZkQhmCxsw" source="_3nsj0J7aEeae3ZkQhmCxsw" target="_YvCuI2CHEeWg-_mfCA72gg"> 226 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvMfIWCHEeWg-_mfCA72gg" id="(0.49732620320855614,1.0)"/>
352 <children xmi:type="notation:Node" xmi:id="_DUY0cJ7bEeae3ZkQhmCxsw" type="6001"> 227 </edges>
353 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DUY0cZ7bEeae3ZkQhmCxsw" y="-10"/> 228 <edges xmi:type="notation:Edge" xmi:id="_YvMfImCHEeWg-_mfCA72gg" type="4001" element="_Yu0Eo2CHEeWg-_mfCA72gg" source="_YvCHFGCHEeWg-_mfCA72gg" target="_YvCuI2CHEeWg-_mfCA72gg">
354 </children> 229 <children xmi:type="notation:Node" xmi:id="_YvMfJmCHEeWg-_mfCA72gg" type="6001">
355 <children xmi:type="notation:Node" xmi:id="_DUaCkJ7bEeae3ZkQhmCxsw" type="6002"> 230 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvMfJ2CHEeWg-_mfCA72gg" x="-8" y="34"/>
356 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DUaCkZ7bEeae3ZkQhmCxsw" y="10"/> 231 </children>
357 </children> 232 <children xmi:type="notation:Node" xmi:id="_YvNGMGCHEeWg-_mfCA72gg" type="6002">
358 <children xmi:type="notation:Node" xmi:id="_DUbQsJ7bEeae3ZkQhmCxsw" type="6003"> 233 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNGMWCHEeWg-_mfCA72gg" y="10"/>
359 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DUbQsZ7bEeae3ZkQhmCxsw" y="10"/> 234 </children>
360 </children> 235 <children xmi:type="notation:Node" xmi:id="_YvNGMmCHEeWg-_mfCA72gg" type="6003">
361 <styles xmi:type="notation:ConnectorStyle" xmi:id="_DUW_QZ7bEeae3ZkQhmCxsw" routing="Tree"/> 236 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNGM2CHEeWg-_mfCA72gg" y="10"/>
362 <styles xmi:type="notation:FontStyle" xmi:id="_DUW_Qp7bEeae3ZkQhmCxsw" fontName="Segoe UI" fontHeight="8"/> 237 </children>
363 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_DUW_Q57bEeae3ZkQhmCxsw" points="[0, 0, 127, 90]$[-127, -90, 0, 0]"/> 238 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvMfI2CHEeWg-_mfCA72gg" routing="Rectilinear"/>
364 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_DUb3wJ7bEeae3ZkQhmCxsw" id="(0.635593220338983,0.0)"/> 239 <styles xmi:type="notation:FontStyle" xmi:id="_YvMfJGCHEeWg-_mfCA72gg" fontColor="7490599" fontName="Segoe UI" fontHeight="8"/>
365 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_DUb3wZ7bEeae3ZkQhmCxsw" id="(0.5,1.0)"/> 240 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvMfJWCHEeWg-_mfCA72gg" points="[-80, 47, -114, -201]$[34, 47, 0, -201]$[34, 150, 0, -98]"/>
366 </edges> 241 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNGNGCHEeWg-_mfCA72gg" id="(0.49732620320855614,0.0)"/>
367 </data> 242 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNGNWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
368 </ownedAnnotationEntries> 243 </edges>
369 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuQD8GCHEeWg-_mfCA72gg" name="LogicResult" tooltipText="" outgoingEdges="_Yuy2gGCHEeWg-_mfCA72gg" incomingEdges="_Yu1SwGCHEeWg-_mfCA72gg _Yu1502CHEeWg-_mfCA72gg _Yu2g42CHEeWg-_mfCA72gg" width="12" height="10"> 244 <edges xmi:type="notation:Edge" xmi:id="_YvNGNmCHEeWg-_mfCA72gg" type="4001" element="_Yu1SwGCHEeWg-_mfCA72gg" source="_Yu-ctGCHEeWg-_mfCA72gg" target="_Yu91oGCHEeWg-_mfCA72gg">
370 <target xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/> 245 <children xmi:type="notation:Node" xmi:id="_YvNtQGCHEeWg-_mfCA72gg" type="6001">
371 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/> 246 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNtQWCHEeWg-_mfCA72gg" y="-10"/>
372 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuQrAGCHEeWg-_mfCA72gg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 247 </children>
373 <labelFormat>italic</labelFormat> 248 <children xmi:type="notation:Node" xmi:id="_YvNtQmCHEeWg-_mfCA72gg" type="6002">
374 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 249 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNtQ2CHEeWg-_mfCA72gg" y="10"/>
375 </ownedStyle> 250 </children>
376 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 251 <children xmi:type="notation:Node" xmi:id="_YvNtRGCHEeWg-_mfCA72gg" type="6003">
377 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_Yuk0EGCHEeWg-_mfCA72gg" name="trace : EJavaObject" tooltipText=""> 252 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvNtRWCHEeWg-_mfCA72gg" y="10"/>
378 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/> 253 </children>
379 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/> 254 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvNGN2CHEeWg-_mfCA72gg" routing="Tree"/>
380 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YulbIGCHEeWg-_mfCA72gg" labelAlignment="LEFT"> 255 <styles xmi:type="notation:FontStyle" xmi:id="_YvNGOGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
381 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 256 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvNGOWCHEeWg-_mfCA72gg" points="[0, 0, -187, 60]$[187, -60, 0, 0]"/>
382 </ownedStyle> 257 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNtRmCHEeWg-_mfCA72gg" id="(0.4962406015037593,0.0)"/>
383 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 258 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvNtR2CHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
384 </ownedElements> 259 </edges>
385 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YumCMGCHEeWg-_mfCA72gg" name="representation : EJavaObject" tooltipText=""> 260 <edges xmi:type="notation:Edge" xmi:id="_YvOUUGCHEeWg-_mfCA72gg" type="4001" element="_Yu1502CHEeWg-_mfCA72gg" source="_Yu_DxGCHEeWg-_mfCA72gg" target="_Yu91oGCHEeWg-_mfCA72gg">
386 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/> 261 <children xmi:type="notation:Node" xmi:id="_YvOUVGCHEeWg-_mfCA72gg" type="6001">
387 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/> 262 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvOUVWCHEeWg-_mfCA72gg" y="-10"/>
388 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_ycQtQB1sEeeCcdOgljfWxA" labelAlignment="LEFT"> 263 </children>
389 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 264 <children xmi:type="notation:Node" xmi:id="_YvOUVmCHEeWg-_mfCA72gg" type="6002">
390 </ownedStyle> 265 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvOUV2CHEeWg-_mfCA72gg" y="10"/>
391 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 266 </children>
392 </ownedElements> 267 <children xmi:type="notation:Node" xmi:id="_YvOUWGCHEeWg-_mfCA72gg" type="6003">
393 </ownedDiagramElements> 268 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvOUWWCHEeWg-_mfCA72gg" y="10"/>
394 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuRSEGCHEeWg-_mfCA72gg" name="ModelResult" tooltipText="" outgoingEdges="_Yu1SwGCHEeWg-_mfCA72gg" width="12" height="10"> 269 </children>
395 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/> 270 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvOUUWCHEeWg-_mfCA72gg" routing="Tree"/>
396 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/> 271 <styles xmi:type="notation:FontStyle" xmi:id="_YvOUUmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
397 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuR5IGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 272 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvOUU2CHEeWg-_mfCA72gg" points="[0, 0, 182, 60]$[-182, -60, 0, 0]"/>
398 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 273 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvO7YGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/>
399 </ownedStyle> 274 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvO7YWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
400 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 275 </edges>
401 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YunQUGCHEeWg-_mfCA72gg" name="maxInteger : EInt" tooltipText=""> 276 <edges xmi:type="notation:Edge" xmi:id="_YvO7YmCHEeWg-_mfCA72gg" type="4001" element="_Yu2g42CHEeWg-_mfCA72gg" source="_YvAR4GCHEeWg-_mfCA72gg" target="_Yu91oGCHEeWg-_mfCA72gg">
402 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/> 277 <children xmi:type="notation:Node" xmi:id="_YvO7ZmCHEeWg-_mfCA72gg" type="6001">
403 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/> 278 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvO7Z2CHEeWg-_mfCA72gg" y="-10"/>
404 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YuoecGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 279 </children>
405 <labelFormat>bold</labelFormat> 280 <children xmi:type="notation:Node" xmi:id="_YvPicGCHEeWg-_mfCA72gg" type="6002">
406 </ownedStyle> 281 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvPicWCHEeWg-_mfCA72gg" y="10"/>
407 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 282 </children>
408 </ownedElements> 283 <children xmi:type="notation:Node" xmi:id="_YvPicmCHEeWg-_mfCA72gg" type="6003">
409 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YuoecWCHEeWg-_mfCA72gg" name="minInteger : EInt" tooltipText=""> 284 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvPic2CHEeWg-_mfCA72gg" y="10"/>
410 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/> 285 </children>
411 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/> 286 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvO7Y2CHEeWg-_mfCA72gg" routing="Tree"/>
412 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YupFgGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 287 <styles xmi:type="notation:FontStyle" xmi:id="_YvO7ZGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
413 <labelFormat>bold</labelFormat> 288 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvO7ZWCHEeWg-_mfCA72gg" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/>
414 </ownedStyle> 289 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvPidGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/>
415 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 290 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvPidWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
416 </ownedElements> 291 </edges>
417 </ownedDiagramElements> 292 <edges xmi:type="notation:Edge" xmi:id="_YvPidmCHEeWg-_mfCA72gg" type="4001" element="_Yu3vAGCHEeWg-_mfCA72gg" source="_YvA48GCHEeWg-_mfCA72gg" target="_YvAR4GCHEeWg-_mfCA72gg">
418 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuR5IWCHEeWg-_mfCA72gg" name="InconsistencyResult" tooltipText="" outgoingEdges="_Yu1502CHEeWg-_mfCA72gg" width="12" height="10"> 293 <children xmi:type="notation:Node" xmi:id="_YvQJgGCHEeWg-_mfCA72gg" type="6001">
419 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/> 294 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQJgWCHEeWg-_mfCA72gg" y="-10"/>
420 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/> 295 </children>
421 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuSgMGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 296 <children xmi:type="notation:Node" xmi:id="_YvQJgmCHEeWg-_mfCA72gg" type="6002">
422 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 297 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQJg2CHEeWg-_mfCA72gg" y="10"/>
423 </ownedStyle> 298 </children>
424 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 299 <children xmi:type="notation:Node" xmi:id="_YvQJhGCHEeWg-_mfCA72gg" type="6003">
425 </ownedDiagramElements> 300 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQJhWCHEeWg-_mfCA72gg" y="10"/>
426 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuSgMWCHEeWg-_mfCA72gg" name="UnknownResult" tooltipText="" outgoingEdges="_Yu2g42CHEeWg-_mfCA72gg" incomingEdges="_Yu3vAGCHEeWg-_mfCA72gg _Yu4WEGCHEeWg-_mfCA72gg _Yu49IGCHEeWg-_mfCA72gg" width="12" height="10"> 301 </children>
427 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/> 302 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvPid2CHEeWg-_mfCA72gg" routing="Tree"/>
428 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/> 303 <styles xmi:type="notation:FontStyle" xmi:id="_YvPieGCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
429 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuTHQGCHEeWg-_mfCA72gg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 304 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvPieWCHEeWg-_mfCA72gg" points="[0, 0, -201, 60]$[201, -60, 0, 0]"/>
430 <labelFormat>italic</labelFormat> 305 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvQJhmCHEeWg-_mfCA72gg" id="(0.4968944099378882,0.0)"/>
431 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 306 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvQJh2CHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
432 </ownedStyle> 307 </edges>
433 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 308 <edges xmi:type="notation:Edge" xmi:id="_YvQwkGCHEeWg-_mfCA72gg" type="4001" element="_Yu4WEGCHEeWg-_mfCA72gg" source="_YvBgA2CHEeWg-_mfCA72gg" target="_YvAR4GCHEeWg-_mfCA72gg">
434 </ownedDiagramElements> 309 <children xmi:type="notation:Node" xmi:id="_YvQwlGCHEeWg-_mfCA72gg" type="6001">
435 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuTHQWCHEeWg-_mfCA72gg" name="InsuficientResourcesResult" tooltipText="" outgoingEdges="_Yu3vAGCHEeWg-_mfCA72gg" width="12" height="10"> 310 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQwlWCHEeWg-_mfCA72gg" y="-10"/>
436 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/> 311 </children>
437 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/> 312 <children xmi:type="notation:Node" xmi:id="_YvQwlmCHEeWg-_mfCA72gg" type="6002">
438 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuTuUGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 313 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQwl2CHEeWg-_mfCA72gg" y="10"/>
439 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 314 </children>
440 </ownedStyle> 315 <children xmi:type="notation:Node" xmi:id="_YvQwmGCHEeWg-_mfCA72gg" type="6003">
441 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 316 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvQwmWCHEeWg-_mfCA72gg" y="10"/>
442 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YupskGCHEeWg-_mfCA72gg" name="resourceName : EString" tooltipText=""> 317 </children>
443 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/> 318 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvQwkWCHEeWg-_mfCA72gg" routing="Tree"/>
444 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/> 319 <styles xmi:type="notation:FontStyle" xmi:id="_YvQwkmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
445 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YuqToGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 320 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvQwk2CHEeWg-_mfCA72gg" points="[0, 0, 181, 60]$[-181, -60, 0, 0]"/>
446 <labelFormat>bold</labelFormat> 321 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvRXoGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/>
447 </ownedStyle> 322 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvRXoWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
448 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 323 </edges>
449 </ownedElements> 324 <edges xmi:type="notation:Edge" xmi:id="_YvR-sGCHEeWg-_mfCA72gg" type="4001" element="_Yu49IGCHEeWg-_mfCA72gg" source="_YvEjU2CHEeWg-_mfCA72gg" target="_YvAR4GCHEeWg-_mfCA72gg">
450 </ownedDiagramElements> 325 <children xmi:type="notation:Node" xmi:id="_YvTM0GCHEeWg-_mfCA72gg" type="6001">
451 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuUVYGCHEeWg-_mfCA72gg" name="ErrorResult" tooltipText="" outgoingEdges="_Yu4WEGCHEeWg-_mfCA72gg" width="12" height="10"> 326 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvTM0WCHEeWg-_mfCA72gg" y="-10"/>
452 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/> 327 </children>
453 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/> 328 <children xmi:type="notation:Node" xmi:id="_YvUa8GCHEeWg-_mfCA72gg" type="6002">
454 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuU8cGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 329 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvUa8WCHEeWg-_mfCA72gg" y="10"/>
455 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 330 </children>
456 </ownedStyle> 331 <children xmi:type="notation:Node" xmi:id="_YvVCAGCHEeWg-_mfCA72gg" type="6003">
457 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 332 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvVCAWCHEeWg-_mfCA72gg" y="10"/>
458 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_Yuq6sGCHEeWg-_mfCA72gg" name="message : EString" tooltipText=""> 333 </children>
459 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/> 334 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvR-sWCHEeWg-_mfCA72gg" routing="Tree"/>
460 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/> 335 <styles xmi:type="notation:FontStyle" xmi:id="_YvR-smCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
461 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YurhwGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 336 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvR-s2CHEeWg-_mfCA72gg" points="[0, 0, 0, 60]$[0, -60, 0, 0]"/>
462 <labelFormat>bold</labelFormat> 337 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvVCAmCHEeWg-_mfCA72gg" id="(0.5,0.0)"/>
463 </ownedStyle> 338 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvVCA2CHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
464 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 339 </edges>
465 </ownedElements> 340 <edges xmi:type="notation:Edge" xmi:id="_YvVpEGCHEeWg-_mfCA72gg" type="4001" element="_Yu5kMGCHEeWg-_mfCA72gg" source="_YvFxcGCHEeWg-_mfCA72gg" target="_YvCuI2CHEeWg-_mfCA72gg">
466 </ownedDiagramElements> 341 <children xmi:type="notation:Node" xmi:id="_YvVpFGCHEeWg-_mfCA72gg" type="6001">
467 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuVjgGCHEeWg-_mfCA72gg" name="Statistics" tooltipText="" outgoingEdges="_Yu0Eo2CHEeWg-_mfCA72gg" incomingEdges="_Yuy2gGCHEeWg-_mfCA72gg" width="12" height="10"> 342 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvVpFWCHEeWg-_mfCA72gg" y="-10"/>
468 <target xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/> 343 </children>
469 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/> 344 <children xmi:type="notation:Node" xmi:id="_YvWQIGCHEeWg-_mfCA72gg" type="6002">
470 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 345 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvWQIWCHEeWg-_mfCA72gg" y="10"/>
471 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 346 </children>
472 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 347 <children xmi:type="notation:Node" xmi:id="_YvWQImCHEeWg-_mfCA72gg" type="6003">
473 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuWKkGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 348 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvWQI2CHEeWg-_mfCA72gg" y="10"/>
474 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 349 </children>
475 </ownedStyle> 350 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvVpEWCHEeWg-_mfCA72gg" routing="Tree"/>
476 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 351 <styles xmi:type="notation:FontStyle" xmi:id="_YvVpEmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
477 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YusI0GCHEeWg-_mfCA72gg" name="transformationTime : EInt = -1" tooltipText=""> 352 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvVpE2CHEeWg-_mfCA72gg" points="[0, 0, 214, 60]$[-214, -60, 0, 0]"/>
478 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/> 353 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvWQJGCHEeWg-_mfCA72gg" id="(0.5,0.0)"/>
479 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/> 354 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvWQJWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
480 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_Yusv4GCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 355 </edges>
481 <labelFormat>bold</labelFormat> 356 <edges xmi:type="notation:Edge" xmi:id="_YvW3MGCHEeWg-_mfCA72gg" type="4001" element="_Yu6LQGCHEeWg-_mfCA72gg" source="_YvGYg2CHEeWg-_mfCA72gg" target="_YvCuI2CHEeWg-_mfCA72gg">
482 </ownedStyle> 357 <children xmi:type="notation:Node" xmi:id="_YvW3NGCHEeWg-_mfCA72gg" type="6001">
483 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 358 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvW3NWCHEeWg-_mfCA72gg" y="-10"/>
484 </ownedElements> 359 </children>
485 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_Yusv4WCHEeWg-_mfCA72gg" name="solverTime : EInt = -1" tooltipText=""> 360 <children xmi:type="notation:Node" xmi:id="_YvW3NmCHEeWg-_mfCA72gg" type="6002">
486 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/> 361 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvW3N2CHEeWg-_mfCA72gg" y="10"/>
487 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/> 362 </children>
488 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YutW8GCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 363 <children xmi:type="notation:Node" xmi:id="_YvW3OGCHEeWg-_mfCA72gg" type="6003">
489 <labelFormat>bold</labelFormat> 364 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_YvW3OWCHEeWg-_mfCA72gg" y="10"/>
490 </ownedStyle> 365 </children>
491 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 366 <styles xmi:type="notation:ConnectorStyle" xmi:id="_YvW3MWCHEeWg-_mfCA72gg" routing="Tree"/>
492 </ownedElements> 367 <styles xmi:type="notation:FontStyle" xmi:id="_YvW3MmCHEeWg-_mfCA72gg" fontName="Segoe UI" fontHeight="8"/>
493 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YutW8WCHEeWg-_mfCA72gg" name="solverMemory : EInt = -1" tooltipText=""> 368 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_YvW3M2CHEeWg-_mfCA72gg" points="[0, 0, -224, 60]$[224, -60, 0, 0]"/>
494 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/> 369 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvXeQGCHEeWg-_mfCA72gg" id="(0.49645390070921985,0.0)"/>
495 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/> 370 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_YvXeQWCHEeWg-_mfCA72gg" id="(0.5,1.0)"/>
496 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_Yut-AGCHEeWg-_mfCA72gg" labelAlignment="LEFT"> 371 </edges>
497 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/> 372 <edges xmi:type="notation:Edge" xmi:id="_DUW_QJ7bEeae3ZkQhmCxsw" type="4001" element="_DT2o8J7bEeae3ZkQhmCxsw" source="_3nsj0J7aEeae3ZkQhmCxsw" target="_YvCuI2CHEeWg-_mfCA72gg">
498 </ownedStyle> 373 <children xmi:type="notation:Node" xmi:id="_DUY0cJ7bEeae3ZkQhmCxsw" type="6001">
499 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 374 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DUY0cZ7bEeae3ZkQhmCxsw" y="-10"/>
500 </ownedElements> 375 </children>
501 </ownedDiagramElements> 376 <children xmi:type="notation:Node" xmi:id="_DUaCkJ7bEeae3ZkQhmCxsw" type="6002">
502 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuWxoGCHEeWg-_mfCA72gg" name="StatisticEntry" tooltipText="" incomingEdges="_Yu0Eo2CHEeWg-_mfCA72gg _Yu5kMGCHEeWg-_mfCA72gg _Yu6LQGCHEeWg-_mfCA72gg _DT2o8J7bEeae3ZkQhmCxsw" width="12" height="10"> 377 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DUaCkZ7bEeae3ZkQhmCxsw" y="10"/>
503 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/> 378 </children>
504 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/> 379 <children xmi:type="notation:Node" xmi:id="_DUbQsJ7bEeae3ZkQhmCxsw" type="6003">
505 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 380 <layoutConstraint xmi:type="notation:Bounds" xmi:id="_DUbQsZ7bEeae3ZkQhmCxsw" y="10"/>
506 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 381 </children>
507 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 382 <styles xmi:type="notation:ConnectorStyle" xmi:id="_DUW_QZ7bEeae3ZkQhmCxsw" routing="Tree"/>
508 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuXYsGCHEeWg-_mfCA72gg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228"> 383 <styles xmi:type="notation:FontStyle" xmi:id="_DUW_Qp7bEeae3ZkQhmCxsw" fontName="Segoe UI" fontHeight="8"/>
509 <labelFormat>italic</labelFormat> 384 <bendpoints xmi:type="notation:RelativeBendpoints" xmi:id="_DUW_Q57bEeae3ZkQhmCxsw" points="[0, 0, 247, 161]$[-246, -161, 1, 0]"/>
510 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/> 385 <sourceAnchor xmi:type="notation:IdentityAnchor" xmi:id="_DUb3wJ7bEeae3ZkQhmCxsw" id="(0.635593220338983,0.0)"/>
511 </ownedStyle> 386 <targetAnchor xmi:type="notation:IdentityAnchor" xmi:id="_DUb3wZ7bEeae3ZkQhmCxsw" id="(0.5,1.0)"/>
512 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 387 </edges>
513 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YuulEGCHEeWg-_mfCA72gg" name="name : EString" tooltipText=""> 388 </data>
514 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/> 389 </ownedAnnotationEntries>
515 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/> 390 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuQD8GCHEeWg-_mfCA72gg" name="LogicResult" tooltipText="" outgoingEdges="_Yuy2gGCHEeWg-_mfCA72gg" incomingEdges="_Yu1SwGCHEeWg-_mfCA72gg _Yu1502CHEeWg-_mfCA72gg _Yu2g42CHEeWg-_mfCA72gg" width="12" height="10">
516 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YuvMIGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 391 <target xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/>
517 <labelFormat>bold</labelFormat> 392 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//LogicResult"/>
518 </ownedStyle> 393 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuQrAGCHEeWg-_mfCA72gg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
519 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 394 <labelFormat>italic</labelFormat>
520 </ownedElements> 395 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
521 </ownedDiagramElements> 396 </ownedStyle>
522 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuX_wGCHEeWg-_mfCA72gg" name="UndecidableResult" tooltipText="" outgoingEdges="_Yu49IGCHEeWg-_mfCA72gg" width="12" height="10"> 397 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
523 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/> 398 <ownedElements xmi:type="diagram:DNodeListElement" uid="_Yuk0EGCHEeWg-_mfCA72gg" name="trace : EJavaObject" tooltipText="">
524 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/> 399 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/>
525 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuYm0GCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 400 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/trace"/>
526 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 401 <ownedStyle xmi:type="diagram:BundledImage" uid="_YulbIGCHEeWg-_mfCA72gg" labelAlignment="LEFT">
527 </ownedStyle> 402 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
528 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
529 </ownedDiagramElements>
530 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuZN4GCHEeWg-_mfCA72gg" name="IntStatisticEntry" tooltipText="" outgoingEdges="_Yu5kMGCHEeWg-_mfCA72gg" width="12" height="10">
531 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
532 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
533 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
534 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
535 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
536 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YuZ08GCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
537 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
538 </ownedStyle> 403 </ownedStyle>
539 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 404 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
540 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YuvzMGCHEeWg-_mfCA72gg" name="value : EInt" tooltipText=""> 405 </ownedElements>
541 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/> 406 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YumCMGCHEeWg-_mfCA72gg" name="representation : EJavaObject" tooltipText="">
542 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/> 407 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/>
543 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YuvzMWCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 408 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//LogicResult/representation"/>
544 <labelFormat>bold</labelFormat> 409 <ownedStyle xmi:type="diagram:BundledImage" uid="_ycQtQB1sEeeCcdOgljfWxA" labelAlignment="LEFT">
545 </ownedStyle> 410 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
546 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
547 </ownedElements>
548 </ownedDiagramElements>
549 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_YuacAGCHEeWg-_mfCA72gg" name="RealStatisticEntry" tooltipText="" outgoingEdges="_Yu6LQGCHEeWg-_mfCA72gg" width="12" height="10">
550 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
551 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
552 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
553 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
554 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
555 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_YubDEGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
556 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
557 </ownedStyle> 411 </ownedStyle>
558 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 412 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
559 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_YuwaQGCHEeWg-_mfCA72gg" name="value : EDouble = 0.0" tooltipText=""> 413 </ownedElements>
560 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/> 414 <ownedElements xmi:type="diagram:DNodeListElement" uid="_l7ljVG6hEemSyfDlsGAqLA" name=" problem : LogicProblem" tooltipText="">
561 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/> 415 <target xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/problem"/>
562 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_YuxoYGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 416 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/problem"/>
563 <labelFormat>bold</labelFormat> 417 <ownedStyle xmi:type="diagram:BundledImage" uid="_l7mKYG6hEemSyfDlsGAqLA" labelAlignment="LEFT" color="114,159,207">
564 </ownedStyle> 418 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']/@style"/>
565 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
566 </ownedElements>
567 </ownedDiagramElements>
568 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yuy2gGCHEeWg-_mfCA72gg" name="[0..1] statistics" sourceNode="_YuQD8GCHEeWg-_mfCA72gg" targetNode="_YuVjgGCHEeWg-_mfCA72gg">
569 <target xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/>
570 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/>
571 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu0EoGCHEeWg-_mfCA72gg" description="_YuzdkGCHEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
572 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu0EoWCHEeWg-_mfCA72gg" showIcon="false">
573 <customFeatures>labelSize</customFeatures>
574 </centerLabelStyle>
575 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_Yu0EomCHEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
576 <customFeatures>labelSize</customFeatures>
577 </endLabelStyle>
578 </ownedStyle> 419 </ownedStyle>
579 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 420 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EReferenceNode']"/>
580 </ownedDiagramElements> 421 </ownedElements>
581 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu0Eo2CHEeWg-_mfCA72gg" name="[0..*] entries" sourceNode="_YuVjgGCHEeWg-_mfCA72gg" targetNode="_YuWxoGCHEeWg-_mfCA72gg"> 422 </ownedDiagramElements>
582 <target xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/> 423 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuRSEGCHEeWg-_mfCA72gg" name="ModelResult" tooltipText="" outgoingEdges="_Yu1SwGCHEeWg-_mfCA72gg" width="12" height="10">
583 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/> 424 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
584 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu0rsGCHEeWg-_mfCA72gg" description="_YuzdkGCHEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0"> 425 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
585 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu0rsWCHEeWg-_mfCA72gg" showIcon="false"> 426 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuR5IGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
586 <customFeatures>labelSize</customFeatures> 427 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
587 </centerLabelStyle> 428 </ownedStyle>
588 <endLabelStyle xmi:type="diagram:EndLabelStyle" xmi:id="_Yu0rsmCHEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114"> 429 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
589 <customFeatures>labelSize</customFeatures> 430 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YunQUGCHEeWg-_mfCA72gg" name="maxInteger : EInt" tooltipText="">
590 </endLabelStyle> 431 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/>
432 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/maxInteger"/>
433 <ownedStyle xmi:type="diagram:BundledImage" uid="_YuoecGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
434 <labelFormat>bold</labelFormat>
591 </ownedStyle> 435 </ownedStyle>
592 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/> 436 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
593 </ownedDiagramElements> 437 </ownedElements>
594 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu1SwGCHEeWg-_mfCA72gg" sourceNode="_YuRSEGCHEeWg-_mfCA72gg" targetNode="_YuQD8GCHEeWg-_mfCA72gg"> 438 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YuoecWCHEeWg-_mfCA72gg" name="minInteger : EInt" tooltipText="">
595 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/> 439 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/>
596 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//ModelResult/@eGenericSuperTypes.0"/> 440 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ModelResult/minInteger"/>
597 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu150GCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 441 <ownedStyle xmi:type="diagram:BundledImage" uid="_YupFgGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
598 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 442 <labelFormat>bold</labelFormat>
599 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu150WCHEeWg-_mfCA72gg" showIcon="false">
600 <labelFormat>italic</labelFormat>
601 </beginLabelStyle>
602 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu150mCHEeWg-_mfCA72gg" showIcon="false"/>
603 </ownedStyle> 443 </ownedStyle>
604 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 444 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
605 </ownedDiagramElements> 445 </ownedElements>
606 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu1502CHEeWg-_mfCA72gg" sourceNode="_YuR5IWCHEeWg-_mfCA72gg" targetNode="_YuQD8GCHEeWg-_mfCA72gg"> 446 </ownedDiagramElements>
607 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/> 447 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuR5IWCHEeWg-_mfCA72gg" name="InconsistencyResult" tooltipText="" outgoingEdges="_Yu1502CHEeWg-_mfCA72gg" width="12" height="10">
608 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//InconsistencyResult/@eGenericSuperTypes.0"/> 448 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
609 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu2g4GCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 449 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
610 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 450 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuSgMGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
611 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu2g4WCHEeWg-_mfCA72gg" showIcon="false"> 451 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
612 <labelFormat>italic</labelFormat> 452 </ownedStyle>
613 </beginLabelStyle> 453 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
614 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu2g4mCHEeWg-_mfCA72gg" showIcon="false"/> 454 </ownedDiagramElements>
455 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuSgMWCHEeWg-_mfCA72gg" name="UnknownResult" tooltipText="" outgoingEdges="_Yu2g42CHEeWg-_mfCA72gg" incomingEdges="_Yu3vAGCHEeWg-_mfCA72gg _Yu4WEGCHEeWg-_mfCA72gg _Yu49IGCHEeWg-_mfCA72gg" width="12" height="10">
456 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
457 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
458 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuTHQGCHEeWg-_mfCA72gg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
459 <labelFormat>italic</labelFormat>
460 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
461 </ownedStyle>
462 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
463 </ownedDiagramElements>
464 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuTHQWCHEeWg-_mfCA72gg" name="InsuficientResourcesResult" tooltipText="" outgoingEdges="_Yu3vAGCHEeWg-_mfCA72gg" width="12" height="10">
465 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
466 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
467 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuTuUGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
468 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
469 </ownedStyle>
470 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
471 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YupskGCHEeWg-_mfCA72gg" name="resourceName : EString" tooltipText="">
472 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/>
473 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//InsuficientResourcesResult/resourceName"/>
474 <ownedStyle xmi:type="diagram:BundledImage" uid="_YuqToGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
475 <labelFormat>bold</labelFormat>
615 </ownedStyle> 476 </ownedStyle>
616 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 477 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
617 </ownedDiagramElements> 478 </ownedElements>
618 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu2g42CHEeWg-_mfCA72gg" sourceNode="_YuSgMWCHEeWg-_mfCA72gg" targetNode="_YuQD8GCHEeWg-_mfCA72gg"> 479 </ownedDiagramElements>
619 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/> 480 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuUVYGCHEeWg-_mfCA72gg" name="ErrorResult" tooltipText="" outgoingEdges="_Yu4WEGCHEeWg-_mfCA72gg" width="12" height="10">
620 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//UnknownResult/@eGenericSuperTypes.0"/> 481 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
621 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu3H8GCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 482 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
622 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 483 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuU8cGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
623 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu3H8WCHEeWg-_mfCA72gg" showIcon="false"> 484 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
624 <labelFormat>italic</labelFormat> 485 </ownedStyle>
625 </beginLabelStyle> 486 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
626 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu3H8mCHEeWg-_mfCA72gg" showIcon="false"/> 487 <ownedElements xmi:type="diagram:DNodeListElement" uid="_Yuq6sGCHEeWg-_mfCA72gg" name="message : EString" tooltipText="">
488 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/>
489 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//ErrorResult/message"/>
490 <ownedStyle xmi:type="diagram:BundledImage" uid="_YurhwGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
491 <labelFormat>bold</labelFormat>
627 </ownedStyle> 492 </ownedStyle>
628 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 493 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
629 </ownedDiagramElements> 494 </ownedElements>
630 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu3vAGCHEeWg-_mfCA72gg" sourceNode="_YuTHQWCHEeWg-_mfCA72gg" targetNode="_YuSgMWCHEeWg-_mfCA72gg"> 495 </ownedDiagramElements>
631 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/> 496 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuVjgGCHEeWg-_mfCA72gg" name="Statistics" tooltipText="" outgoingEdges="_Yu0Eo2CHEeWg-_mfCA72gg" incomingEdges="_Yuy2gGCHEeWg-_mfCA72gg" width="12" height="10">
632 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//InsuficientResourcesResult/@eGenericSuperTypes.0"/> 497 <target xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/>
633 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu3vAWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 498 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//Statistics"/>
634 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 499 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
635 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu3vAmCHEeWg-_mfCA72gg" showIcon="false"> 500 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
636 <labelFormat>italic</labelFormat> 501 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
637 </beginLabelStyle> 502 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuWKkGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
638 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu3vA2CHEeWg-_mfCA72gg" showIcon="false"/> 503 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
504 </ownedStyle>
505 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
506 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YusI0GCHEeWg-_mfCA72gg" name="transformationTime : EInt = -1" tooltipText="">
507 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/>
508 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/transformationTime"/>
509 <ownedStyle xmi:type="diagram:BundledImage" uid="_Yusv4GCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
510 <labelFormat>bold</labelFormat>
639 </ownedStyle> 511 </ownedStyle>
640 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 512 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
641 </ownedDiagramElements> 513 </ownedElements>
642 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu4WEGCHEeWg-_mfCA72gg" sourceNode="_YuUVYGCHEeWg-_mfCA72gg" targetNode="_YuSgMWCHEeWg-_mfCA72gg"> 514 <ownedElements xmi:type="diagram:DNodeListElement" uid="_Yusv4WCHEeWg-_mfCA72gg" name="solverTime : EInt = -1" tooltipText="">
643 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/> 515 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/>
644 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//ErrorResult/@eGenericSuperTypes.0"/> 516 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverTime"/>
645 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu4WEWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 517 <ownedStyle xmi:type="diagram:BundledImage" uid="_YutW8GCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
646 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 518 <labelFormat>bold</labelFormat>
647 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu4WEmCHEeWg-_mfCA72gg" showIcon="false">
648 <labelFormat>italic</labelFormat>
649 </beginLabelStyle>
650 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu4WE2CHEeWg-_mfCA72gg" showIcon="false"/>
651 </ownedStyle> 519 </ownedStyle>
652 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 520 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
653 </ownedDiagramElements> 521 </ownedElements>
654 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu49IGCHEeWg-_mfCA72gg" sourceNode="_YuX_wGCHEeWg-_mfCA72gg" targetNode="_YuSgMWCHEeWg-_mfCA72gg"> 522 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YutW8WCHEeWg-_mfCA72gg" name="solverMemory : EInt = -1" tooltipText="">
655 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/> 523 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/>
656 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//UndecidableResult/@eGenericSuperTypes.0"/> 524 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//Statistics/solverMemory"/>
657 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu49IWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 525 <ownedStyle xmi:type="diagram:BundledImage" uid="_Yut-AGCHEeWg-_mfCA72gg" labelAlignment="LEFT">
658 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 526 <description xmi:type="style:BundledImageDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']/@style"/>
659 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu49ImCHEeWg-_mfCA72gg" showIcon="false">
660 <labelFormat>italic</labelFormat>
661 </beginLabelStyle>
662 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu49I2CHEeWg-_mfCA72gg" showIcon="false"/>
663 </ownedStyle> 527 </ownedStyle>
664 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 528 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
665 </ownedDiagramElements> 529 </ownedElements>
666 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu5kMGCHEeWg-_mfCA72gg" sourceNode="_YuZN4GCHEeWg-_mfCA72gg" targetNode="_YuWxoGCHEeWg-_mfCA72gg"> 530 </ownedDiagramElements>
667 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/> 531 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuWxoGCHEeWg-_mfCA72gg" name="StatisticEntry" tooltipText="" incomingEdges="_Yu0Eo2CHEeWg-_mfCA72gg _Yu5kMGCHEeWg-_mfCA72gg _Yu6LQGCHEeWg-_mfCA72gg _DT2o8J7bEeae3ZkQhmCxsw" width="12" height="10">
668 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//IntStatisticEntry/@eGenericSuperTypes.0"/> 532 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/>
669 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu5kMWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 533 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StatisticEntry"/>
670 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 534 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
671 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu5kMmCHEeWg-_mfCA72gg" showIcon="false"> 535 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
672 <labelFormat>italic</labelFormat> 536 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
673 </beginLabelStyle> 537 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuXYsGCHEeWg-_mfCA72gg" iconPath="/org.eclipse.emf.ecoretools.design/icons/full/obj16/EClass_abstract.gif" borderSize="1" borderSizeComputationExpression="1" borderColor="125,125,125" backgroundStyle="Liquid" foregroundColor="228,228,228">
674 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu5kM2CHEeWg-_mfCA72gg" showIcon="false"/> 538 <labelFormat>italic</labelFormat>
539 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@conditionnalStyles.1/@style"/>
540 </ownedStyle>
541 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
542 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YuulEGCHEeWg-_mfCA72gg" name="name : EString" tooltipText="">
543 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/>
544 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//StatisticEntry/name"/>
545 <ownedStyle xmi:type="diagram:BundledImage" uid="_YuvMIGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
546 <labelFormat>bold</labelFormat>
675 </ownedStyle> 547 </ownedStyle>
676 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 548 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
677 </ownedDiagramElements> 549 </ownedElements>
678 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_Yu6LQGCHEeWg-_mfCA72gg" sourceNode="_YuacAGCHEeWg-_mfCA72gg" targetNode="_YuWxoGCHEeWg-_mfCA72gg"> 550 </ownedDiagramElements>
679 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/> 551 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuX_wGCHEeWg-_mfCA72gg" name="UndecidableResult" tooltipText="" outgoingEdges="_Yu49IGCHEeWg-_mfCA72gg" width="12" height="10">
680 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//RealStatisticEntry/@eGenericSuperTypes.0"/> 552 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
681 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_Yu6yUGCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree"> 553 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
682 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 554 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuYm0GCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
683 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_Yu6yUWCHEeWg-_mfCA72gg" showIcon="false"> 555 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
684 <labelFormat>italic</labelFormat> 556 </ownedStyle>
685 </beginLabelStyle> 557 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
686 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_Yu6yUmCHEeWg-_mfCA72gg" showIcon="false"/> 558 </ownedDiagramElements>
559 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuZN4GCHEeWg-_mfCA72gg" name="IntStatisticEntry" tooltipText="" outgoingEdges="_Yu5kMGCHEeWg-_mfCA72gg" width="12" height="10">
560 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
561 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
562 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
563 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
564 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
565 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YuZ08GCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
566 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
567 </ownedStyle>
568 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
569 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YuvzMGCHEeWg-_mfCA72gg" name="value : EInt" tooltipText="">
570 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/>
571 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//IntStatisticEntry/value"/>
572 <ownedStyle xmi:type="diagram:BundledImage" uid="_YuvzMWCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
573 <labelFormat>bold</labelFormat>
687 </ownedStyle> 574 </ownedStyle>
688 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 575 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
689 </ownedDiagramElements> 576 </ownedElements>
690 <ownedDiagramElements xmi:type="diagram:DNodeList" xmi:id="_3m0aEJ7aEeae3ZkQhmCxsw" name="StringStatisticEntry" tooltipText="" outgoingEdges="_DT2o8J7bEeae3ZkQhmCxsw" width="12" height="10"> 577 </ownedDiagramElements>
691 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/> 578 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_YuacAGCHEeWg-_mfCA72gg" name="RealStatisticEntry" tooltipText="" outgoingEdges="_Yu6LQGCHEeWg-_mfCA72gg" width="12" height="10">
692 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/> 579 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
693 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints> 580 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
694 <arrangeConstraints>KEEP_SIZE</arrangeConstraints> 581 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
695 <arrangeConstraints>KEEP_RATIO</arrangeConstraints> 582 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
696 <ownedStyle xmi:type="diagram:FlatContainerStyle" xmi:id="_999iUJ7aEeae3ZkQhmCxsw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216"> 583 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
697 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/> 584 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_YubDEGCHEeWg-_mfCA72gg" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
585 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
586 </ownedStyle>
587 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
588 <ownedElements xmi:type="diagram:DNodeListElement" uid="_YuwaQGCHEeWg-_mfCA72gg" name="value : EDouble = 0.0" tooltipText="">
589 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/>
590 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//RealStatisticEntry/value"/>
591 <ownedStyle xmi:type="diagram:BundledImage" uid="_YuxoYGCHEeWg-_mfCA72gg" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
592 <labelFormat>bold</labelFormat>
698 </ownedStyle> 593 </ownedStyle>
699 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/> 594 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
700 <ownedElements xmi:type="diagram:DNodeListElement" xmi:id="_7tUVYJ7aEeae3ZkQhmCxsw" name="value : EString = Unfilled" tooltipText=""> 595 </ownedElements>
701 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//StringStatisticEntry/value"/> 596 </ownedDiagramElements>
702 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//StringStatisticEntry/value"/> 597 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yuy2gGCHEeWg-_mfCA72gg" name="[0..1] statistics" sourceNode="_YuQD8GCHEeWg-_mfCA72gg" targetNode="_YuVjgGCHEeWg-_mfCA72gg">
703 <ownedStyle xmi:type="diagram:BundledImage" xmi:id="_AVIOAJ7bEeae3ZkQhmCxsw" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg"> 598 <target xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/>
704 <labelFormat>bold</labelFormat> 599 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//LogicResult/statistics"/>
705 </ownedStyle> 600 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu0EoGCHEeWg-_mfCA72gg" description="_YuzdkGCHEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
706 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/> 601 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu0EoWCHEeWg-_mfCA72gg" showIcon="false">
707 </ownedElements> 602 <customFeatures>labelSize</customFeatures>
708 </ownedDiagramElements> 603 </centerLabelStyle>
709 <ownedDiagramElements xmi:type="diagram:DEdge" xmi:id="_DT2o8J7bEeae3ZkQhmCxsw" sourceNode="_3m0aEJ7aEeae3ZkQhmCxsw" targetNode="_YuWxoGCHEeWg-_mfCA72gg"> 604 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_Yu0EomCHEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
710 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/> 605 <customFeatures>labelSize</customFeatures>
711 <semanticElements xmi:type="ecore:EGenericType" href="logicresult.ecore#//StringStatisticEntry/@eGenericSuperTypes.0"/> 606 </endLabelStyle>
712 <ownedStyle xmi:type="diagram:EdgeStyle" xmi:id="_DT3QAJ7bEeae3ZkQhmCxsw" targetArrow="InputClosedArrow" routingStyle="tree"> 607 </ownedStyle>
713 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/> 608 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
714 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" xmi:id="_DT3QAZ7bEeae3ZkQhmCxsw" showIcon="false"> 609 </ownedDiagramElements>
715 <labelFormat>italic</labelFormat> 610 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu0Eo2CHEeWg-_mfCA72gg" name="[0..*] entries" sourceNode="_YuVjgGCHEeWg-_mfCA72gg" targetNode="_YuWxoGCHEeWg-_mfCA72gg">
716 </beginLabelStyle> 611 <target xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/>
717 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" xmi:id="_DT3QAp7bEeae3ZkQhmCxsw" showIcon="false"/> 612 <semanticElements xmi:type="ecore:EReference" href="logicresult.ecore#//Statistics/entries"/>
613 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu0rsGCHEeWg-_mfCA72gg" description="_YuzdkGCHEeWg-_mfCA72gg" sourceArrow="FillDiamond" routingStyle="manhattan" strokeColor="0,0,0">
614 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu0rsWCHEeWg-_mfCA72gg" showIcon="false">
615 <customFeatures>labelSize</customFeatures>
616 </centerLabelStyle>
617 <endLabelStyle xmi:type="diagram:EndLabelStyle" uid="_Yu0rsmCHEeWg-_mfCA72gg" showIcon="false" labelColor="39,76,114">
618 <customFeatures>labelSize</customFeatures>
619 </endLabelStyle>
620 </ownedStyle>
621 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC_EReference']"/>
622 </ownedDiagramElements>
623 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu1SwGCHEeWg-_mfCA72gg" sourceNode="_YuRSEGCHEeWg-_mfCA72gg" targetNode="_YuQD8GCHEeWg-_mfCA72gg">
624 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
625 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ModelResult"/>
626 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu150GCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
627 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
628 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu150WCHEeWg-_mfCA72gg" showIcon="false">
629 <labelFormat>italic</labelFormat>
630 </beginLabelStyle>
631 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu150mCHEeWg-_mfCA72gg" showIcon="false"/>
632 </ownedStyle>
633 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
634 </ownedDiagramElements>
635 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu1502CHEeWg-_mfCA72gg" sourceNode="_YuR5IWCHEeWg-_mfCA72gg" targetNode="_YuQD8GCHEeWg-_mfCA72gg">
636 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
637 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InconsistencyResult"/>
638 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu2g4GCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
639 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
640 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu2g4WCHEeWg-_mfCA72gg" showIcon="false">
641 <labelFormat>italic</labelFormat>
642 </beginLabelStyle>
643 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu2g4mCHEeWg-_mfCA72gg" showIcon="false"/>
644 </ownedStyle>
645 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
646 </ownedDiagramElements>
647 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu2g42CHEeWg-_mfCA72gg" sourceNode="_YuSgMWCHEeWg-_mfCA72gg" targetNode="_YuQD8GCHEeWg-_mfCA72gg">
648 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
649 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UnknownResult"/>
650 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu3H8GCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
651 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
652 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu3H8WCHEeWg-_mfCA72gg" showIcon="false">
653 <labelFormat>italic</labelFormat>
654 </beginLabelStyle>
655 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu3H8mCHEeWg-_mfCA72gg" showIcon="false"/>
656 </ownedStyle>
657 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
658 </ownedDiagramElements>
659 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu3vAGCHEeWg-_mfCA72gg" sourceNode="_YuTHQWCHEeWg-_mfCA72gg" targetNode="_YuSgMWCHEeWg-_mfCA72gg">
660 <target xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
661 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//InsuficientResourcesResult"/>
662 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu3vAWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
663 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
664 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu3vAmCHEeWg-_mfCA72gg" showIcon="false">
665 <labelFormat>italic</labelFormat>
666 </beginLabelStyle>
667 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu3vA2CHEeWg-_mfCA72gg" showIcon="false"/>
668 </ownedStyle>
669 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
670 </ownedDiagramElements>
671 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu4WEGCHEeWg-_mfCA72gg" sourceNode="_YuUVYGCHEeWg-_mfCA72gg" targetNode="_YuSgMWCHEeWg-_mfCA72gg">
672 <target xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
673 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//ErrorResult"/>
674 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu4WEWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
675 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
676 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu4WEmCHEeWg-_mfCA72gg" showIcon="false">
677 <labelFormat>italic</labelFormat>
678 </beginLabelStyle>
679 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu4WE2CHEeWg-_mfCA72gg" showIcon="false"/>
680 </ownedStyle>
681 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
682 </ownedDiagramElements>
683 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu49IGCHEeWg-_mfCA72gg" sourceNode="_YuX_wGCHEeWg-_mfCA72gg" targetNode="_YuSgMWCHEeWg-_mfCA72gg">
684 <target xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
685 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//UndecidableResult"/>
686 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu49IWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
687 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
688 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu49ImCHEeWg-_mfCA72gg" showIcon="false">
689 <labelFormat>italic</labelFormat>
690 </beginLabelStyle>
691 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu49I2CHEeWg-_mfCA72gg" showIcon="false"/>
692 </ownedStyle>
693 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
694 </ownedDiagramElements>
695 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu5kMGCHEeWg-_mfCA72gg" sourceNode="_YuZN4GCHEeWg-_mfCA72gg" targetNode="_YuWxoGCHEeWg-_mfCA72gg">
696 <target xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
697 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//IntStatisticEntry"/>
698 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu5kMWCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
699 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
700 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu5kMmCHEeWg-_mfCA72gg" showIcon="false">
701 <labelFormat>italic</labelFormat>
702 </beginLabelStyle>
703 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu5kM2CHEeWg-_mfCA72gg" showIcon="false"/>
704 </ownedStyle>
705 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
706 </ownedDiagramElements>
707 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_Yu6LQGCHEeWg-_mfCA72gg" sourceNode="_YuacAGCHEeWg-_mfCA72gg" targetNode="_YuWxoGCHEeWg-_mfCA72gg">
708 <target xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
709 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//RealStatisticEntry"/>
710 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_Yu6yUGCHEeWg-_mfCA72gg" targetArrow="InputClosedArrow" routingStyle="tree">
711 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
712 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_Yu6yUWCHEeWg-_mfCA72gg" showIcon="false">
713 <labelFormat>italic</labelFormat>
714 </beginLabelStyle>
715 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_Yu6yUmCHEeWg-_mfCA72gg" showIcon="false"/>
716 </ownedStyle>
717 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
718 </ownedDiagramElements>
719 <ownedDiagramElements xmi:type="diagram:DNodeList" uid="_3m0aEJ7aEeae3ZkQhmCxsw" name="StringStatisticEntry" tooltipText="" outgoingEdges="_DT2o8J7bEeae3ZkQhmCxsw" width="12" height="10">
720 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/>
721 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/>
722 <arrangeConstraints>KEEP_LOCATION</arrangeConstraints>
723 <arrangeConstraints>KEEP_SIZE</arrangeConstraints>
724 <arrangeConstraints>KEEP_RATIO</arrangeConstraints>
725 <ownedStyle xmi:type="diagram:FlatContainerStyle" uid="_999iUJ7aEeae3ZkQhmCxsw" borderSize="1" borderSizeComputationExpression="1" backgroundStyle="Liquid" foregroundColor="255,252,216">
726 <description xmi:type="style:FlatContainerStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@style"/>
727 </ownedStyle>
728 <actualMapping xmi:type="description_1:ContainerMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']"/>
729 <ownedElements xmi:type="diagram:DNodeListElement" uid="_7tUVYJ7aEeae3ZkQhmCxsw" name="value : EString = Unfilled" tooltipText="">
730 <target xmi:type="ecore:EAttribute" href="logicresult.ecore#//StringStatisticEntry/value"/>
731 <semanticElements xmi:type="ecore:EAttribute" href="logicresult.ecore#//StringStatisticEntry/value"/>
732 <ownedStyle xmi:type="diagram:BundledImage" uid="_AVIOAJ7bEeae3ZkQhmCxsw" labelAlignment="LEFT" description="_YumpQGCHEeWg-_mfCA72gg">
733 <labelFormat>bold</labelFormat>
718 </ownedStyle> 734 </ownedStyle>
719 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/> 735 <actualMapping xmi:type="description_1:NodeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@containerMappings[name='EC%20EClass']/@subNodeMappings[name='EC%20EAttribute']"/>
720 </ownedDiagramElements> 736 </ownedElements>
721 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/> 737 </ownedDiagramElements>
722 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" xmi:id="_X4aoJWCHEeWg-_mfCA72gg"/> 738 <ownedDiagramElements xmi:type="diagram:DEdge" uid="_DT2o8J7bEeae3ZkQhmCxsw" sourceNode="_3m0aEJ7aEeae3ZkQhmCxsw" targetNode="_YuWxoGCHEeWg-_mfCA72gg">
723 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/> 739 <target xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/>
724 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/> 740 <semanticElements xmi:type="ecore:EClass" href="logicresult.ecore#//StringStatisticEntry"/>
725 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/> 741 <ownedStyle xmi:type="diagram:EdgeStyle" uid="_DT3QAJ7bEeae3ZkQhmCxsw" targetArrow="InputClosedArrow" routingStyle="tree">
726 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/> 742 <description xmi:type="style:EdgeStyleDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']/@style"/>
727 <target xmi:type="ecore:EPackage" href="logicresult.ecore#/"/> 743 <beginLabelStyle xmi:type="diagram:BeginLabelStyle" uid="_DT3QAZ7bEeae3ZkQhmCxsw" showIcon="false">
728 </ownedRepresentations> 744 <labelFormat>italic</labelFormat>
729 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']"/> 745 </beginLabelStyle>
730 </ownedViews> 746 <centerLabelStyle xmi:type="diagram:CenterLabelStyle" uid="_DT3QAp7bEeae3ZkQhmCxsw" showIcon="false"/>
731 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_Vqv2sGCHEeWg-_mfCA72gg"> 747 </ownedStyle>
732 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Review']"/> 748 <actualMapping xmi:type="description_1:EdgeMapping" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer/@edgeMappings[name='EC%20ESupertypes']"/>
733 </ownedViews> 749 </ownedDiagramElements>
734 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_VrDYsGCHEeWg-_mfCA72gg"> 750 <description xmi:type="description_1:DiagramDescription" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']"/>
735 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']"/> 751 <filterVariableHistory xmi:type="diagram:FilterVariableHistory" uid="_X4aoJWCHEeWg-_mfCA72gg"/>
736 </ownedViews> 752 <activatedLayers xmi:type="description_1:Layer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@defaultLayer"/>
737 <ownedViews xmi:type="viewpoint:DRepresentationContainer" xmi:id="_VrW6sGCHEeWg-_mfCA72gg"> 753 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Package']"/>
738 <viewpoint xmi:type="description:Viewpoint" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Generation']"/> 754 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Design']/@ownedRepresentations[name='Entities']/@additionalLayers[name='Validation']"/>
739 </ownedViews> 755 <activatedLayers xmi:type="description_1:AdditionalLayer" href="platform:/plugin/org.eclipse.emf.ecoretools.design/description/ecore.odesign#//@ownedViewpoints[name='Archetype']/@ownedRepresentationExtensions[name='Entities%20With%20Archetypes']/@layers[name='Archetypes']"/>
740</viewpoint:DAnalysis> 756 <target xmi:type="ecore:EPackage" href="logicresult.ecore#/"/>
757 </diagram:DSemanticDiagram>
758</xmi:XMI>