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 (
commit 0ed7a2e425d2ee2483ff9692e1cbf809e03a060d
tree e9fb449da2df59b75b9707c1e1c95a3ef1d2530e
parent 6022c37727f736d88e402b45703bc2e70be34379
tree e9fb449da2df59b75b9707c1e1c95a3ef1d2530e
parent 6022c37727f736d88e402b45703bc2e70be34379
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Sun May 03 04:47:26 -0700 2009 | |
| |
Manifest | Tue May 05 09:26:05 -0700 2009 | |
| |
README.txt | Thu Apr 30 00:34:16 -0700 2009 | |
| |
Rakefile | Tue May 05 09:26:05 -0700 2009 | |
| |
TODO | Sat May 02 17:56:28 -0700 2009 | |
| |
example/ | Sat May 02 17:56:28 -0700 2009 | |
| |
init.rb | Thu Jan 15 09:38:40 -0800 2009 | |
| |
install.rb | Thu Jan 15 09:38:40 -0800 2009 | |
| |
lib/ | Fri May 08 22:29:02 -0700 2009 | |
| |
rake_helper.rb | Thu Apr 30 15:09:28 -0700 2009 | |
| |
spec/ | Tue May 05 17:44:42 -0700 2009 | |
| |
test/ | Fri May 08 13:54:10 -0700 2009 |
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.







