Key gizmo analysis

From FreekiWiki
Revision as of 16:13, 8 September 2009 by Rfs (talk | contribs)
Jump to navigation Jump to search

<graphviz> digraph d {

    node [fontname="Helvetica", shape="rectangle", fontsize="11"]
    edge [fontname="Helvetica"]

incoming [label="INCOMING"] triage [label="TRIAGE"] testing [label="TESTING"] production [label="PRODUCTION"] sales [label="SALES"] adoption [label="ADOPTION\nDISBURSEMENT"] build_disbursement [label="BUILD\nDISBURSEMENT"] hardware_grants [label="HARDWARE\nGRANTS"] recycling [label="RECYCLING"]

incoming -> triage [label="a"]

triage -> recycling [label="b"] triage -> testing [label="b"]

testing -> recycling [label="d"] testing -> production [label="e"]

production -> sales [label="f"] production -> adoption [label="g"] production -> build_disbursement [label="h"] production -> hardware_grants [label="i"]

} <graphviz>