| Modifier and Type | Field and Description |
|---|---|
static String |
VERSION
The version number associated with this API of Profile Aggregators.
|
| Modifier and Type | Method and Description |
|---|---|
String |
compute(String oldValue,
String newValue,
String dflt)
Do the aggregation function on the profile values.
|
static final String VERSION
String compute(String oldValue, String newValue, String dflt)
oldValue - the existing value for the profile.newValue - the new value being added to the profile.dflt - the default value to be used in case the values
are not of the correct type.