Key gizmo analysis

From FreekiWiki
Revision as of 16:11, 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 triage -> testing

testing -> recycling testing -> production

production -> sales production -> adoption production -> build_disbursement production -> hardware_grants

} <graphviz>