Interface BeliefBase

  • All Known Implementing Classes:
    BeliefSet

    public interface BeliefBase
    This class captures an abstract knowledge base, i.e. some set of formulas in a given knowledge representation language, that can be asked queries.
    Author:
    Matthias Thimm, Tim Janus
    • 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.