projet-mini-genie-logiciel-.../runtime-Eclipse/fr.n7.simplepdl.exemples/src-gen/Developpement.dot
Guillotin Damien d99c1d07a8 The End
2021-10-20 15:58:26 +02:00

8 lines
384 B
Plaintext

digraph "Developpement" {
"Conception" -> "Programmation" [arrowhead=vee label=finishToStart]
"Conception" -> "RedactionTest" [arrowhead=vee label=startToStart]
"Conception" -> "RedactionDoc" [arrowhead=vee label=startToStart]
"Conception" -> "RedactionDoc" [arrowhead=vee label=finishToFinish]
"Programmation" -> "RedactionTest" [arrowhead=vee label=finishToFinish]
}