rename types in Petri Net formalism to prevent naming collisions when merging with 'Port' formalism
This commit is contained in:
parent
6ac8e30747
commit
5962a476c0
10 changed files with 69 additions and 69 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue