Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.repository.boa |
Modifier and Type | Field and Description |
---|---|
protected OMStrategy |
OfferingStrategy.omStrategy
Reference to the opponent model strategy
|
protected OMStrategy |
BOAagent.omStrategy
Selects which bid to send when using an opponent model
|
Modifier and Type | Method and Description |
---|---|
void |
OfferingStrategy.init(NegotiationSession negotiationSession,
OpponentModel opponentModel,
OMStrategy omStrategy,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the offering strategy.
|
void |
BOAagent.setDecoupledComponents(AcceptanceStrategy ac,
OfferingStrategy os,
OpponentModel om,
OMStrategy oms)
Sets the components of the decoupled agent.
|
Modifier and Type | Method and Description |
---|---|
OMStrategy |
BOAagentRepository.getOMStrategy(java.lang.String name)
Method used to load the opponent model strategy associated with the given
name.
|
Modifier and Type | Method and Description |
---|---|
BoaComponentModel<OMStrategy> |
BoaPartyModel.getOmStrategiesModel() |
Modifier and Type | Method and Description |
---|---|
BoaWithSettingsRepItem<OMStrategy> |
BoaPartyRepItem.getOmStrategy() |
BoaRepItemList<BoaRepItem<OMStrategy>> |
BoaRepository.getOpponentModelStrategies() |
Constructor and Description |
---|
BoaPartyRepItem(java.lang.String partyName,
BoaWithSettingsRepItem<OfferingStrategy> boa1,
BoaWithSettingsRepItem<AcceptanceStrategy> boa2,
BoaWithSettingsRepItem<OpponentModel> boa3,
BoaWithSettingsRepItem<OMStrategy> boa4) |