Uses of Class
fipaos.parser.acl.ACLMessage

Packages that use ACLMessage
fipaos.agent.conversation.standard 
fipaos.parser.acl 
fipaos.parser.acl.parser 

Uses of ACLMessage in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard with parameters of type ACLMessage
static ConversationImplConversationImpl.testPopulate(ACLMessage acl, String protocol)
          
Returns a Conversation object populated with the passed ACLMessage.
 

Uses of ACLMessage in fipaos.parser.acl
 

Methods in fipaos.parser.acl that return ACLMessage
ACLMessageACLMessage.copy()
          Method to obtain a de-coupled clone of this TBC.
 

Uses of ACLMessage in fipaos.parser.acl.parser
 

Methods in fipaos.parser.acl.parser that return ACLMessage
final ACLMessageACLParser.ACLCommunicativeAct()
          
static ACLMessageACLParser.parse(String acl_msg)
          parse method is the preferred method for parsing an acl message string.
 

Methods in fipaos.parser.acl.parser with parameters of type ACLMessage
final voidACLParser.Message(ACLMessage acl_message)
          
final voidACLParser.MessageParameter(ACLMessage acl_message)