public class MultilateralTournamentConfiguration extends java.lang.Object implements MultilateralTournamentConfigurationInterface
load(File)
and
#save(File)
to XML. Immutable.
This object can also be deserialized. Therefore we set default values in
optional fieldsConstructor 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 |
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.
|
static MultilateralTournamentConfiguration |
load(java.io.File file)
Load a new
MultilateralTournamentConfiguration from file. |
void |
save(java.io.OutputStream outstream)
Save this to output
|
public 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)
public MultiPartyProtocolRepItem getProtocolItem()
MultilateralTournamentConfigurationInterface
getProtocolItem
in interface MultilateralTournamentConfigurationInterface
public PartyRepItem getMediator()
getMediator
in interface MultilateralTournamentConfigurationInterface
public Deadline getDeadline()
getDeadline
in interface MultilateralTournamentConfigurationInterface
public java.util.List<ParticipantRepItem> getPartyItems()
MultilateralTournamentConfigurationInterface
getPartyItems
in interface MultilateralTournamentConfigurationInterface
MultilateralTournamentConfigurationInterface.getNumPartiesPerSession()
public java.util.List<ProfileRepItem> getProfileItems()
MultilateralTournamentConfigurationInterface
getProfileItems
in interface MultilateralTournamentConfigurationInterface
public java.util.List<ParticipantRepItem> getPartyBItems()
getPartyBItems
in interface MultilateralTournamentConfigurationInterface
MultilateralTournamentConfigurationInterface.getNumPartiesPerSession()
=2.public java.util.List<ProfileRepItem> getProfileBItems()
getProfileBItems
in interface MultilateralTournamentConfigurationInterface
MultilateralTournamentConfigurationInterface.getPartyBItems()
is not empty.public int getRepeats()
MultilateralTournamentConfigurationInterface
getRepeats
in interface MultilateralTournamentConfigurationInterface
public int getNumPartiesPerSession()
getNumPartiesPerSession
in interface MultilateralTournamentConfigurationInterface
MultilateralTournamentConfigurationInterface.getPartyItems()
, then subsets of
the party items will be used in each session.public boolean isRepetitionAllowed()
MultilateralTournamentConfigurationInterface
isRepetitionAllowed
in interface MultilateralTournamentConfigurationInterface
public boolean isRandomSessionOrder()
isRandomSessionOrder
in interface MultilateralTournamentConfigurationInterface
public static MultilateralTournamentConfiguration load(java.io.File file) throws javax.xml.bind.JAXBException
MultilateralTournamentConfiguration
from file.file
- the file to load fromMultilateralTournamentConfiguration
.javax.xml.bind.JAXBException
public void save(java.io.OutputStream outstream)
outstream
- the outputstream to write topublic PersistentDataType getPersistentDataType()
getPersistentDataType
in interface MultilateralTournamentConfigurationInterface
public boolean isPrintEnabled()
isPrintEnabled
in interface MultilateralTournamentConfigurationInterface