Package | Description |
---|---|
negotiator.analysis | |
negotiator.gui.progress.session | |
negotiator.parties |
Constructor and Description |
---|
MultilateralAnalysis(java.util.List<? extends PartyWithUtility> parties,
Bid agreedBid,
java.lang.Double endTime) |
Modifier and Type | Method and Description |
---|---|
java.util.List<? extends PartyWithUtility> |
Outcome.getParticipants() |
java.util.List<? extends PartyWithUtility> |
OutcomesListModel.getParties() |
Constructor and Description |
---|
Outcome(Bid bid,
int round,
int turn,
java.util.List<? extends PartyWithUtility> parties,
boolean isAgreement,
AgentID agent,
double time)
Create new outcome.
|
OutcomesListModel(java.util.List<? extends PartyWithUtility> parties) |
Modifier and Type | Class and Description |
---|---|
class |
NegotiationPartyInternal
Only for use in the core.
|