Jadex 0.96

jadex.planlib
Interface IQueryNextroundInfo

All Known Implementing Classes:
ICNPHandler

public interface IQueryNextroundInfo

Interface used by default plans of the protocols capability for collecting information for a next negotiation round eg in iterated contract-net.


Nested Class Summary
static class IQueryNextroundInfo.NextroundInfo
          An object encapsulating the nextround info.
 
Method Summary
 boolean queryNextroundInfo(IQueryNextroundInfo.NextroundInfo info, NegotiationRecord[] history, ParticipantProposal[] proposals)
          Collect information for next negotiation round.
 

Method Detail

queryNextroundInfo

boolean 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.

Jadex 0.96

Submit a bug or feature
For further API reference and developer documentation, see the Jadex User Guide and the Jadex Tutorial. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, and working code examples.

Copyright (C) 2002-2007 Lars Braubach, Alexander Pokahr - University of Hamburg. Use is subject to license terms.