Package | Description |
---|---|
negotiator.parties | |
negotiator.repository | |
negotiator.tournament |
Constructor and Description |
---|
NegotiationPartyInternal(PartyRepItem partyRepItem,
ProfileRepItem profileRepItem,
Session session,
AgentID agentID)
Creates a new
NegotiationParty from repository items and
initializes it. |
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
ProfileRepItem.create() |
static Repository |
Repository.get_domain_repos()
code that creates repos if none exists
|
static Repository |
Repository.get_domain_repos(java.lang.String filename,
java.lang.String sourceFolder) |
Constructor and Description |
---|
Repository(java.lang.String fn) |
Modifier and Type | Method and Description |
---|---|
protected static NegotiationPartyInternal |
TournamentGenerator.generateMediator(PartyRepItem mediatorRepItem,
ProfileRepItem alternativeProfileRepItem,
Session session)
Generates a mediator Party from the given information
|
static java.util.List<NegotiationPartyInternal> |
TournamentGenerator.generateSessionParties(java.util.List<java.lang.Integer> partyIndices,
java.util.List<PartyRepItem> partyRepItems,
java.util.List<ProfileRepItem> profileRepItems,
java.util.List<AgentID> partyIds,
Session session)
Generate the list of parties in the given session
|
static java.util.List<NegotiationPartyInternal> |
TournamentGenerator.generateSessionParties(java.util.List<PartyRepItem> partyRepItems,
java.util.List<ProfileRepItem> profileRepItems,
java.util.List<AgentID> partyIds,
Session session)
Generate the list of parties in the given session, including mediator(s)
|
java.util.List<NegotiationPartyInternal> |
TournamentGenerator.next()
returns next list of negotiating parties for the next session.
|