This page describes the sequential elevator properties as Quantified Regular Expressions ( QREs ). For other property specification formalisms, click on the name of the property.
for events { {directionup=t}, {directionup=f}, {directionupis=t}, {directionupis=f}, {ordered_to_move_up}, {ordered_to_move_down}} show no executions satisfy .*; {directionup=f}; [-{directionup=t}]*; {ordered_to_move_up}; .*
for events { {open_doors}, {close_doors}, {ordered_to_move} } show no executions satisfy .*; {open_doors}; [-{close_doors}]*; {ordered_to_move}; .*
for events { {not_moving}, {open_doors}, {ordered_to_move}, {ordered_to_stop}, {reporting_approach} } show no executions satisfy .*; {ordered_to_stop}; [-{open_doors}]*; ({ordered_to_move}|{reporting_approach}); .*
Back to Sequential Elevator
Back to main