Uses of Class
org.tweetyproject.action.transitionsystem.State
Packages that use State
Package
Description
-
Uses of State in org.tweetyproject.action.description.reasoner
Methods in org.tweetyproject.action.description.reasoner that return types with arguments of type StateModifier and TypeMethodDescriptionCTransitionSystemCalculator.calculateStates
(CActionDescription actionDescription, ActionSignature signature) Calculates the set of all states of the transition system described by an action description. -
Uses of State in org.tweetyproject.action.transitionsystem
Methods in org.tweetyproject.action.transitionsystem that return StateModifier and TypeMethodDescriptionCreates a new state and adds it to this transition system.Transition.getFrom()
Returns the source state of this transition.Returns the state that maps the given fluents to true, if it exists, otherwise null.Transition.getTo()
Returns the target state of this transition.Methods in org.tweetyproject.action.transitionsystem that return types with arguments of type StateMethods in org.tweetyproject.action.transitionsystem with parameters of type StateModifier and TypeMethodDescriptionvoid
Adds a state to this transition system.boolean
Returns the value of a fluent in a state in this transition system.Constructors in org.tweetyproject.action.transitionsystem with parameters of type StateModifierConstructorDescriptionTransition
(State from, FolAction action, State to) Creates a new transition with the given parameters.Constructor parameters in org.tweetyproject.action.transitionsystem with type arguments of type StateModifierConstructorDescriptionTransitionSystem
(Set<State> states, Set<Transition> transitions, ActionSignature signature) Creates a new transition system.TransitionSystem
(Set<State> states, ActionSignature signature) Creates a new transition system.