Uses of Package
fipaos.agent.conversation.content

Packages that use fipaos.agent.conversation.content
fipaos.agent.conversation.content 
fipaos.ont.fipa.fipaman 
fipaos.parser 
fipaos.parser.rdf 
fipaos.parser.sl 
fipaos.parser.xml 
fipaos.skill.constraint.ccl.constraint 
fipaos.skill.constraint.ccl.object 
fipaos.skill.constraint.ccl.variable 
fipaos.skill.constraint.message 

Classes in fipaos.agent.conversation.content used by fipaos.agent.conversation.content
Content
          This class encapsulates content information in the form: this has an attribute with a value of value In general, the information contained within a Content object is either: a) Other Content objects (forming a tree like structure); b) Double objects; c) Long objects; or d) String objects (anything which doesn't fit catergories a-c).
ContentUtil
          
 

Classes in fipaos.agent.conversation.content used by fipaos.ont.fipa.fipaman
AgentManagementAction
          AgentManagementAction is an agent management action string converted into an object.
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

DFAgentDescription
          FIPA defined DF-description class for the FIPA agent management ontology.
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.agent.conversation.content 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.agent.conversation.content 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.agent.conversation.content 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.agent.conversation.content used by fipaos.parser.xml
XMLContentHandler
          Converts between XML messages and Content objects.
 

Classes in fipaos.agent.conversation.content used by fipaos.skill.constraint.ccl.constraint
CSPRelation
          
This class represents the object "CSP-relation" as described in the document
"CCL Language Specification v2.01" section 4.2.3.2, p14.
 

Classes in fipaos.agent.conversation.content used by fipaos.skill.constraint.ccl.object
CSP
          
This class represents a CSP Object as described in the
"CCL Language specification v2.01" section 4.1.1.1, p5.
CSPSolution
          
This class represents as CSP-solution Object as described in the
"CCL Language Specification v2.01" section 4.1.1.2, p5.
 

Classes in fipaos.agent.conversation.content used by fipaos.skill.constraint.ccl.variable
CSPRange
          
This class describes the object CSP-range as described in the document
"CCL Language Specification v2.01" section 4.2.2.1, p12.
CSPValue
          
This class describes the object CSP-value as described in the document
"CCL Language Specification v2.01" section 4.2.2.2, p12.
CSPVariable
          
This class describes the object CSP-variable as described in the document
"CCL Language Specification v2.01" section 4.2.2.4, p13.
CSPVariableAssignment
          
This class describes the object CSP-variable-assignment as described in the document
"CCL Language Specification v2.01" section 4.2.2.5, p13.
 

Classes in fipaos.agent.conversation.content used by fipaos.skill.constraint.message
CCLMessage
          
This class acts as an interface between text messages, a tree of parsed
Content objects and the CCLMessage class.