-
Notifications
You must be signed in to change notification settings - Fork 0
Constrained Response Property Pattern
Marc Carwehl edited this page Dec 16, 2021
·
4 revisions
- Pattern in the original catalog
- Structured English Specification:
Scope, if P [has occurred], then in response S eventually holds without ZS [holding] in between.
- Pattern Intent: To describe cause-effect relationships between a pair of events/states. An occurrence of the first, the cause P, must be followed by an occurrence of the second, the effect S.
P_happens --> S_happens
A [] P_happens imply (not ZS_holds)
A[] not ERROR
P_happens --> S_happens
A [] P_happens imply (not ZS_holds)
A[] not ERROR
P_happens --> S_happens
A [] P_happens imply (not ZS_holds)
P_happens --> S_happens
A [] P_happens imply ((not ZS_holds) OR c > t2)
A[] not ERROR
P_happens --> S_happens
A [] P_happens imply (not ZS)
A[] not ERROR
P_happens --> S_happens
A [] P_happens imply (not ZS)
Specification Pattern Catalogue for UPPAAL
Evaluation