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 Object

An object encapsulating the nextround info.


Field Summary
protected  Object cfp
          The cfp object.
protected  Object cfp_info
          The cfp_info object.
protected  List participants
          The cfp object.
 
Constructor Summary
IQueryNextroundInfo.NextroundInfo(Object cfp, Object cfp_info, IComponentIdentifier[] participants)
          Create a nextround info object.
 
Method Summary
 void addParticipant(IComponentIdentifier participant)
          Add a participant.
 Object getCfp()
          Get the cfp object.
 Object getCfpInfo()
          Get the cfp_info object.
 IComponentIdentifier[] getParticipants()
          Get the participants.
 void removeParticipant(IComponentIdentifier 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
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

cfp

protected Object cfp
The cfp object.


cfp_info

protected Object cfp_info
The cfp_info object.


participants

protected List participants
The cfp object.

Constructor Detail

IQueryNextroundInfo.NextroundInfo

public IQueryNextroundInfo.NextroundInfo(Object cfp,
                                         Object cfp_info,
                                         IComponentIdentifier[] 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 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.