Difference between revisions of "Case Management Overview"

From FreekiWiki
Jump to navigation Jump to search
Line 1: Line 1:
 
<graphviz>
 
<graphviz>
   digraph EVAL1OVERVIEW {
+
   digraph G {
 
      
 
      
    servers        [label="NOTE:\nServers are in RACK MOUNT cases\nor\nhave DUAL PROCESSOR capability", shape="box", fontsize="11"]
 
 
 
 
     alreadyrejected [label="Has it\nalready been\nREJECTED?", fontsize="11"]
 
     alreadyrejected [label="Has it\nalready been\nREJECTED?", fontsize="11"]
 
     askwhere        [label="Ask where\nit goes", fontsize="11"]
 
     askwhere        [label="Ask where\nit goes", fontsize="11"]
 
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?", fontsize="11"]
 
     compatible      [label="Is it COMPATIBLE\nwith Intel/AMD\narchitecture?", fontsize="11"]
 
     getlabel        [label="Get system labels\nfrom Receiving", fontsize="11"]
 
     getlabel        [label="Get system labels\nfrom Receiving", fontsize="11"]
    incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore\nare INCOMPATIBLE", shape="box", fontsize="11"]
 
 
     labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front", fontsize="11"]
 
     labelit        [label="Put on a\nREASON FOR RECYCLING\nlabel on the front", fontsize="11"]
 
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)", fontsize="11"]  
 
     mineit          [label="Follow instructions in\nREMOVING COMPONENTS\n(then come back here)", fontsize="11"]  
Line 27: Line 23:
 
     getlabel -> compatible
 
     getlabel -> compatible
 
     received -> compatible [taillabel="YES"]
 
     received -> compatible [taillabel="YES"]
    incompatibles -> compatible [arrowhead="none"]
+
#    incompatibles -> compatible [arrowhead="none"]
 +
    compatible -> alreadyrejected [taillabel="YES"]
 
     compatible -> askwhere [taillabel="NO"]
 
     compatible -> askwhere [taillabel="NO"]
    compatible -> alreadyrejected [taillabel="YES"]
 
  
 
     alreadyrejected -> tallyit [taillabel="YES"]
 
     alreadyrejected -> tallyit [taillabel="YES"]
 
     alreadyrejected -> server [taillabel="NO"]
 
     alreadyrejected -> server [taillabel="NO"]
  
    servers -> server [arrowhead="none"]
+
#    servers -> server [arrowhead="none"]
 
     server -> whitehole [taillabel="YES"]
 
     server -> whitehole [taillabel="YES"]
 
     server -> triage [taillabel="NO"]
 
     server -> triage [taillabel="NO"]
Line 46: Line 42:
 
     tallyit -> mineit
 
     tallyit -> mineit
 
     mineit -> putoncart
 
     mineit -> putoncart
 +
  }
 +
</graphviz>
 +
 +
<graphviz>
 +
  digraph H {
 +
   
 +
    servers        [label="NOTE:\nServers are in RACK MOUNT cases\nor\nhave DUAL PROCESSOR capability", shape="box", fontsize="11"]
 +
    incompatibles  [label="NOTE:\nApple, Mac, Sun, PowerPC,\nSilicon Graphics (SGI),\nAmiga, Commodore\nare INCOMPATIBLE", shape="box", fontsize="11"]
 
   }
 
   }
 
</graphviz>
 
</graphviz>

Revision as of 17:28, 14 December 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.