Class FolBeliefSet

    • Constructor Detail

      • FolBeliefSet

        public FolBeliefSet()
        Creates a new and empty first-order knowledge base.
      • FolBeliefSet

        public FolBeliefSet​(java.util.Collection<FolFormula> formulas)
        Creates a new first-order knowledge base with the given set of formulas.
        Parameters:
        formulas - the formulas
    • Method Detail

      • getMinimalSignature

        public FolSignature getMinimalSignature()
        Description copied from interface: BeliefBase
        Returns the signature of the language of this knowledge base.
        Returns:
        the signature of the language of this knowledge base.