Class SCF2Reasoner

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

public class SCF2Reasoner extends AbstractExtensionReasoner
Reasoner for SCF2 extensions using scc-recursiveness. SCF2 semantics combine the scc-recursive scheme of CF2 with the strong completeness outside odd circles (SCOOC) principle definition see: Cramer, van der Torre: SCF2 – an Argumentation Semantics for Rational Human Judgments on Argument Acceptability:Technical Report 2019
Author:
Lars Bengel
  • Constructor Details

    • SCF2Reasoner

      public SCF2Reasoner()
  • Method Details

    • getModels

      public Collection<Extension> getModels(ArgumentationFramework 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 getModel(ArgumentationFramework 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.