public abstract class ImportantTagAggregator extends TagAggregator
tags, units| Constructor and Description |
|---|
ImportantTagAggregator() |
| Modifier and Type | Method and Description |
|---|---|
abstract java.lang.String |
aggregatedName()
Return name of the resulting aggregated tag.
|
void |
considerTag(Tag t,
Unit u)
Decide whether this tag should be aggregated by this aggregator.
|
abstract boolean |
wantTag(Tag t)
Decide whether this tag should be aggregated by this aggregator.
|
fini, internalTransformtransform, transform, transformpublic abstract boolean wantTag(Tag t)
wantTag in class TagAggregatorpublic abstract java.lang.String aggregatedName()
aggregatedName in class TagAggregatorpublic void considerTag(Tag t, Unit u)
considerTag in class TagAggregator