public static class AggregationMode.SingletonAggregation extends AggregationMode
AggregationMode.SingletonAggregation
avgDoubleValue, avgFloatValue, avgIntegerValue, avgLongValue, firstValue, lastValue, maxValue, minValue
Constructor and Description |
---|
AggregationMode.SingletonAggregation(int index) |
Modifier and Type | Method and Description |
---|---|
java.lang.Object |
getAggregatedValue(ProsodyTargetTree tree,
java.lang.String key,
int fromIndex,
int toIndex,
boolean ignoreUnstressed,
double minB,
double maxB)
Generate an aggregated value of the values each syllable in the current
target node is assigned for the given key.
|
public AggregationMode.SingletonAggregation(int index)
public java.lang.Object getAggregatedValue(ProsodyTargetTree tree, java.lang.String key, int fromIndex, int toIndex, boolean ignoreUnstressed, double minB, double maxB)
AggregationMode
getAggregatedValue
in class AggregationMode
de.ims.icarus.plugins.prosody.search.constraints.painte.AggregationMode#getAggregatedValue(de.ims.icarus.plugins.prosody.search.ProsodyTargetTree, java.lang.String, int, int)