Commit Graph

10 Commits

Author SHA1 Message Date
Janne Valkealahti
12e23debb4 RegionState doesn't process exit/entry actions 2015-02-12 07:59:36 +00:00
Janne Valkealahti
b8f5320e38 Base support for local transitions
- resolves #5
- big conceptual changes to how sub-machines are handled
  order to get events working with a multi-level sub states.
- added more typing throughout few interfaces to properly
  pass in state context via action axecution chain.
  this type change effectively caused change to most of the
  classes but not that much functional change of behaviour.
- cleaning and tidy up
2015-02-11 13:36:52 +00:00
Janne Valkealahti
250f99a1ae Add base support for app context event
- tidy up how listener event is sent together
  with app context events.
- resolves #12
2015-02-08 09:58:36 +00:00
Janne Valkealahti
8a468b367b Fix typo 2015-02-08 08:39:52 +00:00
Janne Valkealahti
49b0d1b8c1 Add base support for end/final state
- resolves #9
2015-02-08 08:32:31 +00:00
Janne Valkealahti
0bcb69d7fe Update readme 2015-02-07 18:20:58 +00:00
Janne Valkealahti
c6eee54dbc Base support for submachines and regions
- resolves issues #2 and #4
- refactor states so that we can use submachines
  and regions to compose a state.
- refactor some concepts around StateMachine now that
  it extends Region.
2015-02-07 18:03:48 +00:00
Janne Valkealahti
b6a62b2509 Add base support for pseudostates
- resolves #3 by adding base pseudostate support
  for initial state.
- doesn't yet provide full support for any other
  pseudostate expect initial.
- Also added initial event which is used when
  statemachine starts and activates initial state.
2015-02-05 14:30:29 +00:00
Janne Valkealahti
48c65fd9ac initial import 2015-02-04 18:17:50 +00:00
Janne Valkealahti
ded18f863f setup repo 2015-02-04 17:26:12 +00:00