Skip to main content
Sign in
Snippets Groups Projects
Commit dedccdd9 authored by Sebastian Ebert's avatar Sebastian Ebert
Browse files

clean up

parent ad6d6d99
No related branches found
No related tags found
1 merge request!1added ref-place and ref-transition execution support
......@@ -95,20 +95,4 @@ aspect Navigation {
Page contributes this
to PetriNet.allPages()
for petriNet();
coll java.util.Set<TransitionNode> PetriNet.allTransitionNodes() [new java.util.HashSet()] root PetriNet;
TransitionNode contributes this
to PetriNet.allTransitionNodes()
for petriNet();
coll java.util.Set<RefTransition> PetriNet.allRefTransitions() [new java.util.HashSet()] root PetriNet;
RefTransition contributes this
to PetriNet.allRefTransitions()
for petriNet();
coll java.util.Set<RefPlace> PetriNet.allRefPlaces() [new java.util.HashSet()] root PetriNet;
RefPlace contributes this
to PetriNet.allRefPlaces()
for petriNet();
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment