Uses of Class
fipaos.ont.fipa.ACL

Packages that use ACL
fipaos.agent 
fipaos.agent.conversation 
fipaos.agent.conversation.lightweight 
fipaos.agent.conversation.standard 
fipaos.agent.task 
fipaos.mts 
fipaos.mts.http.internal 
fipaos.ont.fipa.fipaman 
fipaos.parser.acl 
fipaos.parser.acl.bitefficient 
fipaos.parser.acl.string 
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.lightweight
 

Methods in fipaos.agent.conversation.lightweight that return ACL
fipaos.ont.fipa.ACLLightweightConversationImpl.getACL(int index)
          Pass-back the latest message in this conversation.
fipaos.ont.fipa.ACLLightweightConversationImpl.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.mts.http.internal
 

Fields in fipaos.mts.http.internal declared as ACL
(package private) ACLConnectionThread.acl
          
 

Methods in fipaos.mts.http.internal with parameters of type ACL
voidHTTPComms.incoming(String envelope, String envmime, ACL acl)
          Accept incoming envelope and 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.parser.acl.bitefficient
 

Methods in fipaos.parser.acl.bitefficient that return ACL
ACLACLInputStream.readMsg()
          Reads an ACL message from the input stream.
static ACLParser.parse(byte[] msg)
          Convert the given byte[] message into an ACL
 

Methods in fipaos.parser.acl.bitefficient with parameters of type ACL
ByteArrayACLEncoder.encode(ACL m, byte c)
          Encodes an ACL message.
ByteArrayACLEncoder.encode(ACL m)
          Encodes an ACL message.
voidACLOutputStream.write(ACL m, byte c)
          Writes ACL message output stream using specified coding.
voidACLOutputStream.write(ACL m)
          Writes ACL message to output stream
static byte[]Parser.deparse(ACL msg)
          Convert the given ACL message into bit-efficient format
 

Uses of ACL in fipaos.parser.acl.string
 

Methods in fipaos.parser.acl.string that return ACL
static ACLParser.parse(byte[] acl)
          Converts byte[] containing FIPA-compliant string encoding of ACL message to an ACL object
 

Methods in fipaos.parser.acl.string with parameters of type ACL
static byte[]Parser.deparse(ACL acl)
          Converts ACL object to byte[] containing FIPA-compliant string encoding of ACL
 

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
voidVisualACLParser.setACLMessage(ACL msg)
          Sets the IOTestAgent to display the given ACL message