Class SimpleSemiStableReasoner

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

public class SimpleSemiStableReasoner extends AbstractExtensionReasoner
This reasoner calculates claim based semi stable extensions
Author:
Sebastian Franke
  • Constructor Details

    • SimpleSemiStableReasoner

      public SimpleSemiStableReasoner()
  • 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 - the claim based thory
      Returns:
      all extensions of the semantics
    • 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 - the claim based thory
      Returns:
      an extensions of the semantics