Package | Description |
---|---|
negotiator.config | |
negotiator.gui.negosession | |
negotiator.gui.session | |
negotiator.gui.tournament | |
negotiator.parties | |
negotiator.repository | |
negotiator.session |
Modifier and Type | Method and Description |
---|---|
PartyRepItem |
MultilateralTournamentConfigurationInterface.getMediator() |
PartyRepItem |
MultilateralTournamentConfiguration.getMediator() |
Modifier and Type | Method and Description |
---|---|
java.util.List<PartyRepItem> |
MultilateralTournamentConfigurationInterface.getPartyBItems() |
java.util.List<PartyRepItem> |
MultilateralTournamentConfiguration.getPartyBItems() |
java.util.List<PartyRepItem> |
MultilateralTournamentConfigurationInterface.getPartyItems()
read-only list of party repository items.
|
java.util.List<PartyRepItem> |
MultilateralTournamentConfiguration.getPartyItems() |
Constructor and Description |
---|
MultilateralTournamentConfiguration(MultiPartyProtocolRepItem protocol,
Deadline deadline2,
PartyRepItem mediator,
java.util.List<PartyRepItem> parties,
java.util.List<ProfileRepItem> profiles,
java.util.List<PartyRepItem> partiesB,
java.util.List<ProfileRepItem> profilesB,
int nrepeats,
int nparties,
boolean repeatParties,
boolean isRandomSessionOrder,
PersistentDataType type) |
Constructor and Description |
---|
MultilateralTournamentConfiguration(MultiPartyProtocolRepItem protocol,
Deadline deadline2,
PartyRepItem mediator,
java.util.List<PartyRepItem> parties,
java.util.List<ProfileRepItem> profiles,
java.util.List<PartyRepItem> partiesB,
java.util.List<ProfileRepItem> profilesB,
int nrepeats,
int nparties,
boolean repeatParties,
boolean isRandomSessionOrder,
PersistentDataType type) |
MultilateralTournamentConfiguration(MultiPartyProtocolRepItem protocol,
Deadline deadline2,
PartyRepItem mediator,
java.util.List<PartyRepItem> parties,
java.util.List<ProfileRepItem> profiles,
java.util.List<PartyRepItem> partiesB,
java.util.List<ProfileRepItem> profilesB,
int nrepeats,
int nparties,
boolean repeatParties,
boolean isRandomSessionOrder,
PersistentDataType type) |
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
|
static java.util.List<PartyRepItem> |
ContentProxy.fetchParties()
Use the repository object to fetch non-mediator parties
|
static java.util.List<PartyRepItem> |
ContentProxy.fetchPartiesForProtocol(MultiPartyProtocolRepItem protocol)
Use the repository object to fetch non-mediator parties
|
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<PartyRepItem> |
SessionModel.getMediatorModel() |
SingleSelectionModel<PartyRepItem> |
ParticipantModel.getPartyModel() |
Constructor and Description |
---|
MediatorPanel(TextModel nameModel,
SingleSelectionModel<PartyRepItem> partyModel) |
Modifier and Type | Method and Description |
---|---|
SingleSelectionModel<PartyRepItem> |
MultiTournamentModel.getMediatorModel() |
SubsetSelectionModel<PartyRepItem> |
MultiTournamentModel.getPartyModel() |
SubsetSelectionModel<PartyRepItem> |
BilateralOptionsModel.getPartyModelB() |
Constructor and Description |
---|
AgentsAndProfilesPanel(SubsetSelectionModel<PartyRepItem> partyModel,
SubsetSelectionModel<ProfileRepItem> profileModel) |
Modifier and Type | Method and Description |
---|---|
java.nio.file.Path |
SessionsInfo.getPath(PartyRepItem party,
ProfileRepItem profile) |
java.io.Serializable |
SessionsInfo.getStorage(PartyRepItem party,
ProfileRepItem profile)
Try to return the stored data for given [party,profile] pair.
|
void |
SessionsInfo.saveStorage(java.io.Serializable content,
PartyRepItem party,
ProfileRepItem profile)
saves provided storageMap to the storageDir.
|
Constructor and Description |
---|
NegotiationPartyInternal(PartyRepItem partyRepItem,
ProfileRepItem profileRepItem,
Session session,
AgentID agentID,
SessionsInfo info)
Creates a new
NegotiationParty from repository items and
initializes it. |
Modifier and Type | Method and Description |
---|---|
PartyRepItem |
Repository.getPartyOfClass(java.lang.String className) |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PartyRepItem> |
PartyRepItem.getMediators(java.util.List<PartyRepItem> partyItems) |
static java.util.List<PartyRepItem> |
PartyRepItem.getNonMediators(java.util.List<PartyRepItem> partyItems) |
java.util.ArrayList<PartyRepItem> |
RepositoryItemType.getPartyRepItem() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<PartyRepItem> |
PartyRepItem.getMediators(java.util.List<PartyRepItem> partyItems) |
static java.util.List<PartyRepItem> |
PartyRepItem.getNonMediators(java.util.List<PartyRepItem> partyItems) |
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) |
Modifier and Type | Method and Description |
---|---|
PartyRepItem |
Participant.getStrategy() |
Constructor and Description |
---|
Participant(AgentID id,
PartyRepItem strategy,
ProfileRepItem profile) |