projet-mini-genie-logiciel-.../runtime-Eclipse/fr.n7.simplepdl.exemples/src-gen/Developpement.dot

8 lines
384 B
Plaintext
Raw Permalink Normal View History

2021-10-20 13:58:26 +00:00
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]
}