-
Notifications
You must be signed in to change notification settings - Fork 0
Bounded Existence Property Pattern
Marc Carwehl edited this page Dec 16, 2021
·
3 revisions
- Pattern in the original catalog
- Structured English Specification:
[Scope], P [holds] at most n times.
- Pattern Intent: This pattern describes a portion of a system's execution that contains at most a specified number of instances of a designated state transition.
- A time-constrained extension for the bounded existence is not applicable. Indeed, we could not find any use case, in published papers and other available documents we searched, justifying the need of such a pattern.
In the observers, the threshold n
is named n_
.
with A[] not ERROR
with
A[] not ERROR
A[] INIT imply not R // warning
with
A[] not ERROR
A[] INIT imply not Q // warning
with
A[] not ERROR
A[] INIT imply not Q // warning
with
A[] not ERROR
A[] INIT imply not Q // warning
A time-constrained extension for the bounded existence is not applicable.
Specification Pattern Catalogue for UPPAAL
Evaluation