Uses of Class
org.tweetyproject.arg.extended.syntax.ExtendedTheory
-
Uses of ExtendedTheory in org.tweetyproject.arg.extended.reasoner
Modifier and TypeMethodDescriptionFlattenBasedExtendedExtensionReasoner.getModel
(ExtendedTheory bbase) SimpleExtendedAdmissibleReasoner.getModel
(ExtendedTheory bbase) Returns one admissible extension of the given extended theory.SimpleExtendedCompleteReasoner.getModel
(ExtendedTheory bbase) Returns one complete extension of the given extended theory.SimpleExtendedConflictFreeReasoner.getModel
(ExtendedTheory bbase) Returns one conflict-free extension of the given extended theory.FlattenBasedExtendedExtensionReasoner.getModels
(ExtendedTheory bbase) SimpleExtendedAdmissibleReasoner.getModels
(ExtendedTheory bbase) Returns the collection of admissible extensions of the given extended theory.SimpleExtendedCompleteReasoner.getModels
(ExtendedTheory bbase) Returns the collection of complete extensions of the given extended theory.SimpleExtendedConflictFreeReasoner.getModels
(ExtendedTheory bbase) Returns the collection of conflict-free extensions of the given extended theory.Modifier and TypeMethodDescriptionFlattenBasedExtendedExtensionReasoner.getModel
(ExtendedTheory bbase) SimpleExtendedAdmissibleReasoner.getModel
(ExtendedTheory bbase) Returns one admissible extension of the given extended theory.SimpleExtendedCompleteReasoner.getModel
(ExtendedTheory bbase) Returns one complete extension of the given extended theory.SimpleExtendedConflictFreeReasoner.getModel
(ExtendedTheory bbase) Returns one conflict-free extension of the given extended theory.FlattenBasedExtendedExtensionReasoner.getModels
(ExtendedTheory bbase) SimpleExtendedAdmissibleReasoner.getModels
(ExtendedTheory bbase) Returns the collection of admissible extensions of the given extended theory.SimpleExtendedCompleteReasoner.getModels
(ExtendedTheory bbase) Returns the collection of complete extensions of the given extended theory.SimpleExtendedConflictFreeReasoner.getModels
(ExtendedTheory bbase) Returns the collection of conflict-free extensions of the given extended theory.AbstractExtendedExtensionReasoner.query
(ExtendedTheory beliefbase, Argument formula) AbstractExtendedExtensionReasoner.query
(ExtendedTheory beliefbase, Argument formula, InferenceMode inferenceMode) Queries the given AAF for the given argument using the given inference type.