|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.comb.proc.StrictSingleElementUnionProc<E>
E
- the element type.public class StrictSingleElementUnionProc<E>
This class is used to wrap the strict single-element union computer as a process.
Constructor Summary | |
---|---|
StrictSingleElementUnionProc()
Constructs a new strict single-element union process. |
Method Summary | |
---|---|
void |
run(ResultsManager<java.util.Set<java.util.Set<E>>> resultsManager)
Computes the strict single-element unions of the provided collection of sets, and adds the results to the provided results manager. |
void |
setSets(java.util.Collection<java.util.Set<E>> sets)
Sets the collection of sets to that provided. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public StrictSingleElementUnionProc()
Method Detail |
---|
public void setSets(java.util.Collection<java.util.Set<E>> sets)
sets
- a collection of sets of elements.public void run(ResultsManager<java.util.Set<java.util.Set<E>>> resultsManager)
run
in interface KernelProcess<java.util.Set<java.util.Set<E>>>
resultsManager
- the results manager to which the computed results
are to be added.
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |