Package | Description |
---|---|
negotiator | |
negotiator.config | |
negotiator.gui.deadline | |
negotiator.parties | |
negotiator.persistent | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
void |
AgentAdapter.init(AbstractUtilitySpace utilSpace,
Deadline deadline,
TimeLineInfo timeline,
long randomSeed,
AgentID agentID,
PersistentDataContainer storage) |
Modifier and Type | Method and Description |
---|---|
Deadline |
MultilateralTournamentConfigurationInterface.getDeadline() |
Deadline |
MultilateralTournamentConfiguration.getDeadline() |
Constructor and Description |
---|
MultilateralTournamentConfiguration(MultiPartyProtocolRepItem protocol,
Deadline deadline2,
PartyRepItem mediator,
java.util.List<PartyRepItem> parties,
java.util.List<ProfileRepItem> profiles,
java.util.List<PartyRepItem> partiesB,
java.util.List<ProfileRepItem> profilesB,
int nrepeats,
int nparties,
boolean repeatParties,
boolean isRandomSessionOrder,
PersistentDataType type) |
Modifier and Type | Method and Description |
---|---|
Deadline |
DeadlineModel.getDeadline() |
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,
PersistentDataContainer storage)
Initializes the party.
|
void |
AbstractNegotiationParty.init(AbstractUtilitySpace utilSpace,
Deadline dl,
TimeLineInfo tl,
long randomSeed,
AgentID agentId,
PersistentDataContainer data) |
Modifier and Type | Method and Description |
---|---|
Deadline |
StandardInfo.getDeadline() |
Deadline |
DefaultStandardInfo.getDeadline() |
Constructor and Description |
---|
DefaultStandardInfo(java.util.Map<java.lang.String,java.lang.String> profiles,
java.lang.String startingAgent,
java.util.List<Tuple<java.lang.String,java.lang.Double>> utilities,
Deadline deadline) |
Modifier and Type | Method and Description |
---|---|
Deadline |
SessionConfiguration.getDeadline() |
Deadline |
MultilateralSessionConfiguration.getDeadline() |
Deadline |
Session.getDeadlines()
Gets the deadline constraints
|
Constructor and Description |
---|
Session(Deadline deadlines,
SessionsInfo info)
Create a new instance of the session object.
|
SessionConfiguration(MultiPartyProtocolRepItem protocol,
Participant mediator,
java.util.List<Participant> parties,
Deadline deadline,
PersistentDataType type) |