Uses of Class
fipaos.agent.conversation.content.Content

Packages that use 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 

Uses of Content in fipaos.agent.conversation.content
 

Constructors in fipaos.agent.conversation.content with parameters of type Content
Content.Content(Content c)
          This Constructor will clone the structure of the Content object given in a manner which completely decouples this from the given Content object (i.e.
 

Methods in fipaos.agent.conversation.content that return Content
static ContentContentUtil.putVectorInContent(Content the_content, Vector the_vector, String key_prefix)
          *********************************************************** putVectorInContent Adds the vector the_vector to the Content object the_content using the key key_prefix.
 

Methods in fipaos.agent.conversation.content with parameters of type Content
static VectorContentUtil.getVectorFromContent(Content the_content, String key_prefix)
          *********************************************************** getVectorFromContent Retreives the vector stored with the key key_prefix from the Content object the_content
static ContentContentUtil.putVectorInContent(Content the_content, Vector the_vector, String key_prefix)
          *********************************************************** putVectorInContent Adds the vector the_vector to the Content object the_content using the key key_prefix.
 

Uses of Content in fipaos.ont.fipa.fipaman
 

Constructors in fipaos.ont.fipa.fipaman with parameters of type Content
AgentManagementAction.AgentManagementAction(Content content)
          This constructor creates an AgentManagementAction object with a Content object generated by the SLParser.
AgentManagementResult.AgentManagementResult(Content result_content)
          This constructor takes a content object returned by the SL Parser as the parameter.
AMSAgentDescription.AMSAgentDescription(Content content)
          This constructor takes a Content Object as the parameter and parses it into an AMSAgentDescription object.
APDescription.APDescription(Content ap_content)
          This constructor takes a Content object as a parameter.
DFAgentDescription.DFAgentDescription(Content df_agent_content)
          THis constructor parses the content passed to it to populate its fields.
SearchConstraints.SearchConstraints(Content constraints_content)
          This constructor constructs a SearchConstraints object with a Content object generated by the SL parser.
ServiceDescription.ServiceDescription(Content desc_content)
          constructor parses the Content object passed to it to populate the object.
 

Methods in fipaos.ont.fipa.fipaman with parameters of type Content
ObjectAgentManagementResult.convertToObject(Content content)
          
 

Uses of Content in fipaos.parser
 

Methods in fipaos.parser that return Content
ContentParser.parse(String content)
          This method converts a content String into a set of Content objects
 

Methods in fipaos.parser with parameters of type Content
StringParser.deparse(Content content)
          This method converts a Content object into a document which is of a format determined by the Parser implementation.
 

Uses of Content in fipaos.parser.rdf
 

Methods in fipaos.parser.rdf that return Content
ContentRDFContentHandler.parse(String content)
          Attempts to parse the given content, and produce a Content object to represent it.
 

Methods in fipaos.parser.rdf with parameters of type Content
StringRDFContentHandler.deparse(Content content)
          Attempts to deparse the given content, and produce a RDF document to represent it.
LinkedListRDFContentHandler.getTriples(LinkedList array_of_triples, Content content)
          
 

Uses of Content in fipaos.parser.sl
 

Methods in fipaos.parser.sl that return Content
final ContentSLParser.ActionExpression()
          
final ContentSLParser.ActionExpressionFactored()
          The production obtained by left-factorising SLActionExpression
final ContentSLParser.ActionFactored()
          
final ContentSLParser.Agent()
          
final ContentSLParser.AtomicFormula()
          
final ContentSLParser.AtomicFormulaFactored()
          The production obtained by left-factorising SLAtomicFormula for the beginning parenthesis.
final ContentSLParser.Constant()
          
final ContentSLParser.Content()
          
final ContentSLParser.ContentExpression()
          
final ContentSLParser.FunctionalTerm()
          
final ContentSLParser.FunctionalTermFactored()
          
final ContentSLParser.IdentifyingExpression()
          
final ContentSLParser.Parameter()
          
final ContentSLParser.ParameterValue()
          
ContentSLParser.parse(String sl_content)
          This method converts a content String into a set of Content objects
static ContentSLParser.parseActionExpression(String sl_action_expression)
          parseActionExpression method is the preferred method for parsing an SL actionExpression message string.
static ContentSLParser.parseAtomicFormula(String sl_atomic_formula)
          parseAtomicFormula method is the preferred method for parsing an SL atomicFormula message string.
static ContentSLParser.parseContent(String sl_content)
          parse method is the preferred method for parsing an SL content message string.
static ContentSLParser.parseTerm(String sl_term)
          parseTerm method is the preferred method for parsing an SL term message string.
final ContentSLParser.Proposition()
          
final ContentSLParser.Sequence()
          
final ContentSLParser.Set()
          
final ContentSLParser.symbolTermFactored()
          
final ContentSLParser.Term()
          
final ContentSLParser.Wff()
          
final ContentSLParser.WffFactored()
          
 

Methods in fipaos.parser.sl with parameters of type Content
StringSLParser.deparse(Content sl_content)
          This method converts a Content object into a document which is of a format determined by the Parser implementation.
 

Uses of Content in fipaos.parser.xml
 

Methods in fipaos.parser.xml that return Content
ContentXMLContentHandler.parse(String content)
          This method converts a content String into a set of Content objects
 

Methods in fipaos.parser.xml with parameters of type Content
StringXMLContentHandler.deparse(Content content)
          This method converts a Content object into a document which is of a format determined by the Parser implementation.
 

Uses of Content in fipaos.skill.constraint.ccl.constraint
 

Constructors in fipaos.skill.constraint.ccl.constraint with parameters of type Content
CSPRelation.CSPRelation(Content content)
          
Constructs a new CSPRelation object and populates it with the data
passed in the content object
 

Methods in fipaos.skill.constraint.ccl.constraint that return Content
ContentCSPRelation.toContent()
          Returns a Content object representing this class populated with the Data it contains.
 

Uses of Content in fipaos.skill.constraint.ccl.object
 

Constructors in fipaos.skill.constraint.ccl.object with parameters of type Content
CSP.CSP(Content content)
          
Constructs a new CSP object.
CSPSolution.CSPSolution(Content content)
          Constructs a new CSPSolution and populates it with the Data in the passed Content object.
 

Methods in fipaos.skill.constraint.ccl.object that return Content
ContentCSP.toContent()
          
Returns a Content object populated with Data representing the information
held in this CSP object.
ContentCSPSolution.toContent()
          Returns a Content object populated with the Data held in this CSPSolution object.
 

Uses of Content in fipaos.skill.constraint.ccl.variable
 

Constructors in fipaos.skill.constraint.ccl.variable with parameters of type Content
CSPRange.CSPRange(Content content)
          
Constructs a new CSPRange object.
CSPValue.CSPValue(Content content)
          
Constructs a new CSPValue object and populates it using the Data held
in the passed Content object.
CSPVariable.CSPVariable(Content content)
          
Constructs a new CSPVariable and populates it using the values passed
in the Content object.
CSPVariableAssignment.CSPVariableAssignment(Content content)
          
Constructs a new CSPVariableAssignment and populates it with
Data held in the passed Content object.
 

Methods in fipaos.skill.constraint.ccl.variable that return Content
ContentCSPRange.toContent()
          
Creates a new Content object populates it with the Values
held in this class then returns it.
ContentCSPValue.toContent()
          Returns a Content object populated with the Data held in this CSPValue object.
ContentCSPVariable.toContent()
          Returns a Content object populated using the Data held in this CSPVariable.
ContentCSPVariableAssignment.toContent()
          
Returns a Content object populated with the Data held in this class
that represents the CSPVariableAssignment.
 

Uses of Content in fipaos.skill.constraint.message
 

Methods in fipaos.skill.constraint.message with parameters of type Content
static StringCCLMessage.toTextMessage(Content content)
          
Takes the passed Content object and converts it into a String which
it then returns.