Class DialecticalSequenceExplanationReasoner
java.lang.Object
org.tweetyproject.arg.explanations.reasoner.acceptance.AbstractAcceptanceExplanationReasoner
org.tweetyproject.arg.explanations.reasoner.acceptance.AbstractSequenceExplanationReasoner
org.tweetyproject.arg.explanations.reasoner.acceptance.DialecticalSequenceExplanationReasoner
Reasoner for dialectical sequence explanations for the acceptance of arguments
A sequence (S_1, T_1, ... S_n, T_n) of sets is a dialectical sequence explanation for the acceptance of an argument 'a' iff
(S-1, ..., S_n) is a sequence explanation for 'a' and every T_i is the set of arguments defeated by S_i in the context of the explanation.
- Author:
- Lars Bengel
- See Also:
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptiongetExplanations(DungTheory theory, Argument argument) Computes all acceptance explanations forargumentMethods inherited from class org.tweetyproject.arg.explanations.reasoner.acceptance.AbstractAcceptanceExplanationReasoner
getExplanation
-
Constructor Details
-
DialecticalSequenceExplanationReasoner
public DialecticalSequenceExplanationReasoner()
-
-
Method Details
-
getExplanations
Description copied from class:AbstractAcceptanceExplanationReasonerComputes all acceptance explanations forargument- Specified by:
getExplanationsin classAbstractAcceptanceExplanationReasoner- Parameters:
theory- some argumentation frameworkargument- some argument- Returns:
- all explanations for the acceptance of
argumentintheory
-