added ref-place and ref-transition execution support
5 unresolved threads
5 unresolved threads
Compare changes
+ 65
− 11
@@ -2,22 +2,40 @@ aspect Navigation {
@@ -38,6 +56,21 @@ aspect Navigation {
@@ -57,4 +90,25 @@ aspect Navigation {
I don't see a reason why these collection attributes should exist. It is dangerous to keep them, because when the contents are resolved (with
place()
ortransition()
), the result is no longer a set.The example below does something with the same transition multiple times.
So I would remove
allTransitionNodes()
allRefTransitions()
allRefPlaces()
changed this line in version 3 of the diff