Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoracuccuru2013-04-23 18:16:37 +0000
committeracuccuru2013-04-23 18:16:37 +0000
commit5560951cb2c75e157e57264511031a1183b79b19 (patch)
treec407dbe5c9ac4b93c853891d63b582ec4b755ce2 /sandbox/Moka/org.eclipse.papyrus.moka.fuml
parent898366038758af2c7af696634db36f26706b2f7a (diff)
downloadorg.eclipse.papyrus-5560951cb2c75e157e57264511031a1183b79b19.tar.gz
org.eclipse.papyrus-5560951cb2c75e157e57264511031a1183b79b19.tar.xz
org.eclipse.papyrus-5560951cb2c75e157e57264511031a1183b79b19.zip
405391: [Moka] Moka shall provide an implementation of the fUML Execution Model
https://bugs.eclipse.org/bugs/show_bug.cgi?id=405391 Comments + Minor changes
Diffstat (limited to 'sandbox/Moka/org.eclipse.papyrus.moka.fuml')
-rw-r--r--sandbox/Moka/org.eclipse.papyrus.moka.fuml/src/org/eclipse/papyrus/moka/fuml/FUMLExecutionEngineForMoka.java2
1 files changed, 2 insertions, 0 deletions
diff --git a/sandbox/Moka/org.eclipse.papyrus.moka.fuml/src/org/eclipse/papyrus/moka/fuml/FUMLExecutionEngineForMoka.java b/sandbox/Moka/org.eclipse.papyrus.moka.fuml/src/org/eclipse/papyrus/moka/fuml/FUMLExecutionEngineForMoka.java
index c3f0d641343..56f2efa2607 100644
--- a/sandbox/Moka/org.eclipse.papyrus.moka.fuml/src/org/eclipse/papyrus/moka/fuml/FUMLExecutionEngineForMoka.java
+++ b/sandbox/Moka/org.eclipse.papyrus.moka.fuml/src/org/eclipse/papyrus/moka/fuml/FUMLExecutionEngineForMoka.java
@@ -24,6 +24,7 @@ import org.eclipse.papyrus.moka.fuml.Semantics.Classes.Kernel.Value;
import org.eclipse.papyrus.moka.fuml.Semantics.CommonBehaviors.BasicBehaviors.ParameterValue;
import org.eclipse.papyrus.moka.fuml.debug.ControlDelegate;
import org.eclipse.papyrus.moka.fuml.presentation.FUMLPresentationUtils;
+import org.eclipse.papyrus.moka.ui.presentation.AnimationUtils;
import org.eclipse.uml2.uml.Behavior;
import org.eclipse.uml2.uml.Parameter;
import org.eclipse.uml2.uml.ParameterDirectionKind;
@@ -45,6 +46,7 @@ public class FUMLExecutionEngineForMoka extends FUMLExecutionEngine {
this.debugTarget = debugTarget ;
this.debugTarget.setName("FUML Execution Engine") ;
FUMLPresentationUtils.init(eObjectToExecute) ;
+ AnimationUtils.init() ;
FUMLExecutionEngine.eInstance = this ;
}
}

Back to the top