public class RclBeliefSet extends net.sf.tweety.commons.BeliefSet<RelationalConditional>
| Constructor and Description |
|---|
RclBeliefSet()
Creates a new (empty) conditional belief set.
|
RclBeliefSet(Collection<? extends RelationalConditional> conditionals)
Creates a new relational conditional belief set with the given collection of
relational conditionals.
|
| Modifier and Type | Method and Description |
|---|---|
net.sf.tweety.commons.Signature |
getSignature() |
add, addAll, clear, contains, containsAll, equals, hashCode, instantiateSet, isEmpty, iterator, remove, removeAll, retainAll, size, toArray, toArray, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitparallelStream, removeIf, spliterator, streampublic RclBeliefSet()
public RclBeliefSet(Collection<? extends RelationalConditional> conditionals)
conditionals - a collection of relational conditionals.public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<RelationalConditional>Copyright © 2018. All rights reserved.