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 SummaryFields 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 SummaryConstructors Constructor Description NextroundInfo(java.lang.Object cfp, java.lang.Object cfp_info, IComponentIdentifier[] participants)Create a nextround info object.
 - 
Method SummaryAll 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- 
NextroundInfopublic NextroundInfo(java.lang.Object cfp, java.lang.Object cfp_info, IComponentIdentifier[] participants)Create a nextround info object.
 
- 
 - 
Method Detail- 
getCfppublic java.lang.Object getCfp() Get the cfp object.- Returns:
- Returns the cfp object.
 
 - 
setCfppublic void setCfp(java.lang.Object cfp) Set the cfp object.- Parameters:
- cfp- The cfp object to set.
 
 - 
getCfpInfopublic java.lang.Object getCfpInfo() Get the cfp_info object.- Returns:
- Returns the cfp_info object.
 
 - 
setCfpInfopublic void setCfpInfo(java.lang.Object cfp_info) Set the cfp_info oobject.- Parameters:
- cfp_info- The cfp_info object.
 
 - 
getParticipantspublic IComponentIdentifier[] getParticipants() Get the participants.- Returns:
- Returns the participants.
 
 - 
addParticipantpublic void addParticipant(IComponentIdentifier participant) Add a participant.- Parameters:
- participant- The participants to add.
 
 - 
removeParticipantpublic void removeParticipant(IComponentIdentifier participant) Remove a participant.- Parameters:
- participant- The participants to remove.
 
 
- 
 
-