Difference between revisions of "Graph test"

From EUDP
Jump to: navigation, search
Line 17: Line 17:
 
  PreContracting->Launch;
 
  PreContracting->Launch;
 
  Launch->"General Analysis";
 
  Launch->"General Analysis";
 +
"General Analysis"->"General Architecture Design";
 +
"General Architecture Design"->"Technical Platform";
 +
"Technical Platform"->Contracting;
 
}
 
}
 
</graphviz>
 
</graphviz>

Revision as of 08:41, 18 February 2010

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

node [];
Roadmap [URL="Roadmap"];
Preproject [URL="PreProject"];
Launch [URL="The_Launch_Phase"];
Realisation [URL="Realisation_Phase"];
Postproject [URL="Post_Project_Phase"];
Roadmap->Preproject;
Roadmap->Launch;
Roadmap->Realisation;
Roadmap->Postproject;
PreAnalysis ["Pre_Analysis"];
PreContracting ["Pre_Contracting"];
Preproject->PreAnalysis;
PreAnalysis->PreContracting;
PreContracting->Launch;
Launch->"General Analysis";
"General Analysis"->"General Architecture Design";
"General Architecture Design"->"Technical Platform";
"Technical Platform"->Contracting;

} </graphviz>