Difference between revisions of "User:Matteo/scratch.04"
Jump to navigation
Jump to search
m (clean) |
(I think thats how my brain works) |
||
Line 1: | Line 1: | ||
− | + | == 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> | ||
+ | * [[Policy Development]] | ||
+ | * [[Policies]] | ||
+ | * [[Policy and Structure Class]] |
Revision as of 15:56, 16 October 2006
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>