Class CompilationReasoner

    • Constructor Summary

      Constructors 
      Constructor Description
      CompilationReasoner​(Categorizer categorizer, Accumulator accumulator)
      Creates a new compilation reasoner for the given belief base, categorizer, and accumulator.
    • Method Summary

      • Methods inherited from class java.lang.Object

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

      • CompilationReasoner

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