|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||
java.lang.ObjectJADE_SL.acl.CommunicativeActBase
| Field Summary | |
private java.util.List |
receivers
|
private AID |
sender
|
| Constructor Summary | |
CommunicativeActBase()
Constructor. |
|
| Method Summary | |
void |
addReceiver(AID aid)
Add a new receiver to the list. |
void |
clearAllReceiver()
Clears the receiver list. |
java.util.Iterator |
getAllReceiver()
Retrieves the receivers. |
AID |
getSender()
Retrieves the sender. |
void |
setSender(AID sender)
Sets the sender. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
private AID sender
private java.util.List receivers
| Constructor Detail |
public CommunicativeActBase()
| Method Detail |
public void setSender(AID sender)
sender.
sender - the sender.public AID getSender()
sender.
public void clearAllReceiver()
public java.util.Iterator getAllReceiver()
public void addReceiver(AID aid)
aid - the AID of the receiver.
|
|||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||||