Difference between revisions of "User:Cliff/PrinterIncomingTriage"

From FreekiWiki
Jump to navigation Jump to search
m
m
Line 2: Line 2:
 
digraph SKIPPALLETTRIAGE {
 
digraph SKIPPALLETTRIAGE {
  
     start           [label="START HERE", style="bold", shape="box" fontsize=10]
+
     Start           [label="START HERE", style="bold", shape="box" fontsize=10]
     dataport         [label="data port?", fontsize=10]
+
     Large            [label="large printer like machine", fontsize=10]
     copier           [label="copier", fontsize=10]
+
    Dataport         [label="data port?", fontsize=10]
     scanner         [label="top opens, revealing pane of glass?", fontsize=10]
+
     Copier           [label="copier", fontsize=10]
     large            [label="large printer like machine", fontsize=10]
+
     Scanner         [label="top opens, revealing pane of glass?", fontsize=10]
     leaking         [label="Leaking toner or ink", fontsize=10]
+
     Fax              [label="telephone port?", fontsize=10]
     farwest         [label="Far West Fibers Pallet", style="bold", shape="box", fontsize=10]
+
     Leaking         [label="Leaking toner or ink", fontsize=10]
     scnnr/faxgaylord [label="Scanner/FaxMachine Gaylord",style="bold", shape="box", fontsize=10]
+
     Farwest         [label="Far West Fibers Pallet", style="bold", shape="box", fontsize=10]
     metro           [label="Metro Metals Pallet", style="bold", shape="box", fontsize=10]
+
     Scnnr/faxgaylord [label="Scanner/FaxMachine Gaylord",style="bold", shape="box", fontsize=10]
     scrap           [label="disassemble", style="bold", shape="box", fontsize=10]
+
     Metro           [label="Metro Metals Pallet", style="bold", shape="box", fontsize=10]
 +
     Scrap           [label="disassemble", style="bold", shape="box", fontsize=10]
  
start -> large
+
Start -> Large
large -> dataport
+
Large -> Dataport
dataport -> copier [taillabel="NO", fontsize=10]
+
Dataport -> Copier [taillabel="NO", fontsize=10]
dataport -> scanner [taillabel="YES", fontsize=10]
+
Dataport -> Scanner [taillabel="YES", fontsize=10]
copier -> farwest
+
Copier -> Farwest
scanner -> Scanner/FaxMachine gaylord [taillabel="YES", fontsize=10]
+
Scanner -> Scanner/FaxMachine gaylord [taillabel="YES", fontsize=10]
scanner -> leaking [label="NO", fontsize=10]
+
Scanner -> Fax [label="NO", fontsize=10]
leaking -> metro [taillabel="YES", fontsize=10]
+
Fax -> Scanner/FaxMachine gaylord [taillabel="YES", fontsize=10]
leaking-> scrap [taillabel="NO", fontsize=10]
+
Fax -> Leaking [label="NO", fontsize=10]
 +
Leaking -> Metro [taillabel="YES", fontsize=10]
 +
Leaking-> Scrap [taillabel="NO", fontsize=10]
  
 
}
 
}

Revision as of 18:47, 15 December 2010

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