AnimB start: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Christophe No edit summary |
imported>Christophe No edit summary |
||
Line 16: | Line 16: | ||
=== Event guard state === | === Event guard state === | ||
The state of an event guard is described by the foolowing icons: | The state of an event guard is described by the foolowing icons: | ||
* [[guardclosed.png|guardclosed.png]] the guard of the event is closed and can't be executed. | * [[Image:guardclosed.png|guardclosed.png]] the guard of the event is closed and can't be executed. | ||
* [[guardopen.png|guardopen.png]] the guard of the event is open and the event can be executed. | * [[Image:guardopen.png|guardopen.png]] the guard of the event is open and the event can be executed. | ||
* [[unexecutable.png|unexecutable.png]] the guard can't be checked (constant value needed, well defined error, ...). | * [[Image:unexecutable.png|unexecutable.png]] the guard can't be checked (constant value needed, well defined error, ...). | ||
=== Component tabs === | === Component tabs === | ||
=== Variables table === | === Variables table === |
Revision as of 20:01, 7 July 2008
Start an animation
To start an animation, select a machine in "Project explorer" or in "Obligation Explorer" then click right and select "Animate" action.
New animation wizard
The "new animation wizard" is open.
This wizard allows to :
- set an animation name,
- choose constant valuation.
The animation name is used to shared animation between application client. You can use the default value.
The animation editor
The following screenshot describes the animation editor:
Event guard state
The state of an event guard is described by the foolowing icons:
- the guard of the event is closed and can't be executed.
- the guard of the event is open and the event can be executed.
- the guard can't be checked (constant value needed, well defined error, ...).