Beh01der / EasyFlow

EasyFlow - Simple and lightweight Finite State Machine for Java
http://datasymphony.com.au/open-source/easyflow
Apache License 2.0
445 stars 86 forks source link

Made flow model traversal and inspection possible. #22

Closed bachi76 closed 9 years ago

bachi76 commented 9 years ago

Getting access to the state model is required in many cases, e.g. when one needs to update a UI depending on the next possible states.