public class DoubleDoubleSD extends CAggregator<java.lang.Double,java.lang.Double>
Constructor and Description |
---|
DoubleDoubleSD() |
Modifier and Type | Method and Description |
---|---|
java.lang.Double |
getAggregation(java.util.Collection<java.lang.Double> items,
java.util.Collection<CoolMapMatrix> matrices,
java.util.Collection<java.lang.Integer> rowIndices,
java.util.Collection<java.lang.Integer> columnIndices) |
java.lang.Double |
getAggregation(java.lang.Double item,
java.util.Collection<CoolMapMatrix> matrices,
java.lang.Integer rowIndex,
java.lang.Integer columnIndex) |
aggregatorUpdated, canAggregate, getBaseClass, getConfigUI, getCurrentState, getDescription, getID, getName, getTipName, getViewClass, restoreState, setCoolMapObject, toString
public java.lang.Double getAggregation(java.lang.Double item, java.util.Collection<CoolMapMatrix> matrices, java.lang.Integer rowIndex, java.lang.Integer columnIndex)
getAggregation
in class CAggregator<java.lang.Double,java.lang.Double>
public java.lang.Double getAggregation(java.util.Collection<java.lang.Double> items, java.util.Collection<CoolMapMatrix> matrices, java.util.Collection<java.lang.Integer> rowIndices, java.util.Collection<java.lang.Integer> columnIndices)
getAggregation
in class CAggregator<java.lang.Double,java.lang.Double>