Uses of Class
org.tweetyproject.arg.extended.syntax.ExtendedTheory
Packages that use ExtendedTheory
-
Uses of ExtendedTheory in org.tweetyproject.arg.extended.reasoner
Methods in org.tweetyproject.arg.extended.reasoner that return types with arguments of type ExtendedTheoryModifier 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.Methods in org.tweetyproject.arg.extended.reasoner with parameters of type ExtendedTheoryModifier 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.