Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository |
Modifier and Type | Field and Description |
---|---|
protected OfferingStrategy |
BOAagent.offeringStrategy
Decides what to offer
|
protected OfferingStrategy |
AcceptanceStrategy.offeringStrategy
Reference to the offering strategy.
|
Modifier and Type | Method and Description |
---|---|
OfferingStrategy |
BOAagent.getOfferingStrategy()
Returns the offering strategy of the agent.
|
Modifier and Type | Method and Description |
---|---|
void |
Multi_AcceptanceCondition.init(NegotiationSession negoSession,
OfferingStrategy strat,
OpponentModel opponentModel,
java.util.HashMap<java.lang.String,java.lang.Double> parameters) |
void |
AcceptanceStrategy.init(NegotiationSession negotiationSession,
OfferingStrategy offeringStrategy,
OpponentModel opponentModel,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Standard initialize method to be called after using the empty
constructor.
|
void |
BOAagent.setDecoupledComponents(AcceptanceStrategy ac,
OfferingStrategy os,
OpponentModel om,
OMStrategy oms)
Sets the components of the decoupled agent.
|
Modifier and Type | Method and Description |
---|---|
OfferingStrategy |
BOAagentRepository.getOfferingStrategy(java.lang.String name)
Method used to load the offering strategy associated with the given name.
|