Class SimpleEAFAdmissibleReasoner

java.lang.Object
org.tweetyproject.arg.eaf.reasoner.AbstractEAFReasoner
org.tweetyproject.arg.eaf.reasoner.SimpleEAFAdmissibleReasoner
All Implemented Interfaces:
ModelProvider<Argument, EpistemicArgumentationFramework, Extension<EpistemicArgumentationFramework>>, PostulateEvaluatable<Argument>, QualitativeReasoner<EpistemicArgumentationFramework, Argument>, Reasoner<Boolean, EpistemicArgumentationFramework, Argument>

public class SimpleEAFAdmissibleReasoner extends AbstractEAFReasoner
This reasoner for epistemic Dung theories performs inference on the admissible extension. Extensions are determined by checking for all admissible sets which set combinations satisfy the epistemic constraint. Note that this reasoner does not compute epistemic extension sets.
Author:
Sandra Hoffmann
  • Constructor Details

    • SimpleEAFAdmissibleReasoner

      public SimpleEAFAdmissibleReasoner()
  • Method Details