Uses of Class
fipaos.ont.fipa.ACL

Packages that use ACL
fipaos.agent 
fipaos.agent.conversation 
fipaos.agent.conversation.standard 
fipaos.agent.task 
fipaos.mts 
fipaos.ont.fipa.fipaman 
fipaos.parser.acl 
fipaos.tool 

Uses of ACL in fipaos.agent
 

Methods in fipaos.agent with parameters of type ACL
voidFIPAOSAgent.forward(ACL acl)
          Forward an acl message out via the ConversationManagerImpl
booleanFIPAOSAgent.sendNotUnderstood(ACL orig_acl, String reason)
          Send a not understood message in response to the given ACL message
booleanFIPAOSAgent.sendNotUnderstood(ACL orig_acl)
          Send a not understood message in response to the given ACL message
 

Uses of ACL in fipaos.agent.conversation
 

Methods in fipaos.agent.conversation that return ACL
ACLConversation.getACL(int index)
          Pass-back the latest message in this conversation
ACLConversation.getFilledInACL()
          Method to produce a filled in ACL - e.g.
 

Uses of ACL in fipaos.agent.conversation.standard
 

Methods in fipaos.agent.conversation.standard that return ACL
ACLConversationImpl.getACL(int index)
          Pass-back the latest message in this conversation
ACLConversationImpl.getFilledInACL()
          Method to produce a filled in ACL - e.g.
 

Uses of ACL in fipaos.agent.task
 

Methods in fipaos.agent.task that return ACL
(package private) ACLTaskManager.getNewConversation(String protocol)
          Sets up a new Conversation using the given protocol
 

Methods in fipaos.agent.task with parameters of type ACL
(package private) voidTaskManager.forward(ACL acl, Task task)
          Sends an ACL message on behalf of the given Task.
 

Uses of ACL in fipaos.mts
 

Constructors in fipaos.mts with parameters of type ACL
Message.Message(ACL msg)
          Creates a Message based upon the given ACL object (automatically generates an Envelope based upon the ACL object given)
Message.Message(Envelope env, ACL acl)
          Create a new Message based upon the given Envelope (which is assumed to contain an ACL object).
 

Methods in fipaos.mts that return ACL
ACLMessage.getACL()
          Gets the ACL that is part of this Message
 

Uses of ACL in fipaos.ont.fipa.fipaman
 

Constructors in fipaos.ont.fipa.fipaman with parameters of type ACL
Envelope.Envelope(ACL msg)
          Creates an Envelope based upon the given ACL object
 

Uses of ACL in fipaos.parser.acl
 

Subclasses of ACL in fipaos.parser.acl
class ACLMessage
          ACLMessage is the java object for an acl message string
 

Constructors in fipaos.parser.acl with parameters of type ACL
ACLMessage.ACLMessage(ACL other)
          Duplicate the given ACL object
 

Uses of ACL in fipaos.tool
 

Methods in fipaos.tool that return ACL
ACLVisualACLParser.getACLMessage()
          This method is used when agent wants to get the ACLMessage from the GUI.
 

Methods in fipaos.tool with parameters of type ACL
voidIOTestAgent.send(ACL msg)
          Send message on behalf of GUI
voidVisualACLParser.setACLMessage(ACL msg)
          Sets the IOTestAgent to display the given ACL message