This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | ||
| |
Manifest | ||
| |
README.txt | ||
| |
Rakefile | ||
| |
TODO | ||
| |
example/ | ||
| |
init.rb | ||
| |
install.rb | ||
| |
lib/ | ||
| |
rake_helper.rb | ||
| |
spec/ | ||
| |
test/ |
README.txt
RedSteak - a clonable, mutable UML 2 StateMachine for Ruby. Features: * Implements UML 2.1 StateMachines (partially). * StateMachines can be instantiated then cloned via StateMachine#copy. * Submachines are supported, a state may have an imbedded StateMachine. * Builder DSL simplifies construction of complex statemachines. * StateMachines can be serialized. * StateMachines can be modified on-the-fly. * Context objects can be notfied of transitions. * Context objects can be used to create transition guards. * StateMachines, States and Transitions are objects that can be extended with metadata. * History of transitions can be kept. * Multiple machines can walk the same statemachine without side-effects. * StateMachines and their transition history can be rendered as Dot syntax.








