projet-mini-genie-logiciel-.../runtime-Eclipse/fr.n7.simplepdl.exemples/developpement_xtext.pdl

17 lines
364 B
Plaintext
Raw Permalink Normal View History

2021-10-18 15:23:48 +00:00
process Developpement {
res Crayon 10
res Papier 20
wd Conception
req Crayon 10
req Papier 5
wd RedactionTest
wd RedactionDoc
wd Programmation
ws f2s from Conception to Programmation
ws s2s from Conception to RedactionTest
ws s2s from Conception to RedactionDoc
ws f2f from Conception to RedactionDoc
ws f2f from Programmation to RedactionTest
}