Difference between revisions of "System Evaluation Overview"

From FreekiWiki
Jump to navigation Jump to search
(removed "put things back step" (blaine did the work and I take the credit))
(moved holdlabel up and put hold for store label on special mining systems)
Line 19: Line 19:
 
     tardis          [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"]
 
     tardis          [label="Send to\nthe TARDIS\n(no mining)", fontsize="11", shape="box", style="bold"]
 
     whitehole          [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box", style="bold"]
 
     whitehole          [label="Send to\nthe WHITE HOLE\n(no mining)", fontsize="11", shape="box", style="bold"]
 
+
    addholdlabel    [label="Fill out\nand put a\nHOLD FOR STORE LABEL\non its front", shape="box", fontsize="11"]
  
 
     start -> received
 
     start -> received
 
     received -> getlabel [label="NO"]
 
     received -> getlabel [label="NO"]
     received -> trytopost [label="YES"]
+
     received -> holdlabel [label="YES"]
     getlabel -> trytopost
+
     getlabel -> holdlabel
 
     trytopost -> triage
 
     trytopost -> triage
 
     triage -> triageoutcome
 
     triage -> triageoutcome
Line 36: Line 36:
 
     mineit -> putoncart [label="KEEP \nor\nDISKLESS"]
 
     mineit -> putoncart [label="KEEP \nor\nDISKLESS"]
 
     triageoutcome -> labelit [label="TARDIS\nor\nSERVER\nor\nKEEP\nor\nDISKLESS"]
 
     triageoutcome -> labelit [label="TARDIS\nor\nSERVER\nor\nKEEP\nor\nDISKLESS"]
     mineit -> pullspecial [label="SPECIAL MINING"]
+
     mineit -> pullspecial [label="SPECIAL MINING\nor\nHOLD FOR STORE"]
     pullspecial -> holdlabel
+
     holdlabel -> mineit [label="YES"]
     holdlabel -> putoncart [label="YES"]
+
    holdlabel -> trytopost [label="NO"]
     holdlabel -> recyclelabel [label="NO"]
+
     pullspecial -> putoncart [label="HOLD FOR STORE"]
+
     pullspecial -> addholdlabel [label="SPECIAL MINING"]
 +
    addholdlabel -> putoncart
 
</graphviz>
 
</graphviz>
  
 
[[Category: Prebuild]]
 
[[Category: Prebuild]]
 
[[Category: Triage]]
 
[[Category: Triage]]

Revision as of 17:19, 4 February 2006

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