Package jadex.bdi.planlib.protocols
Interface IQueryNextroundInfo
- 
- All Known Implementing Classes:
- ICNPHandler
 
 public interface IQueryNextroundInfoInterface used by default plans of the protocols capability for collecting information for a next negotiation round eg in iterated contract-net.
- 
- 
Nested Class SummaryNested Classes Modifier and Type Interface Description static classIQueryNextroundInfo.NextroundInfoAn object encapsulating the nextround info.
 - 
Method SummaryAll Methods Instance Methods Abstract Methods Modifier and Type Method Description booleanqueryNextroundInfo(IQueryNextroundInfo.NextroundInfo info, NegotiationRecord[] history, ParticipantProposal[] proposals)Collect information for next negotiation round.
 
- 
- 
- 
Method Detail- 
queryNextroundInfoboolean queryNextroundInfo(IQueryNextroundInfo.NextroundInfo info, NegotiationRecord[] history, ParticipantProposal[] proposals) Collect information for next negotiation round.- Parameters:
- info- The nextround info object, which might be altered.
- history- The history of negotiation rounds.
- proposals- The received proposals.
- Returns:
- True, if another negotiation round should be performed.
 
 
- 
 
-