public abstract class AggregationMode
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
AggregationMode.SingletonAggregation |
Modifier and Type | Field and Description |
---|---|
static AggregationMode |
avgDoubleValue |
static AggregationMode |
avgFloatValue |
static AggregationMode |
avgIntegerValue |
static AggregationMode |
avgLongValue |
static AggregationMode |
firstValue |
static AggregationMode |
lastValue |
static AggregationMode |
maxValue |
static AggregationMode |
minValue |
Constructor and Description |
---|
AggregationMode() |
Modifier and Type | Method and Description |
---|---|
abstract 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 static final AggregationMode minValue
public static final AggregationMode maxValue
public static final AggregationMode firstValue
public static final AggregationMode lastValue
public static final AggregationMode avgIntegerValue
public static final AggregationMode avgLongValue
public static final AggregationMode avgFloatValue
public static final AggregationMode avgDoubleValue
public abstract java.lang.Object getAggregatedValue(ProsodyTargetTree tree, java.lang.String key, int fromIndex, int toIndex, boolean ignoreUnstressed, double minB, double maxB)