Uses of Class
org.tweetyproject.arg.explanations.semantics.Explanation
Packages that use Explanation
Package
Description
-
Uses of Explanation in org.tweetyproject.arg.explanations.reasoner.acceptance
Methods in org.tweetyproject.arg.explanations.reasoner.acceptance that return ExplanationModifier and TypeMethodDescriptionAbstractAcceptanceExplanationReasoner.getExplanation(DungTheory theory, Argument argument) Computes some acceptance explanation forargumentMethods in org.tweetyproject.arg.explanations.reasoner.acceptance that return types with arguments of type ExplanationModifier and TypeMethodDescriptionabstract Collection<Explanation> AbstractAcceptanceExplanationReasoner.getExplanations(DungTheory theory, Argument argument) Computes all acceptance explanations forargumentDialecticalSequenceExplanationReasoner.getExplanations(DungTheory theory, Argument argument) MinimalSequenceExplanationReasoner.getExplanations(DungTheory theory, Argument argument) NecessaryExplanationReasoner.getExplanations(DungTheory theory, Argument argument) SequenceExplanationReasoner.getExplanations(DungTheory theory, Argument argument) SufficientExplanationReasoner.getExplanations(DungTheory theory, Argument argument) -
Uses of Explanation in org.tweetyproject.arg.explanations.semantics
Subclasses of Explanation in org.tweetyproject.arg.explanations.semanticsModifier and TypeClassDescriptionclassModels a sequence-based representation of an explanation for some argument The representation distinguishes between supporting and defeated argumentsclassModels a sequence-based representation for explanations for the acceptance of some argumentclassModels a set-based representation for explanations for the acceptance of some argumentClasses in org.tweetyproject.arg.explanations.semantics that implement interfaces with type arguments of type ExplanationModifier and TypeClassDescriptionclassAbstract class for representing explanations of arguments in argumentation frameworksMethods in org.tweetyproject.arg.explanations.semantics with parameters of type ExplanationModifier and TypeMethodDescriptionintDialectialSequenceExplanation.compareTo(Explanation o) intSequenceExplanation.compareTo(Explanation o) intSetExplanation.compareTo(Explanation o)