|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectjadex.bdi.planlib.protocols.IQueryNextroundInfo.NextroundInfo
public static class IQueryNextroundInfo.NextroundInfo
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 |
|---|
protected java.lang.Object cfp
protected java.lang.Object cfp_info
protected java.util.List participants
| Constructor Detail |
|---|
public IQueryNextroundInfo.NextroundInfo(java.lang.Object cfp,
java.lang.Object cfp_info,
IComponentIdentifier[] participants)
| Method Detail |
|---|
public java.lang.Object getCfp()
public void setCfp(java.lang.Object cfp)
cfp - The cfp object to set.public java.lang.Object getCfpInfo()
public void setCfpInfo(java.lang.Object cfp_info)
cfp_info - The cfp_info object.public IComponentIdentifier[] getParticipants()
public void addParticipant(IComponentIdentifier participant)
participant - The participants to add.public void removeParticipant(IComponentIdentifier participant)
participant - The participants to remove.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||