Skip to content

Latest commit

 

History

History
4 lines (3 loc) · 310 Bytes

README.md

File metadata and controls

4 lines (3 loc) · 310 Bytes

Convayor

Convayor is a simple implementation of finite-state machine using fluent interfaces. The main concept of this implementation is statement that you are allways have only reference to current state without any definition of object wich representing state machine itself.

Define a new state machine