Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository |
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.
|