Class AbstractDeductiveArgumentationReasoner

    • Method Summary

      Modifier and Type Method Description
      java.lang.Double query​(DeductiveKnowledgeBase kb, PlFormula f)
      Queries the given belief base for the given formula.
      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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.