Class RclBeliefSet

    • Constructor Detail

      • RclBeliefSet

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

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