Uses of Package
fipaos.ont.fipa

Packages that use fipaos.ont.fipa
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 
fipaos.ont.fipa.fipaman 
fipaos.parser.acl 
fipaos.parser.acl.bitefficient 
fipaos.parser.acl.string 
fipaos.tool 

Classes in fipaos.ont.fipa used by fipaos.agent
FIPAOSAgent
          Base FIPA-OS agent class implementing FIPA-OS specifics for agent to agent communication.
 

Classes in fipaos.ont.fipa used by fipaos.agent.conversation
Conversation
          This interface represents the notion of a Conversation which is comprised of several Message's, the order of which follow a certain protocol (e.g.
 

Classes in fipaos.ont.fipa used by fipaos.agent.conversation.lightweight
LightweightConversationImpl
          This class is an lighter alternative implementation to the heavy ConversationImpl.
 

Classes in fipaos.ont.fipa used by fipaos.agent.conversation.standard
ConversationImpl
          This class represents the notion of a Conversation which is comprised of several Message's, the order of which follow a certain protocol (e.g.
 

Classes in fipaos.ont.fipa used by fipaos.agent.task
TaskManager
          The TaskManager class stores task objects with their associated conversation IDs for an agent.
 

Classes in fipaos.ont.fipa used by fipaos.mts
Message
          Provides an encapsulated entity for the parts which compose an Agent message
 

Classes in fipaos.ont.fipa used by fipaos.mts.http.internal
ConnectionThread
          Handles incoming connections using the POST accept for HTTP protocol
HTTPComms
          This class is a Comms implementation which offers support for HTTP.
 

Classes in fipaos.ont.fipa used by fipaos.ont.fipa
DoneAction
          A wrapper for an object which signals that a given action completed with the given result
 

Classes in fipaos.ont.fipa used by fipaos.ont.fipa.fipaman
Envelope
          This class provides a representation of the FIPA99/2000 envelope (implements XC00067C) In conformance with the FIPA99/2000 specification slots cannot be overwriten, just overridden.
 

Classes in fipaos.ont.fipa used by fipaos.parser.acl
ACLMessage
          ACLMessage is the java object for an acl message string
 

Classes in fipaos.ont.fipa used by fipaos.parser.acl.bitefficient
ACLEncoder
          ACLEncoder implements an encoder for bit-efficient ACLMessages.
ACLInputStream
          InputStream that reads fipa-bitefficient-std coded ACL messages from given InputStream.
ACLOutputStream
          OutputStream that writes fipa-bitefficient-std coded messages into stream.
Parser
          Class to provide simplified API to make use of BitEfficient ACL encoding
 

Classes in fipaos.ont.fipa used by fipaos.parser.acl.string
Parser
          Parser to parse/deparse FIPA XC00070F compliant strings to/from ACL objects
 

Classes in fipaos.ont.fipa used by fipaos.tool
VisualACLParser