Package | Description |
---|---|
negotiator | |
negotiator.parties | |
negotiator.qualitymeasures | |
negotiator.session | |
negotiator.timeline |
Modifier and Type | Class and Description |
---|---|
class |
PausableContinuousTimeline |
Modifier and Type | Method and Description |
---|---|
void |
PocketNegotiatorAgent.initPN(AdditiveUtilitySpace mySide,
AdditiveUtilitySpace otherSide,
Timeline timeline)
initializes the agent, with suggestions for utility space for mySide and
otherSide.
|
Modifier and Type | Method and Description |
---|---|
Timeline |
NegotiationPartyInternal.getTimeLine()
Gets the timeline for this agent.
|
Modifier and Type | Method and Description |
---|---|
Timeline |
NegotiationSessionWrapper.getTimeline() |
Modifier and Type | Method and Description |
---|---|
Timeline |
Session.getTimeline() |
Modifier and Type | Method and Description |
---|---|
void |
Session.setTimeline(Timeline timeline) |
Modifier and Type | Class and Description |
---|---|
class |
ContinuousTimeline
A time line, running from t = 0 (start) to t = 1 (deadline).
|
class |
DiscreteTimeline
Implementation of the timeline in which time is divided in rounds.
|