Hello! I found some useful discussions in this list about hierarchical FSMs, I mean https://groups.google.com/forum/?fromgroups#!searchin/akka-user/state$20machine/akka-user/Lqezg-y215g/TdiyWEklW7gJ https://groups.google.com/forum/?fromgroups#!searchin/akka-user/state$20machine/akka-user/Sfl3Xcul86I/8HW1CZJoHtcJ https://groups.google.com/forum/?fromgroups#!searchin/akka-user/first-day/akka-user/eX_3rZ-cNNw/kV9YNzsSnkUJ
and some others. So I understand that akka's FSM realization doesn't have support of hierarchical and parallel FSMs. But it's very interesting, if you have some plans or thoughts for this? Especially for orthogonal states of FSMs. I think, for toy things or very simple abstractions current realization will be good enough, but for real-world domain modeling you will need support of smth like things, described in SCXML specification, i mean, support for full-blown Harel state machines. I ask because I need to implement some domain abstractions in this way and i'm looking for the cheapest way for implementing it. Thank you, Nicholas -- >>>>>>>>>> Read the docs: http://akka.io/docs/ >>>>>>>>>> Check the FAQ: http://akka.io/faq/ >>>>>>>>>> Search the archives: https://groups.google.com/group/akka-user --- You received this message because you are subscribed to the Google Groups "Akka User List" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/akka-user. For more options, visit https://groups.google.com/groups/opt_out.
