This project is a demonstrator of pattern instanciation on system engineering model (pseim), made by the MOISE project. It contains the metamodel of the pseim, graphical and textual editors, formal verification models (event-B) and examples.
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
283 B

transform test using nverG {
multiplicity
nverG.nb_in -> 2
nverG.nb_vin -> 6
nverG.nb_out -> 2
nverG.nb_comp -> 3
components
test.comp -> nverG.top
ports
test.comp.sc1.i1, test.comp.sc1.i2 -> nverG.top.i
test.comp.sc1.o1, test.comp.sc1.o2 -> nverG.top.o
}