Class StronglyAdmissibleReasoner

All Implemented Interfaces:
ModelProvider<Argument,DungTheory,Extension<DungTheory>>, PostulateEvaluatable<Argument>, QualitativeReasoner<DungTheory,Argument>, Reasoner<Boolean,DungTheory,Argument>

public class StronglyAdmissibleReasoner extends AbstractExtensionReasoner
Reasoner for strong admissibility A set of arguments E is strongly admissible iff all every argument A in E is defended by some argument B in E \ {A} i.e. no argument in E is defended only by itself
Author:
Lars Bengel
  • Constructor Details

    • StronglyAdmissibleReasoner

      public StronglyAdmissibleReasoner()
  • Method Details

    • getModels

      public Collection<Extension<DungTheory>> getModels(DungTheory bbase)
      Description copied from interface: ModelProvider
      Returns a characterizing model of the given belief base
      Parameters:
      bbase - some belief base
      Returns:
      the (selected) models of the belief base
    • getModel

      public Extension<DungTheory> getModel(DungTheory bbase)
      Description copied from interface: ModelProvider
      Returns a single (dedicated) model of the given belief base. If the implemented method allows for more than one dedicated model, the selection may be non-deterministic.
      Parameters:
      bbase - some belief base
      Returns:
      a selected model of the belief base.
    • isInstalled

      public boolean isInstalled()
      the solver is natively installed and is therefore always installed
      Specified by:
      isInstalled in interface QualitativeReasoner<DungTheory,Argument>
      Overrides:
      isInstalled in class AbstractExtensionReasoner
      Returns:
      if the solver is installed