Class AbstractDeductiveArgumentationReasoner

  • All Implemented Interfaces:
    net.sf.tweety.commons.QuantitativeReasoner<DeductiveKnowledgeBase,​net.sf.tweety.logics.pl.syntax.PlFormula>, net.sf.tweety.commons.Reasoner<Double,​DeductiveKnowledgeBase,​net.sf.tweety.logics.pl.syntax.PlFormula>
    Direct Known Subclasses:
    CompilationReasoner, SimpleDeductiveReasoner

    public abstract class AbstractDeductiveArgumentationReasoner
    extends Object
    implements net.sf.tweety.commons.QuantitativeReasoner<DeductiveKnowledgeBase,​net.sf.tweety.logics.pl.syntax.PlFormula>
    This class contains common characteristics for deductive argumentation reasoner.
    Author:
    Matthias Thimm
    • Constructor Detail

      • AbstractDeductiveArgumentationReasoner

        public AbstractDeductiveArgumentationReasoner​(Categorizer categorizer,
                                                      Accumulator accumulator)
        Creates a new reasoner for the given belief base, categorizer, and accumulator.
        Parameters:
        categorizer - some categorizer.
        accumulator - some accumulator.