Package | Description |
---|---|
negotiator.config | |
negotiator.gui.session | |
negotiator.gui.tournament | |
negotiator.parties | |
negotiator.persistent | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
PersistentDataType |
MultilateralTournamentConfigurationInterface.getPersistentDataType() |
PersistentDataType |
MultilateralTournamentConfiguration.getPersistentDataType() |
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 |
---|---|
SingleSelectionModel<PersistentDataType> |
SessionModel.getPersistentDatatypeModel() |
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<PersistentDataType> |
MultiTournamentModel.getPersistentDatatypeModel() |
Modifier and Type | Method and Description |
---|---|
PersistentDataType |
SessionsInfo.getPersistentDataType() |
Constructor and Description |
---|
SessionsInfo(MultilateralProtocol protocol,
PersistentDataType type,
boolean isPrintEnabled) |
Modifier and Type | Method and Description |
---|---|
PersistentDataType |
PersistentDataContainer.getPersistentDataType()
the type of the data in this container.
|
PersistentDataType |
DefaultPersistentDataContainer.getPersistentDataType() |
static PersistentDataType |
PersistentDataType.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PersistentDataType[] |
PersistentDataType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Constructor and Description |
---|
DefaultPersistentDataContainer(java.io.Serializable storage,
PersistentDataType type) |
Modifier and Type | Method and Description |
---|---|
PersistentDataType |
SessionConfiguration.getPersistentDataType() |
PersistentDataType |
MultilateralSessionConfiguration.getPersistentDataType() |
Constructor and Description |
---|
SessionConfiguration(MultiPartyProtocolRepItem protocol,
Participant mediator,
java.util.List<Participant> parties,
Deadline deadline,
PersistentDataType type) |