Skip to content

Response Chain Property Pattern 1 Stimulus N Responses

Marc Carwehl edited this page Dec 16, 2021 · 4 revisions

Description

  • Pattern in the original catalog
  • Structured English Specification: Scope, if P [has occurred], then in response [within Time(0)] S eventually holds [<Chain>].
  • Chain:= [T]

State-Based Pattern

Untimed

Globally

ONE --> TWO

Response chain globally untimed

Before R

A[] not ERROR

Response chain before untimed

After Q

ONE --> TWO

Response chain after untimed

Between Q and R

A[] not ERROR

Response chain between untimed

After Q and until R

ONE --> TWO

Response chain until untimed

Timed

Globally

ONE --> TWO

Response chain globally timed

Before R

A[] not ERROR

Response chain before timed

After Q

ONE --> TWO

Response chain after timed

Between Q and R

A[] not ERROR

Response chain between timed

After Q Until R

ONE --> TWO

Response chain until timed

Clone this wiki locally