Class MlBeliefSet

    • Constructor Detail

      • MlBeliefSet

        public MlBeliefSet()
        Creates a new empty modal knowledge base.
      • MlBeliefSet

        public MlBeliefSet​(java.util.Set<RelationalFormula> formulas)
        Creates a new modal knowledge base with the given set of formulas.
        Parameters:
        formulas - some formulas
    • Method Detail

      • getMinimalSignature

        public Signature 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.