Package | Description |
---|---|
negotiator.utility |
Modifier and Type | Method and Description |
---|---|
AGGREGATIONTYPE |
UtilityFunction.getAggregationType() |
static AGGREGATIONTYPE |
AGGREGATIONTYPE.getAggregationType(java.lang.String type) |
static AGGREGATIONTYPE |
AGGREGATIONTYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static AGGREGATIONTYPE[] |
AGGREGATIONTYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
void |
UtilityFunction.setAggregationType(AGGREGATIONTYPE aggreationType) |
Constructor and Description |
---|
UtilityFunction(AGGREGATIONTYPE aggregationtype) |
UtilityFunction(AGGREGATIONTYPE aggregationtype,
double weight) |