Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.repository.boa |
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.
|
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) |