Class RemainderSets<T extends Formula>
java.lang.Object
java.util.AbstractCollection<E>
java.util.AbstractSet<E>
java.util.HashSet<Collection<T>>
org.tweetyproject.lp.asp.beliefdynamics.baserevision.RemainderSets<T>
- Type Parameters:
T
- the type of formulas these remainder sets are based upon
- All Implemented Interfaces:
Serializable
,Cloneable
,Iterable<Collection<T>>
,Collection<Collection<T>>
,Set<Collection<T>>
- Direct Known Subclasses:
ScreenedRemainderSets
This class represents the set of remainder sets constructed
from a belief base.
- Author:
- Sebastian Homann
- See Also:
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescriptionabstract Collection<T>
Returns the belief base that seeded this remainder set.Methods inherited from class java.util.HashSet
add, clear, clone, contains, isEmpty, iterator, remove, size, spliterator, toArray, toArray
Methods inherited from class java.util.AbstractSet
equals, hashCode, removeAll
Methods inherited from class java.util.AbstractCollection
addAll, containsAll, retainAll, toString
Methods inherited from interface java.util.Collection
parallelStream, removeIf, stream, toArray
-
Constructor Details
-
RemainderSets
public RemainderSets()
-
-
Method Details
-
getSourceBeliefBase
Returns the belief base that seeded this remainder set.- Returns:
- a belief base
-