|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--jade.content.acl.CommunicativeActBase
Constructor Summary | |
CommunicativeActBase()
Constructor. |
Method Summary | |
void |
addReceiver(AID aid)
Add a new receiver to the list. |
void |
clearAllReceiver()
Clears the receiver list. |
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 |
Constructor Detail |
public CommunicativeActBase()
Method Detail |
public void setSender(AID sender)
sender
.sender
- the sender.public AID getSender()
sender
.public void clearAllReceiver()
receivers
- the receivers.public Iterator getAllReceiver()
public void addReceiver(AID aid)
aid
- the AID of the receiver.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |