Content deleted Content added
No edit summary |
|||
Line 5:
== Syntax and semantics ==
PSL can express that if some scenario happens now, then another scenario should happen some time later. For instance, the property "a {{mono|request}} should always eventually be
<source lang="text"> always (request -> eventually! grant)
</source>
The property "every {{mono|request}} which is immediately followed by an
<source lang="text"> (true[*]; req; ack) |=> (start; busy[*]; end) </source>
A trace satisfying this formula is given in the figure on the right.
|