Skip to main content

Notice: This Wiki is now read only and edits are no longer possible. Please see: https://gitlab.eclipse.org/eclipsefdn/helpdesk/-/wikis/Wiki-shutdown-plan for the plan.

Jump to: navigation, search

Difference between revisions of "Papyrus/UserGuide/ModelExecution"

(Selecting the execution engine)
(Selecting the execution engine)
Line 33: Line 33:
  
 
[[File:1 - Window_Preferences.png]]
 
[[File:1 - Window_Preferences.png]]
 +
 +
[[File:2 - Papyrus_Moka_ExecutionEngines.png]]
  
 
=== Starting an execution with a launch configuration ===
 
=== Starting an execution with a launch configuration ===

Revision as of 12:09, 24 June 2014

MOKA

Moka is a Papyrus module for execution of UML models, which natively includes an execution engine complying with OMG standards fUML and PSCS (which deal with execution semantics of UML). Moka is integrated with the Eclipse debug framework to provide control, observation and animation facilities over executions. Moka can be easily extended to support alternative execution semantics, and thereby be adapted to multiple usage scenarios and domains.

Installation

Under construction

Key Features

Based on standards

Moka provides basic execution and debugging facilities for foundational UML (fUML) and its extensions for composite structures (PSCS), an executable subset of UML with precise and standard semantics. This subset is expressive enough to model structure and behavior of systems involving concurrent communicating, independently of technological platform details.

Interactive

Moka provides debug and animation facilities through a contribution and an extension to the Eclipse debug API. It is thereby possible to control execution of models(e.g., suspending/resuming executions after breakpoints have been encountered) as well as to observing states of executed models at runtime (e.g., emphasizing graphical views of model elements on which execution has suspended, retrieving and displaying any state information about the runtime manifestation of these model elements).

Extensible

Moka can be easily extended to address new execution semantics. This can be done through extension points enabling registration of executable model libraries (e.g., new MoCs, trace libraries, etc.) or simply tool-level extensions of the execution engine.

Getting started

Under construction

Your first executable model

Under construction

Selecting the execution engine

Since Moka is an extensible execution framework, multiple execution engines can be registered in your environment. Before starting an execution, you should make sure that the appropriate execution engine is selected. This can be done through Eclipse preferences, as shown in the figure below.

1 - Window Preferences.png

2 - Papyrus Moka ExecutionEngines.png

Starting an execution with a launch configuration

Under construction

Managing breakpoints

Under construction

Controlling Executions

Under construction

Configuring animation

Under construction

Back to the top