Package | Description |
---|---|
negotiator.parties | |
negotiator.repository | |
negotiator.tournament |
Constructor and Description |
---|
NegotiationPartyInternal(PartyRepItem partyRepItem,
ProfileRepItem profileRepItem,
Session session,
AgentID agentID)
Constructor.
|
Modifier and Type | Method and Description |
---|---|
UtilitySpace |
ProfileRepItem.create()
Create a new UtilitySpace from a ProfileRepItem.
|
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 |
---|---|
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,
int mediatorIndex,
PartyRepItem mediatorRepItem,
ProfileRepItem mediatorProfileRepItem,
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,
int mediatorIndex,
PartyRepItem mediatorRepItem,
ProfileRepItem mediatorProfileRepItem,
Session session)
Generate the list of parties in the given session
|
java.util.List<NegotiationPartyInternal> |
TournamentGenerator.next()
returns next list of negotiating parties for the next session.
|