Uses of Class
org.tweetyproject.arg.dung.syntax.IncompleteTheory
Packages that use IncompleteTheory
-
Uses of IncompleteTheory in org.tweetyproject.arg.dung.reasoner
Methods in org.tweetyproject.arg.dung.reasoner with parameters of type IncompleteTheoryModifier and TypeMethodDescriptionIncompleteReasoner.getAllModels(IncompleteTheory theory) IncompleteReasoner.getNecessaryModels(IncompleteTheory theory) Computes the set of necessary extensionsIncompleteReasoner.getPossibleModels(IncompleteTheory theory) Computes the set of possible extensionsbooleanIncompleteReasoner.isNecessaryCredulous(IncompleteTheory theory, Argument arg) Decides whether the given argument is a necessary credulous conclusion of the incomplete theorybooleanIncompleteReasoner.isNecessarySkeptical(IncompleteTheory theory, Argument arg) Decides whether the given argument is a necessary skeptical conclusion of the incomplete theorybooleanIncompleteReasoner.isPossibleCredulous(IncompleteTheory theory, Argument arg) Decides whether the given argument is a possible credulous conclusion of the incomplete theorybooleanIncompleteReasoner.isPossibleSkeptical(IncompleteTheory theory, Argument arg) Decides whether the given argument is a possible skeptical conclusion of the incomplete theory