|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectsbrt.kernel.math.algebra.proc.VectorIntersection<K,V>
K
- the key, or variable, type.V
- the value type.public class VectorIntersection<K,V>
This class is used to intersect vectors whose variables (that is, map keys) are not identical.
Constructor Summary | |
---|---|
VectorIntersection()
Constructs a new vector intersector. |
Method Summary | |
---|---|
void |
run(ResultsManager<java.util.Map<K,V>> resultsManager)
and adds the results to the provided results manager. |
void |
setVectorSource(java.util.Iterator<java.util.Map<K,V>> vectorSource)
Sets the vector source. |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public VectorIntersection()
Method Detail |
---|
public void setVectorSource(java.util.Iterator<java.util.Map<K,V>> vectorSource)
vectorSource
- a source of variables mapped to their respective values.public void run(ResultsManager<java.util.Map<K,V>> resultsManager)
run
in interface KernelProcess<java.util.Map<K,V>>
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 |