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 |
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 |
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.
|
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) |