Uses of Class
org.tweetyproject.arg.dung.syntax.TransitionState
Packages that use TransitionState
Package
Description
-
Uses of TransitionState in org.tweetyproject.arg.dung.reasoner.serialisable
Methods in org.tweetyproject.arg.dung.reasoner.serialisable with parameters of type TransitionStateModifier and TypeMethodDescriptionabstract booleanSerialisableExtensionReasoner.terminationFunction(TransitionState state) Checks whether the current state satisfies some condition, i.e.booleanSerialisedAdmissibleReasoner.terminationFunction(TransitionState state) booleanSerialisedCompleteReasoner.terminationFunction(TransitionState state) a set is accepted iff the corresponding AF of the state has no unattacked argumentsbooleanSerialisedPreferredReasoner.terminationFunction(TransitionState state) a set S is accepted, iff the AF of the state has no initial extensionsbooleanSerialisedStableReasoner.terminationFunction(TransitionState state) A set S is accepted iff the AF of the state is emptybooleanSerialisedUnchallengedReasoner.terminationFunction(TransitionState state) terminate if there is no unattacked or unchallenged initial set remaining -
Uses of TransitionState in org.tweetyproject.arg.dung.syntax
Methods in org.tweetyproject.arg.dung.syntax that return TransitionStateModifier and TypeMethodDescriptionTransitionState.getNext(Extension<DungTheory> ext) compute the successor state for the given extension