Jadex 0.96

jadex.planlib
Class IQueryNextroundInfo.NextroundInfo

java.lang.Object
  extended by jadex.planlib.IQueryNextroundInfo.NextroundInfo
Enclosing interface:
IQueryNextroundInfo

public static class IQueryNextroundInfo.NextroundInfo
extends Object

An object encapsulating the nextround info.


Constructor Summary
IQueryNextroundInfo.NextroundInfo(Object cfp, Object cfp_info, AgentIdentifier[] participants)
          Create a nextround info object.
 
Method Summary
 void addParticipant(AgentIdentifier participant)
          Add a participant.
 Object getCfp()
          Get the cfp object.
 Object getCfpInfo()
          Get the cfp_info object.
 AgentIdentifier[] getParticipants()
          Get the participants.
 void removeParticipant(AgentIdentifier participant)
          Remove a participant.
 void setCfp(Object cfp)
          Set the cfp object.
 void setCfpInfo(Object cfp_info)
          Set the cfp_info oobject.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

IQueryNextroundInfo.NextroundInfo

public IQueryNextroundInfo.NextroundInfo(Object cfp,
                                         Object cfp_info,
                                         AgentIdentifier[] participants)
Create a nextround info object.

Method Detail

getCfp

public Object getCfp()
Get the cfp object.

Returns:
Returns the cfp object.

setCfp

public void setCfp(Object cfp)
Set the cfp object.

Parameters:
cfp - The cfp object to set.

getCfpInfo

public Object getCfpInfo()
Get the cfp_info object.

Returns:
Returns the cfp_info object.

setCfpInfo

public void setCfpInfo(Object cfp_info)
Set the cfp_info oobject.

Parameters:
cfp_info - The cfp_info object.

getParticipants

public AgentIdentifier[] getParticipants()
Get the participants.

Returns:
Returns the participants.

addParticipant

public void addParticipant(AgentIdentifier participant)
Add a participant.

Parameters:
participant - The participants to add.

removeParticipant

public void removeParticipant(AgentIdentifier participant)
Remove a participant.

Parameters:
participant - The participants to remove.

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.