Top "State-machine" questions

A State Machine is a computation model used to design both computer programs and sequential logic circuits.

PHP state machine framework

I doubt that is there any state machine framework like https://github.com/pluginaweek/state_machine for PHP. I've had …

php state-machine
What is the difference between a state machine and the implementation of the state pattern?

I wonder if a state machine is just the state pattern at work or if there is actually a difference …

design-patterns architecture state-machine state-pattern
State machines in C

What is the best way to write a state machine in C? I usually write a big switch-case statement in …

c state-machine
Design Pattern problem involving N states and transitions between them

I have a problem at hand and I am not getting which design pattern to use. The problem goes as …

java design-patterns automata state-machine
State Machine Frameworks for .NET

We have a system at my work that is basically a message-driven state machine. It takes in a variety of …

.net design-patterns frameworks state-machine
Advantages/Disadvantages of NFA over DFA and vice versa

What are the relative pro's and con's of both DFA's and NFA's when compared to each other? I know that …

finite-automata dfa state-machine nfa
How to get this Qt state machine to work?

I have two widgets that can be checked, and a numeric entry field that should contain a value greater than …

c++ qt state-machine qstatemachine
Is there a difference between a "finite state machine" and a "state machine"?

I'm not sure I understand if there is a difference between a finite state machine and a state machine? Am …

math statistics computation-theory state-machine
How do you force rank on a node in dot?

I have a number of relatively simple (auto-generated) graphs in graphviz dot format. These show the path through a state …

graph graphviz dot state-machine graph-layout
State machine workflow framework

I'm about to implement a state machine based workflow in my app and I've encountered an interesting framework that could …

java workflow state-machine state-machine-workflow