Package | Description |
---|---|
casa.jade | |
jade.content | |
jade.content.abs | |
jade.content.onto.basic | |
jade.domain |
Modifier and Type | Method and Description |
---|---|
ContentElement |
ContentManager.extractContent(ACLMessage msg)
Deprecated.
Translates the
:content slot of an
ACLMessage msg into a ContentElement
using the content language and ontology indicated in the
:language and :ontology fields of msg . |
Modifier and Type | Method and Description |
---|---|
void |
ContentManager.fillContent(ACLMessage msg,
ContentElement content)
Deprecated.
Fills the
:content slot of an
ACLMessage msg using the content language
and ontology indicated in the :language and
:ontology fields of msg . |
Object |
ContentManager.makeExpressionString(String codecName,
String ontoName,
ContentElement content)
Deprecated.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AgentAction
Generic interface to be implemented by classes associated to agent actions
in an ontology.
|
interface |
Predicate
Generic interface to be implemented by classes associated to predicates
in an ontology.
|
Modifier and Type | Class and Description |
---|---|
class |
ContentElementList
Utility class to deal with a list of content elements as a
content element itself.
|
class |
OntoACLMessage
Utility class that allow using an
ACLMessage object
as an ontological agent action. |
Modifier and Type | Method and Description |
---|---|
ContentElement |
ContentManager.extractContent(ACLMessage msg)
Translates the
:content slot of an
ACLMessage msg into a ContentElement
using the content language and ontology indicated in the
:language and :ontology fields of msg . |
ContentElement |
ContentElementList.get(int i)
Retrieves the
i -th element in this content element list. |
ContentElement |
ContentElementList.remove(int index)
Removes the element at the given position from this content
element list.
|
ContentElement[] |
ContentElementList.toArray()
Retrieve all elements in this content element list in the form of
an array.
|
Modifier and Type | Method and Description |
---|---|
void |
ContentElementList.add(ContentElement element)
Adds a new element (that must be a content element) to this
content element list.
|
boolean |
ContentElementList.contains(ContentElement element)
Test if a given content element is contained in this
content element list.
|
void |
ContentManager.fillContent(ACLMessage msg,
ContentElement content)
Fills the
:content slot of an
ACLMessage msg using the content language
and ontology indicated in the :language and
:ontology fields of msg . |
int |
ContentElementList.indexOf(ContentElement element)
Returns the position of an element within this content element list.
|
Modifier and Type | Interface and Description |
---|---|
interface |
AbsContentElement
An abstract descriptor that can hold a generic content element
expression.
|
Modifier and Type | Class and Description |
---|---|
class |
AbsAgentAction
An abstract descriptor that can hold an agent action
expression.
|
class |
AbsContentElementList
An abstract descriptor that can hold a list of
generic content element expressions.
|
class |
AbsIRE
An Abstract descriptor that can hold an Identifying
Referential Expression (IRE).
|
class |
AbsPredicate
An abstract descriptor that can hold a predicate expression.
|
Modifier and Type | Class and Description |
---|---|
class |
Action
This class implements the
action operator of the
FIPA SL0 action. |
class |
Done
This class implements the
done operator of the
FIPA SL0 action. |
class |
Equals
This class implements the
= operator of the FIPA SL0 language. |
class |
FalseProposition
This class represents the FALSE proposition i.e.
|
class |
Result
This class implements the
result operator of the
FIPA SL0 action. |
class |
TrueProposition
This class represents the TRUE proposition i.e.
|
Modifier and Type | Class and Description |
---|---|
class |
FIPAException
This class represents a generic FIPAException, i.e.
|