Uses of Class
net.sf.adf.agent.AID

Packages that use AID
net.sf.adf.acl   
net.sf.adf.agent   
 

Uses of AID in net.sf.adf.acl
 

Methods in net.sf.adf.acl that return AID
 AID StringCodec.decodeAID(java.lang.String str)
           
 AID ACLMessage.getSender()
          The sender parameter denotes the identity of the sender of the message, i.e.
 

Methods in net.sf.adf.acl that return types with arguments of type AID
 java.util.Set<AID> ACLMessage.getReceiverSet()
          The receiver parameter denotes the identity of the intended recipients of the message.
 java.util.Set<AID> ACLMessage.getReplyToSet()
          The reply-to parameter indicates that subsequent messages in this conversation thread are to be directed to the agent named in the reply-to parameter, instead of to the agent named in the sender parameter.
 

Methods in net.sf.adf.acl with parameters of type AID
 java.lang.String StringCodec.encode(AID aid)
           
 void ACLMessage.setSender(AID sender)
          The sender parameter denotes the identity of the sender of the message, i.e.
 

Uses of AID in net.sf.adf.agent
 

Methods in net.sf.adf.agent that return AID
 AID Agent.getAID()
           
 AID AgentContainer.getAID()
           
 

Methods in net.sf.adf.agent that return types with arguments of type AID
 java.util.List<AID> AID.getResolvers()
          Note: No agent may contain itself as a resolver.