public
Description: An extendable, cloneable, dynamic UML 2 StateMachine for Ruby
Homepage: http://kurtstephens.com
Clone URL: git://github.com/kstephens/red_steak.git
kstephens (author)
Fri May 08 22:29:02 -0700 2009
commit  0ed7a2e425d2ee2483ff9692e1cbf809e03a060d
tree    e9fb449da2df59b75b9707c1e1c95a3ef1d2530e
parent  6022c37727f736d88e402b45703bc2e70be34379
red_steak / Manifest
100644 37 lines (36 sloc) 0.732 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
Manifest
Rakefile
TODO
init.rb
install.rb
lib/red_steak.rb
lib/red_steak/base.rb
lib/red_steak/builder.rb
lib/red_steak/copier.rb
lib/red_steak/dot.rb
lib/red_steak/error.rb
lib/red_steak/final_state.rb
lib/red_steak/machine.rb
lib/red_steak/named_array.rb
lib/red_steak/named_element.rb
lib/red_steak/namespace.rb
lib/red_steak/pseudostate.rb
lib/red_steak/state.rb
lib/red_steak/state_machine.rb
lib/red_steak/transition.rb
lib/red_steak/vertex.rb
lib/tasks/p4.rb
lib/tasks/p4_git.rb
lib/tasks/p4_svn.rb
test/example.spec
test/pending_transition.spec
test/red_steak.spec
test/synch_async.spec
test/copier.spec
test/error.spec
test/event.spec
example/ex1.rb
example/loan_officer.zuml
spec/builder_spec.rb
README.txt
rake_helper.rb