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

8 lines
386 B
Plaintext
Raw Normal View History

2021-10-09 20:04:54 +00:00
digraph "developpement" {
"Conception" -> "RedactionDoc" [arrowhead=vee label=finishToFinish]
"Conception" -> "RedactionDoc" [arrowhead=vee label=startToStart]
"Conception" -> "Programmation" [arrowhead=vee label=finishToStart]
"Conception" -> "RedactionTests" [arrowhead=vee label=startToStart]
"Programmation" -> "RedactionTests" [arrowhead=vee label=finishToFinish]
}