Package | Description |
---|---|
negotiator | |
negotiator.tournament | |
negotiator.utility |
Modifier and Type | Method and Description |
---|---|
UTILITYSPACETYPE |
SupportedNegotiationSetting.getUtilityspaceType() |
Modifier and Type | Method and Description |
---|---|
void |
SupportedNegotiationSetting.setUtilityspaceType(UTILITYSPACETYPE utilityspaceType) |
Modifier and Type | Method and Description |
---|---|
protected static UTILITYSPACETYPE |
TournamentGenerator.extractUtilitySpaceType(ProfileRepItem profile) |
Modifier and Type | Method and Description |
---|---|
static NegotiationPartyInternal |
TournamentGenerator.createFrom(PartyRepItem partyRepItem,
Domain domain,
UTILITYSPACETYPE type,
Session session)
Creates a new Party from repository items
|
Modifier and Type | Field and Description |
---|---|
protected UTILITYSPACETYPE |
UtilitySpace.spaceType |
Modifier and Type | Method and Description |
---|---|
UTILITYSPACETYPE |
UtilitySpace.getType()
This method returns the type of utility space: either linear or
nonlinear.
|
static UTILITYSPACETYPE |
UTILITYSPACETYPE.getUtilitySpaceType(java.lang.String filename) |
static UTILITYSPACETYPE |
UTILITYSPACETYPE.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static UTILITYSPACETYPE[] |
UTILITYSPACETYPE.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|