-
Notifications
You must be signed in to change notification settings - Fork 0
Constrained Precedence Chain Property Pattern N Causes 1 Effect
Marc Carwehl edited this page Dec 16, 2021
·
4 revisions
- Pattern in the original catalog
- Structured English Specification:
Scope, if P [holds] then it must have been the case that S and afterwards [<Chain>] [have occurred] before P [holds] without Z0 holding between S and the chain and without Z1,Z2,..,Zn holding between the elements of the chain.
E<> ((END && P) && (Z_Flag == 1)) /should evaluate to false/
A[] P imply END /should evaluate to true/
(R && SCOPE_CLOSED == 0) --> (P && END && Z_Flag == 0)
A[] (P && R_Flag == 1) imply (END && Z_Flag == 0)
E<> ((END && P) && (Z_Flag == 1)) /should evaluate to false/
A[] P imply END /should evaluate to true/
A[] (R_Flag == 1 && P) imply (END && Z_Flag == 0 && Z0_Flag == 0)
A[] (EVALUATE && P_Flag == 1) imply (Z_Flag == 0 && Z0_Flag == 0)
A[] (P && not EVALUATE) imply CLOSED
A[] (P && not CLOSED) imply EVALUATE
E<> (EVALUATE && (Z_Flag == 1)) /should evaluate to false/
E<> (EVALUATE && (Z0_Flag == 1)) /should evaluate to false/
A time-constrained extension for the precedence is not applicable.
Specification Pattern Catalogue for UPPAAL
Evaluation