Modifier and Type | Method and Description |
---|---|
java.util.List<ParticipantRepItem> |
MultilateralTournamentConfigurationInterface.getPartyBItems() |
java.util.List<ParticipantRepItem> |
MultilateralTournamentConfiguration.getPartyBItems() |
java.util.List<ParticipantRepItem> |
MultilateralTournamentConfigurationInterface.getPartyItems()
read-only list of party repository items.
|
java.util.List<ParticipantRepItem> |
MultilateralTournamentConfiguration.getPartyItems() |
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) |
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 |
---|---|
static java.util.List<ParticipantRepItem> |
ContentProxy.fetchParties()
Use the repository object to fetch non-mediator parties
|
static java.util.List<ParticipantRepItem> |
ContentProxy.fetchPartiesForProtocol(MultiPartyProtocolRepItem protocol)
Use the repository object to fetch non-mediator parties
|
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<ParticipantRepItem> |
ParticipantModel.getPartyModel() |
Modifier and Type | Method and Description |
---|---|
SubsetSelectionModel<ParticipantRepItem> |
MultiTournamentModel.getPartyModel() |
SubsetSelectionModel<ParticipantRepItem> |
BilateralOptionsModel.getPartyModelB() |
Constructor and Description |
---|
PartiesAndProfilesPanel(SubsetSelectionModel<ParticipantRepItem> partyModel,
SubsetSelectionModel<ProfileRepItem> profileModel) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
SessionsInfo.getPath(ParticipantRepItem party,
ProfileRepItem profile) |
java.io.Serializable |
SessionsInfo.getStorage(ParticipantRepItem party,
ProfileRepItem profile)
Try to return the stored data for given [party,profile] pair.
|
void |
SessionsInfo.saveStorage(java.io.Serializable content,
ParticipantRepItem party,
ProfileRepItem profile)
saves provided storageMap to the storageDir.
|
Constructor and Description |
---|
NegotiationPartyInternal(ParticipantRepItem partyRepItem,
ProfileRepItem profileRepItem,
Session session,
AgentID agentID,
SessionsInfo info)
Creates a new
NegotiationParty from repository items and
initializes it. |
Modifier and Type | Class and Description |
---|---|
class |
PartyRepItem
This repository item contains all info about a
NegotiationParty that
can be loaded. |
Modifier and Type | Class and Description |
---|---|
class |
BoaPartyRepItem
This repository item contains all info about a
NegotiationParty that
can be loaded by construction with BOAcomponents. |
Modifier and Type | Method and Description |
---|---|
ParticipantRepItem |
Participant.getStrategy() |
Constructor and Description |
---|
Participant(AgentID id,
ParticipantRepItem party,
ProfileRepItem profile) |