Uses of Package
fipaos.parser

Packages that use fipaos.parser
fipaos.agent.conversation.standard 
fipaos.ont.fipa.fipaman 
fipaos.parser 
fipaos.parser.acl.bitefficient 
fipaos.parser.acl.string 
fipaos.parser.datamapping 
fipaos.parser.datamapping.properties 
fipaos.parser.datamapping.script 
fipaos.parser.datamapping.xml 
fipaos.parser.envelope.xml 
fipaos.parser.sl 
fipaos.tool.configurator 

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.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.acl.bitefficient
Parser
          Class to provide simplified API to make use of BitEfficient ACL encoding
 

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

Classes in fipaos.parser used by fipaos.parser.datamapping
DataMapper
          This interface provides support for language-independent data binding.
 

Classes in fipaos.parser used by fipaos.parser.datamapping.properties
PropertiesBinder
          Class to enable binding between the Java properties file format & objects
When converting property-keys into method names when populating objects,
the following scheme is used to determine the property name:

All keys are capitalised such that: fipaos.home.test => Fipaos.Home.Test
All "." characters are removed: Fipaos.Home.Test => FipaosHomeTest

The reverse scheme is applied to regenerate the property names when serialising
 

Classes in fipaos.parser used by fipaos.parser.datamapping.script
AbstractScriptBinder
          Abstract class to enable binding between a OS-specific scripting language & objects.
 

Classes in fipaos.parser used by fipaos.parser.datamapping.xml
XMLBinding
          
 

Classes in fipaos.parser used by fipaos.parser.envelope.xml
Parser
          Facade to provide FIPA-compliant (XC00085G) Envelope<->XML
translation
 

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.tool.configurator
FIPAOSConfigurator