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 extensionsboolean
IncompleteReasoner.isNecessaryCredulous
(IncompleteTheory theory, Argument arg) Decides whether the given argument is a necessary credulous conclusion of the incomplete theoryboolean
IncompleteReasoner.isNecessarySkeptical
(IncompleteTheory theory, Argument arg) Decides whether the given argument is a necessary skeptical conclusion of the incomplete theoryboolean
IncompleteReasoner.isPossibleCredulous
(IncompleteTheory theory, Argument arg) Decides whether the given argument is a possible credulous conclusion of the incomplete theoryboolean
IncompleteReasoner.isPossibleSkeptical
(IncompleteTheory theory, Argument arg) Decides whether the given argument is a possible skeptical conclusion of the incomplete theory