Class ClBeliefSet

    • Constructor Detail

      • ClBeliefSet

        public ClBeliefSet()
        Creates a new (empty) conditional belief set.
      • ClBeliefSet

        public ClBeliefSet​(java.util.Collection<? extends Conditional> conditionals)
        Creates a new conditional belief set with the given collection of conditionals.
        Parameters:
        conditionals - a collection of conditionals.
    • Method Detail

      • getMinimalSignature

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