Difference between revisions of "User:Matteo/scratch.04"
Jump to navigation
Jump to search
(→R: yae) |
(shapes) |
||
Line 39: | Line 39: | ||
} | } | ||
+ | e0 -> c0; | ||
+ | e1 -> c0; | ||
+ | e2 -> c0; | ||
+ | c0 -> t0; | ||
+ | c0 -> b0; | ||
e0 -> t0; | e0 -> t0; | ||
− | |||
e1 -> s1; | e1 -> s1; | ||
e2 -> s1; | e2 -> s1; | ||
Line 75: | Line 79: | ||
r2 [shape=Msquare]; | r2 [shape=Msquare]; | ||
r3 [shape=Msquare]; | r3 [shape=Msquare]; | ||
+ | |||
+ | s0 [shape=house]; | ||
+ | s1 [shape=house]; | ||
+ | s2 [shape=house]; | ||
+ | s3 [shape=house]; | ||
+ | s4 [shape=house]; | ||
b0 -> e0 | b0 -> e0 | ||
Line 85: | Line 95: | ||
start [shape=Mdiamond]; | start [shape=Mdiamond]; | ||
+ | stop [shape=parallelogram]; | ||
} | } | ||
</graphviz> | </graphviz> |
Revision as of 21:29, 26 November 2007
R
We are doing things
L
<graphvizr> digraph G {
Policy_idea -> Read_Policies Policy_intrest -> Read_Policies Read_Policies -> Link_to_List Read_Policies -> Policy_still_relivent Read_Policies -> More_info_needed Link_to_List -> Look_for_link Policy_still_relivent -> ask_the_question More_info_needed -> ask_the_question ask_the_question -> document Look_for_link -> document document -> Read_Policies } </graphvizr>