rename types in Petri Net formalism to prevent naming collisions when merging with 'Port' formalism

This commit is contained in:
Joeri Exelmans 2024-11-22 15:20:16 +01:00
parent 6ac8e30747
commit 5962a476c0
10 changed files with 69 additions and 69 deletions

View file

@ -1,11 +1,11 @@
p0s:PlaceState {
p0s:PNPlaceState {
numTokens = 1;
}
:of (p0s -> p0)
:pn_of (p0s -> p0)
p1s:PlaceState {
p1s:PNPlaceState {
numTokens = 0;
}
:of (p1s -> p1)
:pn_of (p1s -> p1)