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

In which package or library can I fine the "StatefulContext" class? #29

Open StavrosVrakas opened 7 years ago

StavrosVrakas commented 7 years ago

I am trying to use EasyFlow for my project, but I am facing a problem, because I cannot find out from which package comes the "StatefulContext" class.

This class appears to be founmental, because all the "FlowConntext" should extend the "StatefulContext" class.

In case you know where I can find the "StatefulContext", please leave a comment below.