Uses of Package
fipaos.parser

Packages that use fipaos.parser
fipaos.agent.conversation.standard 
fipaos.ont.fipa 
fipaos.ont.fipa.fipaman 
fipaos.parser 
fipaos.parser.rdf 
fipaos.parser.sl 
fipaos.parser.xml 

Classes in fipaos.parser 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.parser used by fipaos.ont.fipa
ACL
          This class provides the representation of an ACL communication within an Agent
 

Classes in fipaos.parser used by fipaos.ont.fipa.fipaman
AgentID
          This class represents an AID, as described in the FIPA99 specification
AgentManagementAction
          AgentManagementAction is an agent management action string converted into an object.
AgentManagementException
          Provides parsing/deparsing methods for AMA messages with exceptions

AgentManagementResult
          This class represents a result content sent between agents.
AMSAgentDescription
          FIPA defined AMS Agent Description class for the FIPA agent management ontology.
APDescription
          This class represents the Agent Platform Description object and contains a APTDescription which represents the Agent Platform Transport Description object TODO: there is at present to checking to see if the characters in the fields are valid as per the BNF definitions

APTDescription
          The Agent Platform Transport Description forms part of an AP description (see [PC00023]) and is expressed in SL0 TODO: there is at present no checking to see if the characters in the fields are valid as per the BNF definitions

DFAgentDescription
          FIPA defined DF-description class for the FIPA agent management ontology.
MTPDescription
          Message Transport Protocol Description TODO: there is at present to checking to see if the characters in the fields are valid as per the BNF definitions

PropertyTemplate
          The property template is to be used for specifying attribute/value pairs

SearchConstraints
          This type of object represents a set of constraints to limit the function of searching within a directory.
ServiceDescription
          FIPA defined FIPA-Service-Desc class for the FIPA agent management ontology.
 

Classes in fipaos.parser used by fipaos.parser
Parser
          This interface should be implemented by parser classes which can deal with parsing to/from Content objects.
 

Classes in fipaos.parser used by fipaos.parser.rdf
RDFContentHandler
          This class provides mechanisms for parsing/deparsing RDF to/from Content object containers, using SiRPACHandler If the system property fipaos.parser.xmlparser is set, the classname it contains will be used as an XML parser (providing it uses the SAX 1.0 interface).
 

Classes in fipaos.parser used by fipaos.parser.sl
SLParser
          The SLParser is used to parse a string that has the format of an Content as defined by XC00008 Fipa2000 (Experimental).
 

Classes in fipaos.parser used by fipaos.parser.xml
XMLContentHandler
          Converts between XML messages and Content objects.