Uses of Class
org.tweetyproject.logics.petri.syntax.Transition
Packages that use Transition
Package
Description
-
Uses of Transition in org.tweetyproject.logics.petri.syntax
Methods in org.tweetyproject.logics.petri.syntax that return TransitionModifier and TypeMethodDescriptionPetriNet.createEmptyTransition(Marking marking) Add a transition which is enabled at the specified marking and does not change the markingArk.getTransition()Methods in org.tweetyproject.logics.petri.syntax that return types with arguments of type TransitionModifier and TypeMethodDescriptionPetriNet.getEnabledTransitions()Retrieve the transitions that are enabled in the current state (token distribution) of the netPetriNet.getTransitions()Methods in org.tweetyproject.logics.petri.syntax with parameters of type TransitionModifier and TypeMethodDescriptionbooleanPetriNet.add(Transition transition) Add a transition to the Petri netvoidPetriNet.fire(Transition transition) Method parameters in org.tweetyproject.logics.petri.syntax with type arguments of type TransitionConstructors in org.tweetyproject.logics.petri.syntax with parameters of type TransitionModifierConstructorDescriptionArk(Place place, Transition transition) Create a new ark from a place to a transitionArk(Place place, Transition transition, int weight) Create a new ark from a place to a transition with a certain weightArk(Transition transition, Place place) Create a new ark from a transition to a placeArk(Transition transition, Place place, int weight) Create a new ark from a transition to a place with a certain weight -
Uses of Transition in org.tweetyproject.logics.petri.syntax.reachability_graph
Methods in org.tweetyproject.logics.petri.syntax.reachability_graph that return TransitionMethods in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type TransitionConstructors in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type TransitionModifierConstructorDescriptionMarkingEdge(Marking from, Marking to, Transition transition) Create a new instance