public interface IQueryNextroundInfo
Modifier and Type | Interface and Description |
---|---|
static class |
IQueryNextroundInfo.NextroundInfo
An object encapsulating the nextround info.
|
Modifier and Type | Method and Description |
---|---|
boolean |
queryNextroundInfo(IQueryNextroundInfo.NextroundInfo info,
NegotiationRecord[] history,
ParticipantProposal[] proposals)
Collect information for next negotiation round.
|
boolean queryNextroundInfo(IQueryNextroundInfo.NextroundInfo info, NegotiationRecord[] history, ParticipantProposal[] proposals)
info
- The nextround info object, which might be altered.history
- The history of negotiation rounds.proposals
- The received proposals.