Uses of Class
org.tweetyproject.arg.dung.syntax.IncompleteTheory
-
Uses of IncompleteTheory in org.tweetyproject.arg.dung.reasoner
Modifier 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