Fettle icon indicating copy to clipboard operation
Fettle copied to clipboard

A state machine framework for java

Results 1 Fettle issues
Sort by recently updated
recently updated
newest added

(Opening up new issue discussed last time here). Regarding hierarchical state machines, have a look at how android does it here: https://github.com/android/platform_frameworks_base/blob/master/core/java/com/android/internal/util/StateMachine.java The code ain't very pretty but the comments...