Class AbstractAnalysis

java.lang.Object
org.tweetyproject.arg.bipolar.analysis.AbstractAnalysis
All Implemented Interfaces:
Analysis
Direct Known Subclasses:
AbstractExtensionAnalysis, ApproxAnalysis, ConcurrentApproxAnalysis, ConcurrentExactAnalysis, ExactAnalysis

public abstract class AbstractAnalysis extends Object implements Analysis
AbstractAnalysis provides utility functions for concrete implementations
Author:
Taha Dogan Gunes
  • Constructor Details

    • AbstractAnalysis

      public AbstractAnalysis(PEAFTheory peafTheory, AbstractExtensionReasoner extensionReasoner, AnalysisType analysisType)
      The default constructor
      Parameters:
      peafTheory - The PEAF Theory
      extensionReasoner - The extension reasoner
      analysisType - The type of the analysis
  • Method Details

    • setPEAFTheory

      public void setPEAFTheory(PEAFTheory peafTheory)
      Parameters:
      peafTheory - theory