Uses of Package
fipaos.ont.fipa

Packages that use fipaos.ont.fipa
fipaos.agent 
fipaos.agent.conversation 
fipaos.agent.conversation.standard 
fipaos.agent.task 
fipaos.mts 
fipaos.ont.fipa.fipaman 
fipaos.parser.acl 
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.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.fipaman
Envelope
          This class provides a representation of the FIPA99 envelope.
 

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.tool
IOTestAgent
          Simple test agent for testing interoperability.
VisualACLParser