public interface SidePanelValueAggregator<VALUE,AggregationMethodEnum>
Modifier and Type | Method and Description |
---|---|
IdToSidePanelDisplayConverter.SidePanelValueColorPair<VALUE> |
aggregate(java.lang.String id,
CoolMapOntologyImpl ontology,
VALUE defaultValue) |
void |
clearCachedResults() |
AggregationMethodEnum |
getAggregationMethod() |
boolean |
isValueNumeric() |
void |
setAggregationMethod(AggregationMethodEnum aggregationMethod) |
void |
setDisplayConverter(IdToSidePanelDisplayConverter<VALUE> displayConverter) |
IdToSidePanelDisplayConverter.SidePanelValueColorPair<VALUE> aggregate(java.lang.String id, CoolMapOntologyImpl ontology, VALUE defaultValue)
boolean isValueNumeric()
void setAggregationMethod(AggregationMethodEnum aggregationMethod)
void clearCachedResults()
void setDisplayConverter(IdToSidePanelDisplayConverter<VALUE> displayConverter)
AggregationMethodEnum getAggregationMethod()