projet-mini-genie-logiciel-.../runtime-EclipseXtext/fr.n7.simplepdl.exemples/ex1.pdl2
Laurent Fainsin de42fac315 TP7
2021-10-12 18:49:13 +02:00

12 lines
111 B
Plaintext

process ex1 {
wd a {
}
wd b {
starts if a started
}
wd c {
finishes if b finished
}
note "test"
}