Package | Description |
---|---|
wssl.aggregator |
Modifier and Type | Method and Description |
---|---|
static QosAggregator.AggMode |
QosAggregator.AggMode.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static QosAggregator.AggMode[] |
QosAggregator.AggMode.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
(package private) static float[] |
QosAggregator.AggregatePath(org.kie.api.definition.process.Node curNode,
QosAggregator.AggMode mode,
java.lang.String attrName)
Returns the aggregated value for the sequence that starts with curNode
and ends at an EndNode or a Split.
|