public interface MultilateralTournamentConfigurationInterface
This object must be serializable so that the configuration can be read from
file. Therefore should not contain complex runtime objects but rather
RepItem
s. Implementations should be immutable.
Modifier and Type | Method and Description |
---|---|
Deadline |
getDeadline() |
PartyRepItem |
getMediator() |
int |
getNumPartiesPerSession() |
java.util.List<ParticipantRepItem> |
getPartyBItems() |
java.util.List<ParticipantRepItem> |
getPartyItems()
read-only list of party repository items.
|
PersistentDataType |
getPersistentDataType() |
java.util.List<ProfileRepItem> |
getProfileBItems() |
java.util.List<ProfileRepItem> |
getProfileItems()
Gets read-only list of profiles used by the parties.
|
MultiPartyProtocolRepItem |
getProtocolItem()
Gets the protocol to run
|
int |
getRepeats()
Gets the number of times to run the tournament.
|
boolean |
isPrintEnabled() |
boolean |
isRandomSessionOrder() |
boolean |
isRepetitionAllowed()
Gets whether repetition is allowed when generating combinations of
agents.
|
MultiPartyProtocolRepItem getProtocolItem()
Deadline getDeadline()
int getRepeats()
PartyRepItem getMediator()
java.util.List<ParticipantRepItem> getPartyItems()
getNumPartiesPerSession()
java.util.List<ProfileRepItem> getProfileItems()
java.util.List<ParticipantRepItem> getPartyBItems()
getNumPartiesPerSession()
=2.java.util.List<ProfileRepItem> getProfileBItems()
getPartyBItems()
is not empty.int getNumPartiesPerSession()
getPartyItems()
, then subsets of
the party items will be used in each session.boolean isRepetitionAllowed()
boolean isRandomSessionOrder()
PersistentDataType getPersistentDataType()
boolean isPrintEnabled()