Package | Description |
---|---|
genius.core.parties | |
genius.core.session |
Constructor and Description |
---|
NegotiationPartyInternal(ParticipantRepItem partyRepItem,
ProfileRepItem profileRepItem,
Session session,
SessionsInfo info,
AgentID agentID,
UncertainPreferenceContainer uncertainModel)
Creates a new
NegotiationParty from repository items and
initializes it. |
Modifier and Type | Method and Description |
---|---|
SessionsInfo |
Session.getInfo() |
Modifier and Type | Method and Description |
---|---|
static java.util.List<NegotiationPartyInternal> |
TournamentManager.getPartyList(ExecutorWithTimeout executor,
MultilateralSessionConfiguration config,
SessionsInfo info,
Session session)
Generate the parties involved in the next round of the tournament
generator.
|
Constructor and Description |
---|
Session(Deadline deadlines,
SessionsInfo info)
Create a new instance of the session object.
|