Class NecessaryExplanationReasoner
java.lang.Object
org.tweetyproject.arg.explanations.reasoner.acceptance.AbstractAcceptanceExplanationReasoner
org.tweetyproject.arg.explanations.reasoner.acceptance.NecessaryExplanationReasoner
Reasoner for necessary explanations for the acceptance of an argument
a set S is a necessary explanation for the acceptance of an argument 'a'
iff every 'b' in S is contained in every admissible set containing 'a'
- 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
-
NecessaryExplanationReasoner
public NecessaryExplanationReasoner()
-
-
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
-