Class SimpleDeductiveReasoner

    • Method Summary

      • Methods inherited from class java.lang.Object

        equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SimpleDeductiveReasoner

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