Class PclBeliefSet

All Implemented Interfaces:
Iterable<ProbabilisticConditional>, Collection<ProbabilisticConditional>, BeliefBase

public class PclBeliefSet extends BeliefSet<ProbabilisticConditional,PlSignature>
This class models a belief set on probabilistic conditional logic, i.e. a set of probabilistic conditionals.
Author:
Matthias Thimm
  • Constructor Details

    • PclBeliefSet

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

      public PclBeliefSet(Collection<? extends ProbabilisticConditional> conditionals)
      Creates a new conditional belief set with the given collection of conditionals.
      Parameters:
      conditionals - a collection of conditionals.
  • Method Details

    • 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.