Log in | Back to darenet.org

Chain Of Command

m (Reverted edits by Neronix (Talk) to last revision by Nitemare)
Line 1: Line 1:
-
<dot_graph>
+
{{Historical}}
-
digraph finite_state_machine {
+
 
-
rankdir=LR;
+
<graphviz>
-
size="8,5"
+
digraph G {  
-
node [shape = doublecircle]; LR_0 LR_3 LR_4 LR_8;
+
bgcolor="transparent"
-
node [shape = circle];
+
node [style=filled, color=black, fillcolor=white shape=record fontsize=10];  
-
LR_0 -> LR_2 [ label = "SS(B)" ];
+
"Executive Board    \r" [style=filled, color=black, fillcolor=red];
-
LR_0 -> LR_1 [ label = "SS(S)" ];
+
"Development \r" [style=filled, color=black, fillcolor=grey];
-
LR_1 -> LR_3 [ label = "S($end)" ];
+
"Server Management  \r" [style=filled, color=black, fillcolor=grey];
-
LR_2 -> LR_6 [ label = "SS(b)" ];
+
"Abuse" [style=filled, color=black, fillcolor=grey];
-
LR_2 -> LR_5 [ label = "SS(a)" ];
+
"#Support  \r" [style=filled, color=black, fillcolor=grey];
-
LR_2 -> LR_4 [ label = "S(A)" ];
+
"Training  \r" [style=filled, color=black, fillcolor=grey];
-
LR_5 -> LR_7 [ label = "S(b)" ];
+
"Executive Board    \r" -> "Director, Operations        \r"
-
LR_5 -> LR_5 [ label = "S(a)" ];
+
"Executive Board    \r" -> "Director, Support      \r"
-
LR_6 -> LR_6 [ label = "S(b)" ];
+
"Director, Operations        \r" -> "Development \r"
-
LR_6 -> LR_5 [ label = "S(a)" ];
+
"Development \r" -> "Development Manager  \r"
-
LR_7 -> LR_8 [ label = "S(b)" ];
+
"Development Manager  \r" -> "Developer"
-
LR_7 -> LR_5 [ label = "S(a)" ];
+
"Director, Operations        \r" -> "Server Management  \r"
-
LR_8 -> LR_6 [ label = "S(b)" ];
+
"Server Management  \r" -> "Server Manager  \r"
-
LR_8 -> LR_5 [ label = "S(a)" ];
+
"Server Manager  \r" -> "Server Admin  \r"
 +
"Server Admin  \r" -> "Server Operator    \r"
 +
"Director, Support      \r" -> "Abuse"
 +
"Abuse" -> "Abuse Manager \r"
 +
"Abuse Manager \r" -> "Abuse Rep"
 +
"Director, Support      \r" -> "#Support  \r"
 +
"#Support  \r" -> "Support Manager  \r"
 +
"Support Manager  \r" -> "Support Operator    \r"
 +
"Support Operator    \r" -> "Support Agent  \r"
 +
"Director, Support      \r" -> "Training  \r"
 +
"Training  \r" -> "Training Manager    \r"
 +
"Training Manager    \r" -> "Trainer  \r"
 +
"Trainer  \r" -> "Trainee  \r"
}
}
-
</dot_graph>
+
</graphviz>

Revision as of 04:42, 28 December 2009

Historical
This page has been marked as Historical. Information posted here may be inaccurate and out of date. This information is kept for sentimental and/or historical reference purposes.