Skip to content

Latest commit

 

History

History
14 lines (10 loc) · 474 Bytes

04.StateMachines.md

File metadata and controls

14 lines (10 loc) · 474 Bytes

Systems as State Machines

  • a behavior is a sequence of states
  • a state is an assigment of values to variables
  • the system is descibed by a formula about behaviors
    • that's true on behaviors that represent a possible system execution
    • usually obtained combining two formulas:
      • Init to describe initial states
      • Next to describe state transitions