Difference between revisions of "User:Matteo/scratch.04"
Jump to navigation
Jump to search
(→R: build program steps is boxes) |
(→R: and more) |
||
(4 intermediate revisions by 2 users not shown) | |||
Line 19: | Line 19: | ||
node [style=filled]; | node [style=filled]; | ||
a0 -> a1; | a0 -> a1; | ||
− | label = " | + | label = "Monitor"; |
color=green | color=green | ||
} | } | ||
Line 28: | Line 28: | ||
subgraph cluster_1 { | subgraph cluster_1 { | ||
− | + | node [style=filled]; | |
− | + | ||
− | + | subgraph cluster_11 { | |
− | + | e0 -> e1; | |
− | + | e0 -> e2; | |
− | + | e0 -> e3; | |
− | + | e1 -> e0; | |
− | l1 -> l0; | + | e2 -> e0; |
− | label = " | + | e3 -> e0; |
+ | label = "System Evaluation"; | ||
+ | color=blue | ||
+ | } | ||
+ | subgraph cluster_10 { | ||
+ | l1 -> l0; | ||
+ | label = "Laptop"; | ||
+ | color=blue | ||
+ | } | ||
+ | e2 -> c0; | ||
+ | label = "Prebuild"; | ||
color=blue | color=blue | ||
} | } | ||
Line 42: | Line 52: | ||
e0 -> c0; | e0 -> c0; | ||
e1 -> c0; | e1 -> c0; | ||
− | |||
c0 -> t0; | c0 -> t0; | ||
c0 -> b0; | c0 -> b0; | ||
Line 50: | Line 59: | ||
e3 -> s1; | e3 -> s1; | ||
s1 -> b0; | s1 -> b0; | ||
+ | s1 -> ab; | ||
l0 -> lb; | l0 -> lb; | ||
+ | l1 -> t0; | ||
subgraph cluster_2 { | subgraph cluster_2 { | ||
Line 61: | Line 72: | ||
t0 -> b0; | t0 -> b0; | ||
t0 -> r2; | t0 -> r2; | ||
+ | t0 -> lb; | ||
+ | t0 -> ab; | ||
subgraph cluster_3 { | subgraph cluster_3 { | ||
Line 66: | Line 79: | ||
b0 -> bq; | b0 -> bq; | ||
lb -> lq; | lb -> lq; | ||
+ | ab -> aq; | ||
label = "Build"; | label = "Build"; | ||
color=purple | color=purple | ||
Line 81: | Line 95: | ||
r0; | r0; | ||
r1 -> r2; | r1 -> r2; | ||
+ | r1 -> r4; | ||
+ | r2 -> r5; | ||
r3; | r3; | ||
label = "recycling"; | label = "recycling"; | ||
} | } | ||
r0 [shape=Msquare]; | r0 [shape=Msquare]; | ||
− | r1 [shape= | + | r1 [shape=hexagon]; |
− | r2 [shape= | + | r2 [shape=hexagon]; |
r3 [shape=Msquare]; | r3 [shape=Msquare]; | ||
+ | r4 [shape=Msquare]; | ||
+ | r5 [shape=Msquare]; | ||
+ | |||
+ | a0 [shape=hexagon]; | ||
+ | a1 [shape=hexagon]; | ||
s0 [shape=house]; | s0 [shape=house]; | ||
Line 110: | Line 131: | ||
e0 -> r1; | e0 -> r1; | ||
bq -> s3; | bq -> s3; | ||
+ | aq -> s3; | ||
lq -> s5; | lq -> s5; | ||
− | start [shape= | + | start [shape=hexagon]; |
} | } | ||
</graphviz> | </graphviz> |
Latest revision as of 10:49, 28 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>