Hacker News new | ask | show | jobs
by stebann 2320 days ago
They can be used for modelling actions and states, including the tricky cases where an automaton would become too complex.
1 comments

Indeed. Finite state machines are a subset of Petri nets, having deterministic state transitions. Petri nets are useful where concurrent state transitions needs to be modelled, and are thus useful when modelling the physical world.
Thanks. I forgot to appoint that.