public class FolBeliefSet extends net.sf.tweety.commons.BeliefSet<FolFormula>
| Constructor and Description |
|---|
FolBeliefSet()
Creates a new and empty first-order knowledge base.
|
FolBeliefSet(Set<FolFormula> formulas)
Creates a new first-order knowledge base with the given set of formulas.
|
| 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 FolBeliefSet()
public FolBeliefSet(Set<FolFormula> formulas)
formulas - public net.sf.tweety.commons.Signature getSignature()
getSignature in interface net.sf.tweety.commons.BeliefBasegetSignature in class net.sf.tweety.commons.BeliefSet<FolFormula>Copyright © 2018. All rights reserved.