Package | Description |
---|---|
negotiator.boaframework | |
negotiator.qualitymeasures |
Modifier and Type | Field and Description |
---|---|
protected NegotiationSession |
BOAagent.negotiationSession
Links to the negotiation domain
|
protected NegotiationSession |
BOA.negotiationSession
Reference to the object which holds all information about the negotiation
|
Modifier and Type | Method and Description |
---|---|
void |
OpponentModel.init(NegotiationSession negotiationSession)
Alternative init method to initialize the model without setting
parameters.
|
void |
BOA.init(NegotiationSession negotiationSession)
initializes the BOA
|
void |
OpponentModel.init(NegotiationSession negotiationSession,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the model.
|
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 |
OMStrategy.init(NegotiationSession negotiationSession,
OpponentModel model)
Initialize method which my be used when the opponent model strategy has
no parameters, or when the default values for these parameters should be
used.
|
void |
OMStrategy.init(NegotiationSession negotiationSession,
OpponentModel model,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initialize method to be used by the BOA framework.
|
void |
OfferingStrategy.init(NegotiationSession negotiationSession,
OpponentModel opponentModel,
OMStrategy omStrategy,
java.util.HashMap<java.lang.String,java.lang.Double> parameters)
Initializes the offering strategy.
|
Modifier and Type | Class and Description |
---|---|
class |
NegotiationSessionWrapper
Converts a stored negotiation trace of the opponent to a negotiation session.
|