Package jadex.bdi.planlib.protocols
Class IQueryNextroundInfo.NextroundInfo
- java.lang.Object
 - 
- jadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
 
 
- 
- Enclosing interface:
 - IQueryNextroundInfo
 
public static class IQueryNextroundInfo.NextroundInfo extends java.lang.ObjectAn object encapsulating the nextround info. 
- 
- 
Field Summary
Fields Modifier and Type Field Description protected java.lang.ObjectcfpThe cfp object.protected java.lang.Objectcfp_infoThe cfp_info object.protected java.util.ListparticipantsThe cfp object. 
- 
Constructor Summary
Constructors Constructor Description NextroundInfo(java.lang.Object cfp, java.lang.Object cfp_info, IComponentIdentifier[] participants)Create a nextround info object. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidaddParticipant(IComponentIdentifier participant)Add a participant.java.lang.ObjectgetCfp()Get the cfp object.java.lang.ObjectgetCfpInfo()Get the cfp_info object.IComponentIdentifier[]getParticipants()Get the participants.voidremoveParticipant(IComponentIdentifier participant)Remove a participant.voidsetCfp(java.lang.Object cfp)Set the cfp object.voidsetCfpInfo(java.lang.Object cfp_info)Set the cfp_info oobject. 
 - 
 
- 
- 
Constructor Detail
- 
NextroundInfo
public 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.
 
 - 
 
 -