Class PclBeliefSet

    • Constructor Detail

      • PclBeliefSet

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

        public PclBeliefSet​(java.util.Collection<? extends ProbabilisticConditional> conditionals)
        Creates a new conditional belief set with the given collection of conditionals.
        Parameters:
        conditionals - a collection of conditionals.
    • 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.