statecharts 1.1.2 copy "statecharts: ^1.1.2" to clipboard
statecharts: ^1.1.2 copied to clipboard

Statechart implementation consistent with Harel notation and the SCXML spec

Changelog #

1.0.0 #

Core statechart functionality.

1.0.1 #

Fixed a minor bug.

1.0.1+1 #

Added documentation. (Finally)

1.0.1+2 #

Added test coverage tooling.

1.1.0 #

  1. Removed need for futures and the Resolver class when constructing statecharts and executing events.
  2. Ported algorithm from the SCXML spec to deal correctly with history states.

SCXML not yet fully implemented #

  1. The engine needs to maintain a queue of events and to implement hierarchical events.
  2. Need to implement data manipulation via datamodels.

1.1.1 #

Adds depth to State for use with layout algorithms.

1.1.2 #

Adds description to State and Transition for documenting statecharts in-place.

1
likes
130
pub points
0%
popularity

Publisher

unverified uploader

Statechart implementation consistent with Harel notation and the SCXML spec

Repository (GitHub)
View/report issues
Contributing

Documentation

API reference

License

Apache-2.0 (LICENSE)

Dependencies

collection, logging, meta

More

Packages that depend on statecharts