Template:L event: Difference between revisions
From Event-B
Jump to navigationJump to search
imported>Mathieu mNo edit summary |
imported>Mathieu mNo edit summary |
||
Line 31: | Line 31: | ||
==Template== | ==Template== | ||
</noinclude><!-- | </noinclude><!-- | ||
--><div class="typeset-l_event" >{{{1}}} ≙</div>{{l_comment|{{{2|not extended}}} and {{3|no convergence}}}} | --><div class="typeset-l_event" >{{{1}}} ≙</div>{{l_comment|{{{2|not extended}}} and {{{3|no convergence}}}}} |
Latest revision as of 13:47, 26 February 2009
Usage
Template use to typeset an event name in an event-b listing.
Example
MACHINE
AntiCollide
REFINES
Safety
SEES
Network
Acyclic
VARIABLES
v1
v2
INVARIANTS
inv1 :
v2 ∈ BOOL
THEOREMS
inv1 :
v2 ∈ BOOL
EVENTS
control ≙
// extended and ordinary
ANY
a
x
WHERE
grd1 :
x ⊆ next
WITH
y :
{{{2}}}
THEN
act1 :
pro :∈ BOOL
END
END
Template
{{{1}}} ≙
// not extended and no convergence