projet-mini-genie-logiciel-.../eclipse-workspace/fr.n7.simplepdl.exemples/gen/developpement.dot
Laurent Fainsin e1419fa6ab TP5
2021-10-09 22:04:54 +02:00

8 lines
386 B
Plaintext

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]
}