Package | Description |
---|---|
casa.jade | |
jade.content | |
jade.content.lang | |
jade.content.lang.sl |
Modifier and Type | Method and Description |
---|---|
private AbsContentElement |
ContentManager.decode(ACLMessage msg,
Codec codec,
Ontology onto)
Deprecated.
|
private AbsContentElement |
ContentManager.decode(Object buf,
Codec codec,
Ontology onto)
Deprecated.
|
private Object |
ContentManager.encode(AbsContentElement content,
Codec codec,
Ontology onto)
Deprecated.
|
private void |
ContentManager.encode(ACLMessage msg,
AbsContentElement content,
Codec codec,
Ontology onto)
Deprecated.
|
AbsContentElement |
ContentManager.extractAbsContent(ACLMessage msg)
Deprecated.
Translates the
:content slot of an
ACLMessage msg into an AbsContentElement
using the content language and ontology indicated in the
:language and :ontology fields of msg . |
AbsContentElement |
ContentManager.extractAbsContent(MLMessage msg)
Deprecated.
Translates the
:content slot of an
ACLMessage msg into an AbsContentElement
using the content language and ontology indicated in the
:language and :ontology fields of msg . |
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 . |
void |
ContentManager.fillContent(ACLMessage msg,
AbsContentElement 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 . |
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 . |
AbsContentElement |
ContentManager.getAbs(String codecName,
String ontoName,
String exp)
Deprecated.
Translates the
:content slot of an
ACLMessage msg into an AbsContentElement
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 | Method and Description |
---|---|
private AbsContentElement |
ContentManager.decode(ACLMessage msg,
Codec codec,
Ontology onto) |
private void |
ContentManager.encode(ACLMessage msg,
AbsContentElement content,
Codec codec,
Ontology onto) |
AbsContentElement |
ContentManager.extractAbsContent(ACLMessage msg)
Translates the
:content slot of an
ACLMessage msg into an AbsContentElement
using the content language and ontology indicated in the
:language and :ontology fields of msg . |
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 . |
void |
ContentManager.fillContent(ACLMessage msg,
AbsContentElement content)
Fills the
:content slot of an
ACLMessage msg using the content language
and ontology indicated in the :language and
:ontology fields of msg . |
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 . |
Modifier and Type | Method and Description |
---|---|
abstract AbsContentElement |
ByteArrayCodec.decode(byte[] content)
Decodes the content to an abstract description.
|
abstract AbsContentElement |
ByteArrayCodec.decode(Ontology ontology,
byte[] content)
Decodes the content to an abstract description.
|
abstract AbsContentElement |
StringCodec.decode(Ontology ontology,
String content)
Decodes the content to an abstract description using a
given ontology.
|
abstract AbsContentElement |
StringCodec.decode(String content)
Decodes the content to an abstract description.
|
abstract String |
StringCodec.encode(AbsContentElement content)
Encodes a content into a string.
|
abstract byte[] |
ByteArrayCodec.encode(AbsContentElement content)
Encodes a content into a byte array.
|
abstract String |
StringCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a string using a given ontology.
|
abstract byte[] |
ByteArrayCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a byte array.
|
Modifier and Type | Method and Description |
---|---|
void |
SimpleSLTokenizer.consumeChar(char c)
Check that the next character (after eventual spaces) is
'c' and advance the pointer to the character just after
|
AbsContentElement |
SLCodec.decode(Ontology ontology,
String content)
Decodes the content to an abstract description.
|
AbsContentElement |
SimpleSLCodec.decode(Ontology ontology,
String content)
Decodes the content to an abstract description using a
given ontology.
|
AbsContentElement |
SLCodec.decode(String content)
Decodes the content to an abstract description.
|
AbsContentElement |
SimpleSLCodec.decode(String content) |
AbsPredicate |
SLCodec.decodeFormula(Ontology ontology,
String formula)
Decodes the content to an abstract description, where the content is known to be a Well-formed Formula
|
AbsTerm |
SLCodec.decodeTerm(Ontology ontology,
String term)
Decodes the content to an abstract description, where the content is known to be a Term.
|
String |
SLCodec.encode(AbsContentElement content)
Encodes a content into a String.
|
String |
SimpleSLCodec.encode(AbsContentElement content) |
String |
SLCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a String.
|
String |
SimpleSLCodec.encode(Ontology ontology,
AbsContentElement content)
Encodes a content into a string using a given ontology.
|
private void |
SLCodec.encodeAndAppend(AbsAggregate val) |
private void |
SLCodec.encodeAndAppend(AbsConcept val) |
private void |
SLCodec.encodeAndAppend(AbsIRE val) |
private void |
SLCodec.encodeAndAppend(AbsObject val) |
private void |
SLCodec.encodeAndAppend(AbsPredicate val)
Encode the passed Abstract Predicate and append its encoding to buffer
|
private void |
SLCodec.encodeAndAppend(AbsPrimitive val) |
private void |
SLCodec.encodeAndAppend(AbsVariable val) |
String |
SLCodec.encodeFormula(Ontology ontology,
AbsPredicate formula)
Encodes the content into a String, where the content is known to be a Well-formed Formula
|
private void |
SLCodec.encodeSlotsByName(AbsObject val,
String[] slotNames)
Encode the slots of an abstract descriptor by name, i.e.
|
private void |
SimpleSLCodec.encodeSlotsByName(AbsObject val,
String[] slotNames,
Ontology onto,
StringBuffer str)
Encode the slots of an abstract descriptor by name, i.e.
|
private void |
SLCodec.encodeSlotsByOrder(AbsObject val,
String[] slotNames)
Encode the slots of an abstract descriptor by order, i.e.
|
private void |
SimpleSLCodec.encodeSlotsByOrder(AbsObject val,
String[] slotNames,
Ontology onto,
StringBuffer str)
Encode the slots of an abstract descriptor by order, i.e.
|
String |
SLCodec.encodeTerm(Ontology ontology,
AbsTerm term)
Encodes the content into a String, where the content is known to be a Term.
|
private void |
SimpleSLCodec.fillAggregate(AbsAggregate abs,
SimpleSLTokenizer p,
Ontology o) |
private void |
SimpleSLCodec.fillSlotsByName(AbsConcept abs,
SimpleSLTokenizer p,
Ontology o) |
private void |
SimpleSLCodec.fillSlotsByOrder(AbsObject abs,
ObjectSchema s,
SimpleSLTokenizer p,
Ontology o) |
String |
SimpleSLTokenizer.getElement()
Return the next SL element (i.e.
|
private String |
SimpleSLTokenizer.getElement(boolean removeColon) |
private boolean |
SLCodec.getEncodingByOrder(AbsObject abs) |
private String[] |
SLCodec.getSlotNames(AbsObject abs) |
String |
SimpleSLTokenizer.nextToken()
Return the next SL token (i.e.
|
private AbsObject |
SimpleSLCodec.parse(SimpleSLTokenizer p,
Ontology o) |
private AbsObject |
SimpleSLCodec.parseComplex(SimpleSLTokenizer p,
Ontology o) |
private AbsObject |
SimpleSLCodec.parseSimple(SimpleSLTokenizer p) |
private void |
SimpleSLCodec.stringify(AbsObject val,
Ontology onto,
StringBuffer str) |
private void |
SimpleSLCodec.stringifyAggregate(AbsAggregate val,
Ontology onto,
StringBuffer str) |
private void |
SimpleSLCodec.stringifyComplex(AbsObject val,
Ontology onto,
StringBuffer str) |
private void |
SimpleSLCodec.stringifyPrimitive(AbsPrimitive val,
StringBuffer str) |
private void |
SimpleSLCodec.stringifyVariable(AbsVariable val,
StringBuffer str) |