public class PclBeliefSet extends BeliefSet<ProbabilisticConditional>
| Constructor and Description |
|---|
PclBeliefSet()
Creates a new (empty) conditional belief set.
|
PclBeliefSet(java.util.Collection<? extends ProbabilisticConditional> conditionals)
Creates a new conditional belief set with the given collection of
conditionals.
|
| Modifier and Type | Method and Description |
|---|---|
Signature |
getSignature()
Returns the signature of the language of this knowledge base.
|
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringpublic PclBeliefSet()
public PclBeliefSet(java.util.Collection<? extends ProbabilisticConditional> conditionals)
conditionals - a collection of conditionals.public Signature getSignature()
BeliefBasegetSignature in interface BeliefBasegetSignature in class BeliefSet<ProbabilisticConditional>