Package com.treemap
Class AggregationFactory
java.lang.Object
com.treemap.AggregationFactory
Factory class for accessing predefined aggregation schemes.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final AggregationAggregate values by averaging them.static final AggregationAggregate values by counting them.static final AggregationAggregate values by finding the maximum value.static final AggregationAggregate values by finding the minimum value.static final AggregationAggregate values by always returning null.static final AggregationAggregate values by averaging them.static final AggregationAggregate values by computing the standard deviation.static final AggregationAggregate values by computing the sum. -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
NONE_AGGREGATION
Aggregate values by always returning null. -
SUM_AGGREGATION
Aggregate values by computing the sum. -
SIZE_WEIGHTED_AGGREGATION
Aggregate values by averaging them. -
AVERAGE_AGGREGATION
Aggregate values by averaging them. -
COUNT_AGGREGATION
Aggregate values by counting them. -
MIN_AGGREGATION
Aggregate values by finding the minimum value. -
MAX_AGGREGATION
Aggregate values by finding the maximum value. -
STD_DEV_AGGREGATION
Aggregate values by computing the standard deviation.
-
-
Constructor Details
-
AggregationFactory
-
-
Method Details
-
getInstance
-
add
-
getDefault
-
getAggregations
-
get
-
find
-