Uses of Class
org.tweetyproject.action.transitionsystem.State
Package
Description
-
Uses of State in org.tweetyproject.action.description.reasoner
Modifier 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
Modifier 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.Modifier and TypeMethodDescriptionvoid
Adds a state to this transition system.boolean
Returns the value of a fluent in a state in this transition system.ModifierConstructorDescriptionTransition
(State from, FolAction action, State to) Creates a new transition with the given parameters.ModifierConstructorDescriptionTransitionSystem
(Set<State> states, Set<Transition> transitions, ActionSignature signature) Creates a new transition system.TransitionSystem
(Set<State> states, ActionSignature signature) Creates a new transition system.