Uses of Class
org.tweetyproject.arg.extended.syntax.RecursiveExtendedTheory
-
Uses of RecursiveExtendedTheory in org.tweetyproject.arg.extended.reasoner
Modifier and TypeMethodDescriptionabstract Collection
<Collection<DungEntity>> AbstractRecursiveExtendedExtensionReasoner.getModels
(RecursiveExtendedTheory bbase) Computes all models for the given theorySimpleRecursiveExtendedAdmissibleReasoner.getModels
(RecursiveExtendedTheory bbase) Returns the collection of admissible sets of Dung entities for the given recursive extended theory.SimpleRecursiveExtendedCompleteReasoner.getModels
(RecursiveExtendedTheory bbase) Returns the collection of complete extensions of the given recursive extended theory.SimpleRecursiveExtendedConflictFreeReasoner.getModels
(RecursiveExtendedTheory bbase) Returns the collection of conflict-free sets of Dung entities for the given recursive extended theory.AbstractRecursiveExtendedExtensionReasoner.query
(RecursiveExtendedTheory beliefbase, Argument formula) Queries the given belief base with a specified argument, using the default inference mode of skeptical reasoning.AbstractRecursiveExtendedExtensionReasoner.query
(RecursiveExtendedTheory beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type.