Interface BeliefBase

    • Method Summary

      Modifier and Type Method Description
      Signature getMinimalSignature()
      Returns the signature of the language of this knowledge base.
      java.lang.String toString()  
    • Method Detail

      • getMinimalSignature

        Signature getMinimalSignature()
        Returns the signature of the language of this knowledge base.
        Returns:
        the signature of the language of this knowledge base.
      • toString

        java.lang.String toString()
        Overrides:
        toString in class java.lang.Object