Difference between revisions of "Graph test"

From EUDP
Jump to: navigation, search
 
Line 3: Line 3:
 
  graph [ fontname = "Helvetica-Oblique",
 
  graph [ fontname = "Helvetica-Oblique",
 
         fontsize = 12,
 
         fontsize = 12,
        label = "\n\n\n\nEUDP Roadmap",
+
#        label = "\n\n\n\nEUDP Roadmap",
         size="12,12" ];
+
         size ="12,12"];
  
 +
# ranksep=equally;
  
subgraph cluster_Roadmap{
+
{
   color=yellow;
+
   rankdir=LR;
   style=filled;
+
   node [shape=plaintext];
   node [style=filled,color=white];
+
   edge [style=invis];
   PreProject->Launch->Realisation->PostProject;
+
   "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase"->"Common Activities";
   label="EUDP Roadmap";
+
   /*
 +
  Ancestors
 +
  "PreProject"; "Launch"; "Realisation"; "PostProject"; "Common Activities";
 +
  */
 
}
 
}
 
  
 
  subgraph cluster_PreProject {
 
  subgraph cluster_PreProject {
   color=brown;
+
  rankdir=LR;
 +
   color=palegreen;
 
   style=filled;
 
   style=filled;
 
   node [style=filled,color=white];
 
   node [style=filled,color=white];
 
   PreAnalysis->PreContracting;
 
   PreAnalysis->PreContracting;
   label="PreProject";
+
   rank=same; "PreProject phase";
 +
label="PreProject";
 
  }
 
  }
  
PreProject [URL="PreProject"];
 
 
  PreAnalysis [URL="Pre_Analysis"];
 
  PreAnalysis [URL="Pre_Analysis"];
 
  PreContracting [URL="Pre_Contracting"];
 
  PreContracting [URL="Pre_Contracting"];
PreProject->PreAnalysis;
+
# PreProject->PreAnalysis;
PreContracting->Launch;
+
  
subgraph cluster_Launch {
+
subgraph cluster_Launch {
   color=brown;
+
   color=darkkhaki;
 
   style=filled;
 
   style=filled;
 
   node [style=filled,color=white];
 
   node [style=filled,color=white];
   Launch [URL="The_Launch_Phase"];
+
   rank=same; "Launch phase";
   Launch->"General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
+
   "General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
}
+
#  label="Launch Phase";
 +
}
 +
 
 +
PreContracting->"General Analysis";
  
 
  subgraph cluster_Realisation {
 
  subgraph cluster_Realisation {
   color=green;
+
   color=darkseagreen;
 
   style=filled;
 
   style=filled;
 
   node [style=filled,color=white];
 
   node [style=filled,color=white];
   Realisation [URL="Realisation_Phase"];
+
   rank=same; "Realisation phase";
   Realisation->"Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
+
   "Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
  label="Realisation";
+
label="Realisation";
 
  }
 
  }
 
Contracting->"Strategy & Planning";
 
Deployment->"Strategy & Planning";
 
Deployment->PostProject;
 
  
 
  subgraph cluster_PostProject {
 
  subgraph cluster_PostProject {
   color=blue;
+
   color=paleturquoise;
 
   style=filled;
 
   style=filled;
 
   node [style=filled,color=white];
 
   node [style=filled,color=white];
   PostProject [URL="Post_Project_Phase"];
+
   rank=same; "PostProject phase";
   PostProject->"Product Accept"->"Product Evaluation"->"Project Evaluation";
+
   "Product Accept"->"Product Evaluation"->"Project Evaluation";
  label="PostProejct";
+
label="PostProejct";
}
+
}
 +
# PostProject->"Product Accept";
  
 
  subgraph cluster_CommonActivities {
 
  subgraph cluster_CommonActivities {
   color=brown;
+
  rank=same; "Common Activities";
 +
   color=tan;
 
   style=filled;
 
   style=filled;
 
   node [style=filled,color=white];
 
   node [style=filled,color=white];
 
   "Hardware Development"->"Human Processes"->"Review Techniques"->"Verification - common"->"Risk Management";
 
   "Hardware Development"->"Human Processes"->"Review Techniques"->"Verification - common"->"Risk Management";
  label="Common Activities";
+
label="Common Activities";
 
  }
 
  }
 +
 +
Contracting->"Strategy & Planning";
 +
Deployment->"Strategy & Planning";
 +
Deployment->"Product Accept";
 +
  
 
  "Hardware Development"->"General Architecture Design";
 
  "Hardware Development"->"General Architecture Design";
Line 73: Line 82:
 
  "Human Processes"->PreAnalysis;
 
  "Human Processes"->PreAnalysis;
 
  "Human Processes"->"General Analysis";
 
  "Human Processes"->"General Analysis";
  "Review Techniques"->Launch;
