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 TransitionMethods 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 netMethods 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)
Constructors 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