Package | Description |
---|---|
misc | |
negotiator.config | |
negotiator.gui.negosession | |
negotiator.gui.negosession.multinego.model | |
negotiator.parties | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
Deadline |
AutomatedTournamentConfiguration.getDeadline() |
Modifier and Type | Method and Description |
---|---|
Deadline |
MultilateralTournamentConfigurationInterface.getDeadline() |
Deadline |
MultilateralTournamentConfiguration.getDeadline() |
Modifier and Type | Method and Description |
---|---|
MultilateralTournamentConfiguration |
MultilateralTournamentConfiguration.withDeadline(Deadline newDeadline) |
Modifier and Type | Method and Description |
---|---|
Deadline |
DeadlineDialog.getDeadline() |
Constructor and Description |
---|
DeadlineDialog(java.awt.Component parent,
Deadline oldDeadl)
Edit existing deadline.
|
Modifier and Type | Method and Description |
---|---|
Deadline |
MultiSessionModel.getDeadline() |
Deadline |
MultilateralSessionConfiguration.getDeadline() |
Modifier and Type | Method and Description |
---|---|
void |
MultiSessionModel.setDeadline(Deadline deadline) |
Modifier and Type | Field and Description |
---|---|
protected Deadline |
AbstractNegotiationParty.deadlines
map of all deadlines set for this party.
|
Modifier and Type | Method and Description |
---|---|
void |
NegotiationParty.init(AbstractUtilitySpace utilSpace,
Deadline deadline,
TimeLineInfo timeline,
long randomSeed,
AgentID agentID)
Initializes the party.
|
void |
AbstractNegotiationParty.init(AbstractUtilitySpace utilSpace,
Deadline dl,
TimeLineInfo tl,
long randomSeed,
AgentID agentId) |
Modifier and Type | Method and Description |
---|---|
Deadline |
Session.getDeadlines()
Gets the deadline constraints
|
Constructor and Description |
---|
Session(Deadline deadlines)
Create a new instance of the session object.
|