Difference between revisions of "Graph test"

From EUDP
Jump to: navigation, search
Line 1: Line 1:
digraph PhiloDilemma {
+
<graphviz caption='EUDP overview' alt='phylogenetic tree' format='svg+png'>
node [shape=box];  bec3; rel3; bec2; rel2; acq2; acq3; bec1; rel1; acq1;
+
digraph G {
node [shape=circle,fixedsize=true,width=0.9];  hu3; th3; ri3; ea3; hu2; th2; ri2; ea2; hu1; th1; ri1; ea1;
+
node [];
ri3->acq2;
+
  Roadmap [URL="Roadmap"];
ri3->acq3;
+
Preproject [URL="PreProject"];
hu3->acq3;
+
  Launch [URL="The_Launch_Phase"];
bec3->hu3;
+
Realisation [URL="Realisation_Phase"];
th3->bec3;
+
Postproject [URL="Post_Project_Phase"];
rel3->th3;
+
Roadmap->Preproject;
rel3->ri3;
+
Roadmap->Launch;
ea3->rel3;
+
Roadmap->Realisation;
acq3->ea3;
+
Roadmap->Postproject;
ri2->acq1;
+
PreAnalysis ["Pre_Analysis"];
ri2->acq2;
+
PreContracting ["Pre_Contracting"];
hu2->acq2;
+
Preproject->PreAnalysis;
bec2->hu2;
+
PreAnalysis->PreContracting;
th2->bec2;
+
PreContracting->Launch;
rel2->th2;
+
rel2->ri2;
+
ea2->rel2;
+
acq2->ea2;
+
ri1->acq3;
+
ri1->acq1;
+
hu1->acq1;
+
bec1->hu1;
+
th1->bec1;
+
rel1->th1;
+
rel1->ri1;
+
ea1->rel1;
+
acq1->ea1;
+
 
+
overlap=false
+
label="PetriNet Model PhiloDilemma\nExtracted from ConceptBase and layed out by Graphviz "
+
fontsize=12;
+
 
}
 
}
 +
</graphviz>

Revision as of 08:45, 5 January 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;

} </graphviz>