Uses of Class
org.tweetyproject.action.transitionsystem.Transition
Packages that use Transition
-
Uses of Transition in org.tweetyproject.action.transitionsystem
Methods in org.tweetyproject.action.transitionsystem that return types with arguments of type TransitionModifier and TypeMethodDescriptionTransitionSystem.getTransitions()
Creates a HashSet with all transitions contained in this transition system.Methods in org.tweetyproject.action.transitionsystem with parameters of type TransitionModifier and TypeMethodDescriptionvoid
TransitionSystem.addTransition
(Transition t) Adds a given transition to this transition system.