Uses of Interface
jade.content.frame.Frame
-
Packages that use Frame Package Description jade.content.frame -
-
Uses of Frame in jade.content.frame
Classes in jade.content.frame that implement Frame Modifier and Type Class Description classOrderedFrameGeneric class representing all frames (such as aggregates and content-element-lists) whose composing elements can be retrieved by an index.classQualifiedFrameGeneric class representing all frames (such as concepts and predicates) whose composing elements can be retrieved by a unique name.Methods in jade.content.frame that return Frame Modifier and Type Method Description FrameLEAPFrameCodec. decode(byte[] content)Transform a sequence of bytes encoded according to the LEAP language into a FrameFrameSLFrameCodec. decode(String content)Transform a String encoded according to the SL language into a FrameMethods in jade.content.frame with parameters of type Frame Modifier and Type Method Description byte[]LEAPFrameCodec. encode(Frame content)Transform a Frame into a sequence of bytes encoded according to the LEAP languageStringSLFrameCodec. encode(Frame content)Transform a Frame into a String encoded according to the SL language
-