Difference between revisions of "Do we want it for a server?"

From FreekiWiki
Jump to navigation Jump to search
Line 7: Line 7:
 
     edge [fontname="Helvetica"]
 
     edge [fontname="Helvetica"]
  
     start [label="START", shape="box", style="bold"]
+
     start     [label="START", shape="box", style="bold"]
     no [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
+
     no         [label="NO\n(we do not want it for a server)", shape="box", style="bold"]
  
     multipowersupplies [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
+
     multipower [label="Can it take\nMULTIPLE POWER SUPPLIES?"]
     fast [label="Is the processor speed\nat least 1000mhz?"]
+
     fast       [label="Is there a 1000 Mhz\nor faster processor?"]
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
+
     multiproc [label="Can it take\nMULTIPLE PROCESSORS?"]
     procthere [label="Is there at least\nONE PROCESSOR?"]
+
     veryfast  [label="Is there a 2000 Mhz\nor faster processor?"]
    veryfast [label="Is the processor speed\nat least 2000mhz?"]
+
     yes       [label="YES\n(we want it for a server)", shape="box", style="bold"]
     yes [label="YES\n(we want it for a server)", shape="box", style="bold"]
 
  
     start -> multipowersupplies
+
     start -> multipower
  
     multipowersupplies -> multiproc [label="NO"]
+
     multipower -> multiproc [label="NO"]
     multipowersupplies -> fast [label="YES"]
+
     multipower -> fast [label="YES"]
  
 
     fast -> yes [label="YES"]
 
     fast -> yes [label="YES"]
 
     fast -> no [taillabel="NO"]
 
     fast -> no [taillabel="NO"]
  
     multiproc -> procthere [label="YES"]
+
     multiproc -> veryfast [label="YES"]
 
     multiproc -> no [label="NO"]
 
     multiproc -> no [label="NO"]
 
    procthere -> veryfast [label="YES"]
 
    procthere -> no [label="NO"]
 
  
 
     veryfast -> yes [taillabel="YES"]
 
     veryfast -> yes [taillabel="YES"]

Revision as of 10:38, 26 August 2008

PURPLE Chart

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