public abstract class FirstTagAggregator extends TagAggregator
Constructor and Description |
---|
FirstTagAggregator() |
Modifier and Type | Method and Description |
---|---|
abstract String |
aggregatedName()
Return name of the resulting aggregated tag.
|
void |
considerTag(Tag t,
Unit u,
LinkedList<Tag> tags,
LinkedList<Unit> units)
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, internalTransform
transform, transform, transform
public abstract boolean wantTag(Tag t)
wantTag
in class TagAggregator
public abstract String aggregatedName()
aggregatedName
in class TagAggregator
public void considerTag(Tag t, Unit u, LinkedList<Tag> tags, LinkedList<Unit> units)
considerTag
in class TagAggregator