Package | Description |
---|---|
genius.core.config | |
genius.core.parties | |
genius.core.persistent | |
genius.core.session |
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<ParticipantRepItem> parties,
java.util.List<ProfileRepItem> profiles,
java.util.List<ParticipantRepItem> partiesB,
java.util.List<ProfileRepItem> profilesB,
int nrepeats,
int nparties,
boolean repeatParties,
boolean isRandomSessionOrder,
PersistentDataType type,
boolean enablePrint) |
Modifier and Type | Method and Description |
---|---|
Deadline |
NegotiationInfo.getDeadline() |
Deadline |
AbstractNegotiationParty.getDeadlines() |
Constructor and Description |
---|
NegotiationInfo(AbstractUtilitySpace utilSpace,
Deadline deadline,
TimeLineInfo timeline,
long randomSeed,
AgentID agentID,
PersistentDataContainer storage) |
NegotiationInfo(PairwiseComparisonUserModel userModel,
Deadline deadline,
TimeLineInfo timeline,
long randomSeed,
AgentID agentID,
PersistentDataContainer storage)
Constructor with uncertainty
|
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,
Tuple<Bid,java.lang.Double> agreement) |
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) |