|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||
| Packages that use AID | |
| JADE_SL | |
| JADE_SL.abs | |
| JADE_SL.acl | |
| Uses of AID in JADE_SL |
| Subclasses of AID in JADE_SL | |
class |
OntoAID
|
| Fields in JADE_SL declared as AID | |
private AID |
ACLMessage.source
|
| Methods in JADE_SL that return AID | |
AID |
ACLMessage.getSender()
Reads :sender slot. |
AID[] |
AID.getResolversArray()
Returns an array containing all the AIDs of the resolvers. |
| Methods in JADE_SL with parameters of type AID | |
void |
ACLMessage.setSender(AID s)
Writes the :sender slot. |
void |
ACLMessage.addReceiver(AID r)
Adds a value to :receiver slot. |
boolean |
ACLMessage.removeReceiver(AID r)
Removes a value from :receiver
slot. |
void |
ACLMessage.addReplyTo(AID dest)
Adds a value to :reply-to slot. |
boolean |
ACLMessage.removeReplyTo(AID dest)
Removes a value from :reply_to
slot. |
void |
AID.addResolvers(AID aid)
This method permits to add the AID of a resolver (an agent where name resolution services for the agent can be contacted) |
boolean |
AID.removeResolvers(AID aid)
To remove a resolver. |
void |
OntoACLMessage.setSender(AID aid)
This method is redefined so that the sender AID is automatically wrapped into an OntoAID |
void |
OntoACLMessage.addReceiver(AID aid)
This method is redefined so that the receiver AID is automatically wrapped into an OntoAID |
void |
OntoACLMessage.addReplyTo(AID aid)
This method is redefined so that the replyTo AID is automatically wrapped into an OntoAID |
static OntoAID |
OntoAID.wrap(AID id)
Create an ontological Agent identifier that wraps an existing AID. |
void |
OntoAID.addResolvers(AID aid)
This method is redefined so that resolvers AID are automatically wrapped into OntoAIDs |
| Uses of AID in JADE_SL.abs |
| Methods in JADE_SL.abs with parameters of type AID | |
static AbsConcept |
AbsHelper.externaliseAID(AID obj)
Converts an AID into an AbsConcept
representing an AID |
| Uses of AID in JADE_SL.acl |
| Fields in JADE_SL.acl declared as AID | |
private AID |
CommunicativeActBase.sender
|
| Methods in JADE_SL.acl that return AID | |
AID |
CommunicativeActBase.getSender()
Retrieves the sender. |
| Methods in JADE_SL.acl with parameters of type AID | |
void |
CommunicativeActBase.setSender(AID sender)
Sets the sender. |
void |
CommunicativeActBase.addReceiver(AID aid)
Add a new receiver to the list. |
|
|||||||||||
| PREV NEXT | FRAMES NO FRAMES | ||||||||||