Class SimpleNaiveReasoner

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

public class SimpleNaiveReasoner extends AbstractExtensionReasoner
Reasoner for naive extensions. naive extensions are maximal conflict-free sets
Author:
Lars Bengel
  • Constructor Details

    • SimpleNaiveReasoner

      public SimpleNaiveReasoner()
  • 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.
    • getMaximalConflictFreeSets

      public Collection<Extension<DungTheory>> getMaximalConflictFreeSets(DungTheory bbase, Collection<Argument> candidates)
      computes all maximal conflict-free sets of bbase
      Parameters:
      bbase - an argumentation framework
      candidates - a set of arguments
      Returns:
      conflict-free sets in bbase