Class SequenceExplanationReasoner
java.lang.Object
org.tweetyproject.arg.explanations.reasoner.acceptance.AbstractAcceptanceExplanationReasoner
org.tweetyproject.arg.explanations.reasoner.acceptance.AbstractSequenceExplanationReasoner
org.tweetyproject.arg.explanations.reasoner.acceptance.SequenceExplanationReasoner
Reasoner for sequence explanations for the acceptance of arguments
A sequence (S_1, ... S_n) of sets is a sequence explanation for the acceptance of an argument 'a' iff
(S-1, ..., S_n) is a serialisation sequence and 'a' is contained in S_n.
- 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
-
SequenceExplanationReasoner
public SequenceExplanationReasoner()
-
-
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
-