| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 | |
void | FIPAOSAgent.forward(ACL acl) Forward an acl message out via the ConversationManagerImpl |
boolean | FIPAOSAgent.sendNotUnderstood(ACL orig_acl, String reason) Send a not understood message in response to the given ACL message |
boolean | FIPAOSAgent.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 | |
ACL | Conversation.getACL(int index) Pass-back the latest message in this conversation |
ACL | Conversation.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 | |
ACL | ConversationImpl.getACL(int index) Pass-back the latest message in this conversation |
ACL | ConversationImpl.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) ACL | TaskManager.getNewConversation(String protocol) Sets up a new Conversation using the given protocol |
Methods in fipaos.agent.task with parameters of type ACL | |
(package private) void | TaskManager.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 | |
ACL | Message.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 | |
ACL | VisualACLParser.getACLMessage() This method is used when agent wants to get the ACLMessage from the GUI. |
Methods in fipaos.tool with parameters of type ACL | |
void | IOTestAgent.send(ACL msg) Send message on behalf of GUI |
void | VisualACLParser.setACLMessage(ACL msg) Sets the IOTestAgent to display the given ACL message |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |