T - the type of formulas these remainder sets are based uponpublic abstract class RemainderSets<T extends Formula>
extends java.util.HashSet<java.util.Collection<T>>
| Modifier and Type | Field and Description |
|---|---|
private static long |
serialVersionUID |
| Constructor and Description |
|---|
RemainderSets() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.util.Collection<T> |
getSourceBeliefBase()
Returns the belief base that seeded this remainder set.
|
add, clear, clone, contains, isEmpty, iterator, remove, size, spliteratoraddAll, containsAll, retainAll, toArray, toArray, toStringfinalize, getClass, notify, notifyAll, wait, wait, waitprivate static final long serialVersionUID
public abstract java.util.Collection<T> getSourceBeliefBase()