Package | Description |
---|---|
jade.content.frame |
Though compatible with MIDP1.0 the JADE support for content languages and ontologies is not particularly lightweight and might cause memory problems on devices with limited resources. |
jade.content.lang.sl |
Modifier and Type | Method and Description |
---|---|
private void |
SLFrameCodec.fillOrdered(SimpleSLTokenizer st,
OrderedFrame of) |
private void |
SLFrameCodec.fillQualified(SimpleSLTokenizer st,
QualifiedFrame qf) |
private Object |
SLFrameCodec.read(SimpleSLTokenizer st) |
Modifier and Type | Method and Description |
---|---|
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) |
private AbsObject |
SimpleSLCodec.parse(SimpleSLTokenizer p,
Ontology o) |
private AbsObject |
SimpleSLCodec.parseComplex(SimpleSLTokenizer p,
Ontology o) |
private AbsObject |
SimpleSLCodec.parseSimple(SimpleSLTokenizer p) |