Class AbstractDeductiveArgumentationReasoner

    • Field Detail

      • log

        private static org.slf4j.Logger log
        Logger.
      • categorizer

        private Categorizer categorizer
        The categorizer used for reasoning.
      • accumulator

        private Accumulator accumulator
        The accumulator used for reasoning.
    • 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.