Package | Description |
---|---|
negotiator | |
negotiator.actions | |
negotiator.multipartyprotocol | |
negotiator.parties |
Modifier and Type | Method and Description |
---|---|
static Party |
Global.loadParty(java.lang.String partyClassName) |
Constructor and Description |
---|
EndNegotiationWithAnOffer(Party party,
Bid bid) |
GiveFeedback(Party party,
Feedback feedback) |
InformVotingResult(Party party,
Vote vote) |
VoteForOfferAcceptance(Party party,
Vote vote) |
Modifier and Type | Field and Description |
---|---|
protected java.util.ArrayList<Party> |
MultiPartyProtocol.negotiatingParties |
Constructor and Description |
---|
MultiPartyNegotiationSession(int sessionNo,
MultiPartyProtocol protocol,
NegoRound negoRound,
java.util.ArrayList<Party> parties,
java.util.ArrayList<UtilitySpace> utilitySpaces,
java.util.ArrayList<java.util.HashMap<AgentParameterVariable,AgentParamValue>> partyParams,
DeadlineType deadlineType,
int totalRoundOrTime) |
Modifier and Type | Class and Description |
---|---|
class |
AnnealerParty |
class |
FeedbackParty |
class |
FeedbackPartyWrtLastAcceptedBid |
class |
HillClimberParty |
class |
PureRandomFlipplingMediator |
class |
RandomFlipplingMediator |
class |
SmartMediatorBothFeedbackVote |
class |
SmartMediatorBothFeedbackVoteVersion1 |
class |
SmartMediatorOnlyFeedback |
class |
SmartMediatorOnlyFeedbackWrtLastAcceptedBid |
class |
ZeroIntelligenceMediator |