Class AbstractAnalysis
java.lang.Object
org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
- All Implemented Interfaces:
 Analysis
- Direct Known Subclasses:
 AbstractExtensionAnalysis,ApproxAnalysis,ConcurrentApproxAnalysis,ConcurrentExactAnalysis,ExactAnalysis
AbstractAnalysis provides utility functions for concrete implementations
- Author:
 - Taha Dogan Gunes
 
- 
Constructor Summary
ConstructorsConstructorDescriptionAbstractAnalysis(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, AnalysisType analysisType) The default constructor - 
Method Summary
Modifier and TypeMethodDescriptionvoidsetPEAFTheory(PEAFTheory peafTheory) Setter for peafTheory 
- 
Constructor Details
- 
AbstractAnalysis
public AbstractAnalysis(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, AnalysisType analysisType) The default constructor- Parameters:
 peafTheory- The PEAF TheoryextensionReasoner- The extension reasoneranalysisType- The type of the analysis
 
 - 
 - 
Method Details
- 
setPEAFTheory
Setter for peafTheory- Parameters:
 peafTheory- theory
 
 -