Class AbstractExtensionAnalysis

java.lang.Object
org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
org.tweetyproject.arg.bipolar.analysis.extensions.AbstractExtensionAnalysis
All Implemented Interfaces:
Analysis, ExtensionAnalysis
Direct Known Subclasses:
GroundedAnalysis, PreferredAnalysis

public abstract class AbstractExtensionAnalysis extends AbstractAnalysis implements ExtensionAnalysis
An abstract class for performing extension analysis on a PEAF (Process-Entity-Attribute-Function) theory.

This class is designed to convert a PEAF theory into an EAF (Extended Argumentation Framework) theory, then into a Dung theory, and finally use an extension reasoner to compute the extensions of the Dung theory.