State Automata:

A state automaton is a 1x5 tuple (, , , , ) where:

  • is a discrete set of events.
  • is a discrete set of states.
  • is the domain.
    • For each , is the set of events that are possible in the state .
  • : is a transition function.
    • For each , , is the next state when the current state is and the next event is .
  • is the initial state

~Example: model of a queuing system