You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I guess I need to re-visit this project.
It may be useful if you want to build FSM dynamically.
Although, the whole point of EasyFlow is to build static FSM in form of a tree.
Sorry for long delay.
I added a new method to FlowBuilder. fromTransitions(StateEnum startState,
Collection transitions, boolean skipValidation)
Plus I added public constructor to Transition()
If you want to dynamically create EasyFlow instance, first prepare collection of transitions, then create it with FlowBuilder. fromTransitions(...)
Sorry, I don't have time to release it now, so you will have to build it from sources. Also, I haven't tested it.
instead of "tree style" like
something like
The text was updated successfully, but these errors were encountered: