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. |
Modifier and Type | Class and Description |
---|---|
class |
OrderedFrame
Generic class representing all frames (such as aggregates
and content-element-lists) whose composing elements can be
retrieved by an index.
|
class |
QualifiedFrame
Generic class representing all frames (such as concepts and
predicates) whose composing elements can be retrieved by a
unique name.
|
Modifier and Type | Method and Description |
---|---|
Frame |
LEAPFrameCodec.decode(byte[] content)
Transform a sequence of bytes encoded according to the LEAP
language into a Frame
|
Frame |
SLFrameCodec.decode(String content)
Transform a String encoded according to the SL
language into a Frame
|
Modifier and Type | Method and Description |
---|---|
String |
SLFrameCodec.encode(Frame content)
Transform a Frame into a String encoded according to the
SL language
|
byte[] |
LEAPFrameCodec.encode(Frame content)
Transform a Frame into a sequence of bytes encoded according to the
LEAP language
|