Class AbstractConditionalLogicReasoner

    • Method Summary

      Modifier and Type Method Description
      abstract RankingFunction getModel​(ClBeliefSet bbase)
      Returns a single (dedicated) model of the given belief base.
      java.util.Collection<RankingFunction> getModels​(ClBeliefSet bbase)
      Returns a characterizing model of the given belief base
      java.lang.Boolean query​(ClBeliefSet beliefbase, PlFormula formula)
      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