Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.repository.boa |
Modifier and Type | Field and Description |
---|---|
protected OfferingStrategy |
BoaParty.offeringStrategy
Decides what to offer
|
protected OfferingStrategy |
BOAagent.offeringStrategy
Decides what to offer
|
protected OfferingStrategy |
AcceptanceStrategy.offeringStrategy
Reference to the offering strategy.
|
Modifier and Type | Method and Description |
---|---|
OfferingStrategy |
BoaParty.getOfferingStrategy()
Returns the offering strategy of the agent.
|
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.Map<java.lang.String,java.lang.Double> parameters) |
void |
AcceptanceStrategy.init(NegotiationSession negotiationSession,
OfferingStrategy offeringStrategy,
OpponentModel opponentModel,
java.util.Map<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.
|
Constructor and Description |
---|
BoaParty(AcceptanceStrategy ac,
java.util.Map<java.lang.String,java.lang.Double> acParams,
OfferingStrategy os,
java.util.Map<java.lang.String,java.lang.Double> osParams,
OpponentModel om,
java.util.Map<java.lang.String,java.lang.Double> omParams,
OMStrategy oms,
java.util.Map<java.lang.String,java.lang.Double> omsParams)
Stores all relevant values for initializing the components.
|
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.
|
Modifier and Type | Method and Description |
---|---|
BoaComponentModel<OfferingStrategy> |
BoaPartyModel.getOfferingModel() |
Modifier and Type | Method and Description |
---|---|
BoaRepItemList<BoaRepItem<OfferingStrategy>> |
BoaRepository.getBiddingStrategies() |
BoaWithSettingsRepItem<OfferingStrategy> |
BoaPartyRepItem.getOfferingStrategy() |
Constructor and Description |
---|
BoaPartyRepItem(java.lang.String partyName,
BoaWithSettingsRepItem<OfferingStrategy> boa1,
BoaWithSettingsRepItem<AcceptanceStrategy> boa2,
BoaWithSettingsRepItem<OpponentModel> boa3,
BoaWithSettingsRepItem<OMStrategy> boa4) |