Difference between revisions of "Gizmo Flow and Programs"

From FreekiWiki
Jump to navigation Jump to search
 
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
digraph G {
+
digraph KEY {
 
 
thriftstore    [shape="house", fontsize=10]
 
recycling      [shape="house", fontsize=10]
 
wholesale      [shape="house", fontsize=10]
 
externalsales  [shape="house", fontsize=10]
 
onlinesales    [shape="house", fontsize=10]
 
grants        [shape="box", fontsize=10]
 
adoption      [shape="box", fontsize=10]
 
monitordisposal [shape="box", fontsize=10]
 
receiving      [fontsize=10]
 
laptops        [fontsize=10]
 
audiovisual    [fontsize=10]
 
servers        [fontsize=10]
 
testing        [fontsize=10]
 
build          [fontsize=10]
 
prebuild      [fontsize=10]
 
monitorburnin  [fontsize=10]
 
  
 
income    [label="(Income\nEnd Point)", shape="house", fontsize=10]
 
income    [label="(Income\nEnd Point)", shape="house", fontsize=10]
Line 23: Line 6:
 
process    [label="(Processing\nPoint)", fontsize=10]
 
process    [label="(Processing\nPoint)", fontsize=10]
  
 +
}
 +
 +
</graphviz>
 +
 +
<graphviz>
 +
digraph GIZMOS {
 +
 +
externalsales  [shape="house", fontsize=10]
 +
onlinesales    [shape="house", fontsize=10]
 +
recycling      [shape="house", fontsize=10]
 +
thriftstore    [shape="house", fontsize=10]
 +
wholesale      [shape="house", fontsize=10]
 +
 +
adoption        [shape="box", fontsize=10]
 +
gap            [shape="box", fontsize=10]
 +
grants          [shape="box", fontsize=10]
 +
monitordisposal [shape="box", fontsize=10]
 +
 +
audiovisual    [fontsize=10]
 +
build          [fontsize=10]
 +
laptops        [fontsize=10]
 +
monitorburnin  [fontsize=10]
 +
prebuild        [fontsize=10]
 +
printers        [fontsize=10]
 +
receiving      [fontsize=10]
 +
servers        [fontsize=10]
 +
testing        [fontsize=10]
 +
 +
receiving -> audiovisual
 +
receiving -> externalsales
 +
receiving -> laptops
 +
receiving -> monitorburnin
 +
receiving -> onlinesales
 
receiving -> prebuild
 
receiving -> prebuild
 +
receiving -> printers
 
receiving -> recycling
 
receiving -> recycling
 +
receiving -> servers
 
receiving -> testing
 
receiving -> testing
 
receiving -> thriftstore
 
receiving -> thriftstore
receiving -> servers
 
receiving -> laptops
 
receiving -> audiovisual
 
receiving -> externalsales
 
receiving -> onlinesales
 
 
receiving -> wholesale
 
receiving -> wholesale
receiving -> monitorburnin
 
  
 
audiovisual -> recycling
 
audiovisual -> recycling
 
audiovisual -> thriftstore
 
audiovisual -> thriftstore
  
 +
build -> adoption
 
build -> prebuild
 
build -> prebuild
build -> adoption
 
  
 
monitorburnin -> build
 
monitorburnin -> build
 +
monitorburnin -> monitordisposal
 
monitorburnin -> thriftstore
 
monitorburnin -> thriftstore
monitorburnin -> monitordisposal
 
  
 
prebuild -> build
 
prebuild -> build
 +
prebuild -> servers
 
prebuild -> testing
 
prebuild -> testing
prebuild -> servers
 
  
 
servers -> prebuild
 
servers -> prebuild
Line 56: Line 68:
  
 
prebuild -> recycling
 
prebuild -> recycling
laptops -> recycling
+
printers -> recycling
 +
laptops -> recycling
  
build -> thriftstore
+
build   -> thriftstore
 +
laptops -> thriftstore
 +
printers -> recycling
 
servers -> thriftstore
 
servers -> thriftstore
laptops -> thriftstore
 
  
 
build -> grants
 
build -> grants
 +
laptops -> grants
 +
printers -> recycling
 
servers -> grants
 
servers -> grants
laptops -> grants
+
 
 +
build -> gap
 +
 
 +
}
 +
</graphviz>
 +
 
 +
<graphviz>
 +
digraph OTHER {
 +
 
 +
advancedbuild  [fontsize=10, shape="box"]
 +
administration  [fontsize=10, shape="box"]
 +
coders          [fontsize=10, shape="box"]
 +
computers4kids  [fontsize=10, shape="box"]
 +
frontdesk      [fontsize=10, shape="house"]
 +
grantwriting    [fontsize=10, shape="house"]
 +
techsupport    [fontsize=10, shape="box"]
  
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 10:10, 16 November 2005

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

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

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