Package | Description |
---|---|
negotiator.boaframework |
Modifier and Type | Class and Description |
---|---|
class |
SortedOutcomeSpace
This class is an OutcomeSpace but with a sorted list of BidDetails based on
the utility Methods have been optimized to work with a sorted list.
|
Modifier and Type | Field and Description |
---|---|
protected OutcomeSpace |
NegotiationSession.outcomeSpace
Optional outcomespace which should be set manually.
|
protected OutcomeSpace |
BOAagent.outcomeSpace
Contains the space of possible bids
|
Modifier and Type | Method and Description |
---|---|
OutcomeSpace |
NegotiationSession.getOutcomeSpace()
Returns the space of possible outcomes in the domain.
|
Modifier and Type | Method and Description |
---|---|
BidDetails |
OMStrategy.getBid(OutcomeSpace space,
Range range)
Returns a bid selected using the opponent model with a utility in the
given range.
|
void |
NegotiationSession.setOutcomeSpace(OutcomeSpace outcomeSpace)
Method used to set the outcomespace.
|
Constructor and Description |
---|
NegotiationSession(SessionData sessionData,
AbstractUtilitySpace utilitySpace,
Timeline timeline,
OutcomeSpace outcomeSpace)
Create a negotiation session which is used to keep track of the
negotiation state.
|