Henry.He

Results 24 comments of Henry.He

I think you can exclude old guava dependency in squirrel-foundation and include new one as you like.

很好的想法,暂时没有

你可以参考这篇文档 https://www.yangguo.info/2015/02/01/squirrel/

which maven command do you use? I checked with "mvn javadoc:jar" and "mvn javadoc:javadoc", and it seems no problem.

Hi, I am glad you like the framework. I think you can refer to these two classes for dynamic creating state machine instance. One is **SCXMLVisitorImpl** which can export state...

https://github.com/hekailiang/squirrel/blob/master/EXAMPLES.md check Decision State Machine

如果仅仅是通过context决定可以通过conditional transition实现

please refer to the "Save/Load State Machine Data" in the doc. By default squirrel provide string content based StateMachineData implementation, for simple solution you can just dump the state machine...