Difference between revisions of "User:Matteo/scratch.04"

From FreekiWiki
Jump to navigation Jump to search
(→‎R: a little more reality)
(→‎R: and more)
 
Line 59: Line 59:
 
         e3 -> s1;
 
         e3 -> s1;
 
         s1 -> b0;
 
         s1 -> b0;
 +
        s1 -> ab;
 
         l0 -> lb;
 
         l0 -> lb;
 
         l1 -> t0;
 
         l1 -> t0;
Line 72: Line 73:
 
         t0 -> r2;
 
         t0 -> r2;
 
         t0 -> lb;
 
         t0 -> lb;
 +
        t0 -> ab;
  
 
subgraph cluster_3 {
 
subgraph cluster_3 {
Line 77: Line 79:
 
b0 -> bq;
 
b0 -> bq;
 
                 lb -> lq;
 
                 lb -> lq;
 +
                ab -> aq;
 
label = "Build";
 
label = "Build";
 
                 color=purple
 
                 color=purple
Line 128: Line 131:
 
         e0 -> r1;
 
         e0 -> r1;
 
         bq -> s3;
 
         bq -> s3;
 +
        aq -> s3;
 
         lq -> s5;
 
         lq -> s5;
  

Latest revision as of 11:49, 28 November 2007

R

We are doing things

This is a graph with borders and nodes. Maybe there is an Imagemap used so the nodes may be linking to some Pages.

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>