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()
Return the transition of this arkMethods 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()
Return the transitionsMethods in org.tweetyproject.logics.petri.syntax with parameters of type TransitionModifier and TypeMethodDescriptionboolean
PetriNet.add
(Transition transition) Add a transition to the Petri netvoid
PetriNet.fire
(Transition transition) FireMethod parameters in org.tweetyproject.logics.petri.syntax with type arguments of type TransitionModifier and TypeMethodDescriptionvoid
PetriNet.setTransitions
(List<Transition> transitions) Setter transitionsConstructors 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 TransitionModifier and TypeMethodDescriptionvoid
MarkingEdge.setTransition
(Transition transition) Setter TransitionConstructors in org.tweetyproject.logics.petri.syntax.reachability_graph with parameters of type TransitionModifierConstructorDescriptionMarkingEdge
(Marking from, Marking to, Transition transition) Create a new instance