Difference between revisions of "Budget Reorganization"
Jump to navigation
Jump to search
Line 4: | Line 4: | ||
size = "7, 10" | size = "7, 10" | ||
+ | start [label="START HERE", fontsize="11", shape="box"] | ||
+ | |||
+ | missingmobo [label="Missing the\nMotherboard?", fontsize="11"] | ||
+ | highend [label="Marked as HIGH END?\n(Celeron, P-III, P4, Athlon, Duron)", fontsize="11"] | ||
+ | lowend [label="Marked as LOW END?\n(Pentium, Pentium Pro, 486, 386,\nMade for Windows 95 or 98)", fontsize="11"] | ||
+ | diskless [label="DISKLESS TERMINAL?\n(Compaq Deskpro,\nHP Vectra, Dell Optiplex)", fontsize="11"] | ||
+ | damaged [label="Missing sides?\nor Other major damage?", fontsize="11"] | ||
+ | fast [label="Speed marked\nABOVE 500 MHz?", fontsize="11"] | ||
+ | |||
+ | waiting [label="Put on\nWAITING FOR EVAL 2\npile", fontsize="11"] | ||
+ | reject [label="Put on\nREJECT\npile", fontsize="11"] | ||
+ | incoming [label="Put on \nINCOMING\npile", fontsize="11"] | ||
+ | disklessshelf [label="Put on\nDISKLESS SHELF", fontsize="11"] | ||
+ | |||
+ | |||
+ | start -> missingmobo | ||
missingmobo -> reject [taillabel="YES", fontsize="11"] | missingmobo -> reject [taillabel="YES", fontsize="11"] | ||
missingmobo -> highend [taillabel="NO", fontsize="11"] | missingmobo -> highend [taillabel="NO", fontsize="11"] |
Revision as of 13:32, 1 November 2005
<graphvizl>
digraph BUILDPATH {
size = "7, 10"
start [label="START HERE", fontsize="11", shape="box"]
missingmobo [label="Missing the\nMotherboard?", fontsize="11"] highend [label="Marked as HIGH END?\n(Celeron, P-III, P4, Athlon, Duron)", fontsize="11"] lowend [label="Marked as LOW END?\n(Pentium, Pentium Pro, 486, 386,\nMade for Windows 95 or 98)", fontsize="11"] diskless [label="DISKLESS TERMINAL?\n(Compaq Deskpro,\nHP Vectra, Dell Optiplex)", fontsize="11"] damaged [label="Missing sides?\nor Other major damage?", fontsize="11"] fast [label="Speed marked\nABOVE 500 MHz?", fontsize="11"]
waiting [label="Put on\nWAITING FOR EVAL 2\npile", fontsize="11"] reject [label="Put on\nREJECT\npile", fontsize="11"] incoming [label="Put on \nINCOMING\npile", fontsize="11"] disklessshelf [label="Put on\nDISKLESS SHELF", fontsize="11"]
start -> missingmobo missingmobo -> reject [taillabel="YES", fontsize="11"] missingmobo -> highend [taillabel="NO", fontsize="11"] highend -> waiting [taillabel="YES", fontsize="11"] highend -> lowend [taillabel="NO", fontsize="11"] lowend -> incoming [taillabel="YES", fontsize="11"] lowend -> diskless [taillabel="NO", fontsize="11"] diskless -> disklessshelf [taillabel="YES", fontsize="11"] diskless -> damaged [taillabel="NO", fontsize="11"] damaged -> reject [taillabel="YES", fontsize="11"] damaged -> fast [taillabel="NO", fontsize="11"] fast -> waiting [taillabel="YES", fontsize="11"] fast -> incoming [taillabel="NO", fontsize="11"]
}
</graphvizl>