+
  "Review Techniques"->Analysis;
  "Review Techniques"->Realisation;
+
  "Review Techniques"->Design;
 +
"Review Techniques"->Implementation;
 
  "Verification - common"->"Strategy & Planning";
 
  "Verification - common"->"Strategy & Planning";
  "Risk Management"->Launch;
+
  "Risk Management"->"Strategy & Planning";
  "Risk Management"->Realisation;
+
  "Risk Management"->"General Architecture Design";
  
 
  start [shape=diamond];
 
  start [shape=diamond];
  start->PreProject;
+
  start->"PreAnalysis";
 +
end [shape=diamond];
 +
"Project Evaluation"->end;
 +
 
 +
/*
 +
subgraph cluster_Roadmap{
 +
  color=yellow;
 +
  style=filled;
 +
  node [style=filled,color=white];
 +
  PreProject->Launch->Realisation->PostProject;
 +
  label="EUDP Roadmap";
 +
}
 +
 
 +
PreProject [URL="PreProject"];
 +
Launch [URL="The_Launch_Phase"];
 +
Realisation [URL="Realisation_Phase"];
 +
PostProject [URL="Post_Project_Phase"];
 +
*/
 +
 
 
</graphviz>
 
</graphviz>

Latest revision as of 13:28, 18 February 2010

<graphviz caption='EUDP overview' alt='phylogenetic tree' format='svg+png'> digraph G {

graph [ fontname = "Helvetica-Oblique",
        fontsize = 12,
  1. label = "\n\n\n\nEUDP Roadmap",
        size ="12,12"];
  1. ranksep=equally;
{
  rankdir=LR;
  node [shape=plaintext];
  edge [style=invis];
  "PreProject phase"->"Launch phase"->"Realisation phase"->"PostProject phase"->"Common Activities";
  /* 
  Ancestors 
  "PreProject"; "Launch"; "Realisation"; "PostProject"; "Common Activities";
 */

}

subgraph cluster_PreProject {
  rankdir=LR;
  color=palegreen;
  style=filled;
  node [style=filled,color=white];
  PreAnalysis->PreContracting;
  rank=same; "PreProject phase";
  1. label="PreProject";
}
PreAnalysis [URL="Pre_Analysis"];
PreContracting [URL="Pre_Contracting"];
  1. PreProject->PreAnalysis;
subgraph cluster_Launch {
  color=darkkhaki;
  style=filled;
  node [style=filled,color=white];
  rank=same; "Launch phase";
  "General Analysis"->"General Architecture Design"->"Technical Platform"->Contracting;
  1. label="Launch Phase";
}
PreContracting->"General Analysis";
subgraph cluster_Realisation {
  color=darkseagreen;
  style=filled;
  node [style=filled,color=white];
  rank=same; "Realisation phase";
  "Strategy & Planning"->"Analysis"->"Design"->"Implementation"->"Verification"->"Deployment";
  1. label="Realisation";
}
subgraph cluster_PostProject {
  color=paleturquoise;
  style=filled;
  node [style=filled,color=white];
  rank=same; "PostProject phase";
  "Product Accept"->"Product Evaluation"->"Project Evaluation";
  1. label="PostProejct";
}
  1. PostProject->"Product Accept";
subgraph cluster_CommonActivities {
  rank=same; "Common Activities";
  color=tan;
  style=filled;
  node [style=filled,color=white];
  "Hardware Development"->"Human Processes"->"Review Techniques"->"Verification - common"->"Risk Management";
  1. label="Common Activities";
}
Contracting->"Strategy & Planning";
Deployment->"Strategy & Planning";
Deployment->"Product Accept";


"Hardware Development"->"General Architecture Design";
"Hardware Development"->"Analysis";
"Hardware Development"->Design;
"Human Processes"->PreAnalysis;
"Human Processes"->"General Analysis";
"Review Techniques"->Analysis;
"Review Techniques"->Design;
"Review Techniques"->Implementation;
"Verification - common"->"Strategy & Planning";
"Risk Management"->"Strategy & Planning";
"Risk Management"->"General Architecture Design";
start [shape=diamond];
start->"PreAnalysis";
end [shape=diamond];
"Project Evaluation"->end;

/*

subgraph cluster_Roadmap{
  color=yellow;
  style=filled;
  node [style=filled,color=white];
  PreProject->Launch->Realisation->PostProject;
  label="EUDP Roadmap";
}
PreProject [URL="PreProject"];
Launch [URL="The_Launch_Phase"];
Realisation [URL="Realisation_Phase"];
PostProject [URL="Post_Project_Phase"];
  • /

</graphviz>