Package | Description |
---|---|
negotiator.config | |
negotiator.gui.negosession | |
negotiator.gui.session | |
negotiator.gui.tournament | |
negotiator.repository |
Modifier and Type | Method and Description |
---|---|
PartyRepItem |
MultilateralTournamentConfigurationInterface.getMediator() |
PartyRepItem |
MultilateralTournamentConfiguration.getMediator() |
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 |
---|---|
static java.util.List<PartyRepItem> |
ContentProxy.fetchMediators()
Use the repository object to fetch mediator parties
|
static java.util.List<PartyRepItem> |
ContentProxy.fetchMediatorsForProtocol(MultiPartyProtocolRepItem protocol)
Use the repository object to fetch mediator parties
|
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<PartyRepItem> |
SessionModel.getMediatorModel() |
Constructor and Description |
---|
MediatorPanel(TextModel nameModel,
SingleSelectionModel<PartyRepItem> partyModel) |
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<PartyRepItem> |
MultiTournamentModel.getMediatorModel() |
Modifier and Type | Method and Description |
---|---|
PartyRepItem |
Repository.getPartyOfClass(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
static Repository<PartyRepItem> |
RepositoryFactory.get_party_repository() |
java.util.ArrayList<PartyRepItem> |
RepositoryItemType.getPartyRepItem() |
Constructor and Description |
---|
RepositoryItemType(java.util.ArrayList<AgentRepItem> agentRepItem,
java.util.ArrayList<PartyRepItem> partyRepItem,
java.util.ArrayList<DomainRepItem> domainRepItem,
java.util.ArrayList<ProtocolRepItem> protocolRepItem,
java.util.ArrayList<MultiPartyProtocolRepItem> multiPartyProtocolRepItem) |