| |||||||||
PREV NEXT | FRAMES NO FRAMES |
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 Content | ContentUtil.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 Vector | ContentUtil.getVectorFromContent(Content the_content, String key_prefix) *********************************************************** getVectorFromContent Retreives the vector stored with the key key_prefix from the Content object the_content |
static Content | ContentUtil.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 | |
Object | AgentManagementResult.convertToObject(Content content) |
Uses of Content in fipaos.parser |
Methods in fipaos.parser that return Content | |
Content | Parser.parse(String content) This method converts a content String into a set of Content objects |
Methods in fipaos.parser with parameters of type Content | |
String | Parser.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 | |
Content | RDFContentHandler.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 | |
String | RDFContentHandler.deparse(Content content) Attempts to deparse the given content, and produce a RDF document to represent it. |
LinkedList | RDFContentHandler.getTriples(LinkedList array_of_triples, Content content) |
Uses of Content in fipaos.parser.sl |
Methods in fipaos.parser.sl that return Content | |
final Content | SLParser.ActionExpression() |
final Content | SLParser.ActionExpressionFactored() The production obtained by left-factorising SLActionExpression |
final Content | SLParser.ActionFactored() |
final Content | SLParser.Agent() |
final Content | SLParser.AtomicFormula() |
final Content | SLParser.AtomicFormulaFactored() The production obtained by left-factorising SLAtomicFormula for the beginning parenthesis. |
final Content | SLParser.Constant() |
final Content | SLParser.Content() |
final Content | SLParser.ContentExpression() |
final Content | SLParser.FunctionalTerm() |
final Content | SLParser.FunctionalTermFactored() |
final Content | SLParser.IdentifyingExpression() |
final Content | SLParser.Parameter() |
final Content | SLParser.ParameterValue() |
Content | SLParser.parse(String sl_content) This method converts a content String into a set of Content objects |
static Content | SLParser.parseActionExpression(String sl_action_expression) parseActionExpression method is the preferred method for parsing an SL actionExpression message string. |
static Content | SLParser.parseAtomicFormula(String sl_atomic_formula) parseAtomicFormula method is the preferred method for parsing an SL atomicFormula message string. |
static Content | SLParser.parseContent(String sl_content) parse method is the preferred method for parsing an SL content message string. |
static Content | SLParser.parseTerm(String sl_term) parseTerm method is the preferred method for parsing an SL term message string. |
final Content | SLParser.Proposition() |
final Content | SLParser.Sequence() |
final Content | SLParser.Set() |
final Content | SLParser.symbolTermFactored() |
final Content | SLParser.Term() |
final Content | SLParser.Wff() |
final Content | SLParser.WffFactored() |
Methods in fipaos.parser.sl with parameters of type Content | |
String | SLParser.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 | |
Content | XMLContentHandler.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 | |
String | XMLContentHandler.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 | |
Content | CSPRelation.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 | |
Content | CSP.toContent() Returns a Content object populated with Data representing the information held in this CSP object. |
Content | CSPSolution.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 | |
Content | CSPRange.toContent() Creates a new Content object populates it with the Values held in this class then returns it. |
Content | CSPValue.toContent() Returns a Content object populated with the Data held in this CSPValue object. |
Content | CSPVariable.toContent() Returns a Content object populated using the Data held in this CSPVariable. |
Content | CSPVariableAssignment.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 String | CCLMessage.toTextMessage(Content content) Takes the passed Content object and converts it into a String which it then returns. |
| |||||||||
PREV NEXT | FRAMES NO FRAMES |