Package | Description |
---|---|
negotiator.boaframework | |
negotiator.boaframework.repository |
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.
|