Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository | |
negotiator.gui.boaparties | |
negotiator.repository.boa |
Modifier and Type | Class and Description |
---|---|
class |
Multi_AcceptanceCondition
The MAC is a tool which allows to test many acceptance strategies in the same
negotiation trace.
|
Modifier and Type | Field and Description |
---|---|
protected AcceptanceStrategy |
BoaParty.acceptConditions
Decides when to accept
|
protected AcceptanceStrategy |
BOAagent.acceptConditions
Decides when to accept
|
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<AcceptanceStrategy> |
Multi_AcceptanceCondition.ACList |
Modifier and Type | Method and Description |
---|---|
AcceptanceStrategy |
BoaParty.getAcceptanceStrategy()
Returns the acceptance strategy of the agent.
|
AcceptanceStrategy |
BOAagent.getAcceptanceStrategy()
Returns the acceptance strategy of the agent.
|
Modifier and Type | Method and Description |
---|---|
java.util.ArrayList<AcceptanceStrategy> |
Multi_AcceptanceCondition.getACList() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
Multi_AcceptanceCondition.printParameters(AcceptanceStrategy a) |
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 |
---|---|
AcceptanceStrategy |
BOAagentRepository.getAcceptanceStrategy(java.lang.String name)
Method used to load the acceptance strategy associated with the given
name.
|
Modifier and Type | Method and Description |
---|---|
BoaComponentModel<AcceptanceStrategy> |
BoaPartyModel.getAcceptanceModel() |
Modifier and Type | Method and Description |
---|---|
BoaRepItemList<BoaRepItem<AcceptanceStrategy>> |
BoaRepository.getAcceptanceConditions() |
BoaWithSettingsRepItem<AcceptanceStrategy> |
BoaPartyRepItem.getAcceptanceStrategy() |
Constructor and Description |
---|
BoaPartyRepItem(java.lang.String partyName,
BoaWithSettingsRepItem<OfferingStrategy> boa1,
BoaWithSettingsRepItem<AcceptanceStrategy> boa2,
BoaWithSettingsRepItem<OpponentModel> boa3,
BoaWithSettingsRepItem<OMStrategy> boa4) |