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.ont.fipa 
fipaos.ont.fipa.fipaman 
fipaos.parser.acl.bitefficient 
fipaos.parser.acl.string 
fipaos.platform.df 
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.ont.fipa
ActionImpl
          
Done
          
DoneImpl
          
Result
          
ResultImpl
          
 

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.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.platform.df
SubscriptionHandlerTask
          This Task provides a mechanism for informing subscribed Agents about the something
that has changed within the DF - DFListenerTask is the counterpart to this Task.
SubscriptionManager
          All tasks that handle DF subscription must implement this interface.
SubscriptionManagerTask
          This Task manages SubscriptionHandlerTask's within a DF
 

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