jadex.bdi.planlib.protocols
Class IQueryNextroundInfo.NextroundInfo

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

public static class IQueryNextroundInfo.NextroundInfo
extends java.lang.Object

An object encapsulating the nextround info.


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

Field Detail

cfp

protected java.lang.Object cfp
The cfp object.


cfp_info

protected java.lang.Object cfp_info
The cfp_info object.


participants

protected java.util.List participants
The cfp object.

Constructor Detail

IQueryNextroundInfo.NextroundInfo

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

Method Detail

getCfp

public java.lang.Object getCfp()
Get the cfp object.

Returns:
Returns the cfp object.

setCfp

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

Parameters:
cfp - The cfp object to set.

getCfpInfo

public java.lang.Object getCfpInfo()
Get the cfp_info object.

Returns:
Returns the cfp_info object.

setCfpInfo

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

Parameters:
cfp_info - The cfp_info object.

getParticipants

public IComponentIdentifier[] getParticipants()
Get the participants.

Returns:
Returns the participants.

addParticipant

public void addParticipant(IComponentIdentifier participant)
Add a participant.

Parameters:
participant - The participants to add.

removeParticipant

public void removeParticipant(IComponentIdentifier participant)
Remove a participant.

Parameters:
participant - The participants to remove.


Copyright © 2010. All Rights Reserved.