Class FBNode
java.lang.Object
com.google.flatbuffers.Table
io.lionweb.serialization.flatbuffers.gen.FBNode
public final class FBNode
extends com.google.flatbuffers.Table
-
Nested Class Summary
Nested Classes -
Field Summary
Fields inherited from class com.google.flatbuffers.Table
bb, bb_pos
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription__assign
(int _i, ByteBuffer _bb) void
__init
(int _i, ByteBuffer _bb) static void
addAnnotations
(com.google.flatbuffers.FlatBufferBuilder builder, int annotationsOffset) static void
addClassifier
(com.google.flatbuffers.FlatBufferBuilder builder, int classifierOffset) static void
addContainments
(com.google.flatbuffers.FlatBufferBuilder builder, int containmentsOffset) static void
addId
(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset) static void
addParent
(com.google.flatbuffers.FlatBufferBuilder builder, int parentOffset) static void
addProperties
(com.google.flatbuffers.FlatBufferBuilder builder, int propertiesOffset) static void
addReferences
(com.google.flatbuffers.FlatBufferBuilder builder, int referencesOffset) annotations
(int j) int
com.google.flatbuffers.StringVector
com.google.flatbuffers.StringVector
annotationsVector
(com.google.flatbuffers.StringVector obj) classifier
(FBMetaPointer obj) containments
(int j) containments
(FBContainment obj, int j) int
static int
createAnnotationsVector
(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static int
createContainmentsVector
(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static int
createFBNode
(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset, int classifierOffset, int propertiesOffset, int containmentsOffset, int referencesOffset, int annotationsOffset, int parentOffset) static int
createPropertiesVector
(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static int
createReferencesVector
(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static int
endFBNode
(com.google.flatbuffers.FlatBufferBuilder builder) static FBNode
static FBNode
getRootAsFBNode
(ByteBuffer _bb, FBNode obj) id()
idInByteBuffer
(ByteBuffer _bb) parent()
properties
(int j) properties
(FBProperty obj, int j) int
references
(int j) references
(FBReference obj, int j) int
static void
startAnnotationsVector
(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static void
startContainmentsVector
(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static void
startFBNode
(com.google.flatbuffers.FlatBufferBuilder builder) static void
startPropertiesVector
(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static void
startReferencesVector
(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static void
Methods inherited from class com.google.flatbuffers.Table
__has_identifier, __indirect, __indirect, __offset, __offset, __reset, __reset, __string, __string, __union, __union, __vector, __vector_as_bytebuffer, __vector_in_bytebuffer, __vector_len, compareStrings, compareStrings, getByteBuffer, keysCompare, sortTables
-
Constructor Details
-
FBNode
public FBNode()
-
-
Method Details
-
ValidateVersion
public static void ValidateVersion() -
getRootAsFBNode
-
getRootAsFBNode
-
__init
-
__assign
-
id
-
idAsByteBuffer
-
idInByteBuffer
-
classifier
-
classifier
-
properties
-
properties
-
propertiesLength
public int propertiesLength() -
propertiesVector
-
propertiesVector
-
containments
-
containments
-
containmentsLength
public int containmentsLength() -
containmentsVector
-
containmentsVector
-
references
-
references
-
referencesLength
public int referencesLength() -
referencesVector
-
referencesVector
-
annotations
-
annotationsLength
public int annotationsLength() -
annotationsVector
public com.google.flatbuffers.StringVector annotationsVector() -
annotationsVector
public com.google.flatbuffers.StringVector annotationsVector(com.google.flatbuffers.StringVector obj) -
parent
-
parentAsByteBuffer
-
parentInByteBuffer
-
createFBNode
public static int createFBNode(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset, int classifierOffset, int propertiesOffset, int containmentsOffset, int referencesOffset, int annotationsOffset, int parentOffset) -
startFBNode
public static void startFBNode(com.google.flatbuffers.FlatBufferBuilder builder) -
addId
public static void addId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset) -
addClassifier
public static void addClassifier(com.google.flatbuffers.FlatBufferBuilder builder, int classifierOffset) -
addProperties
public static void addProperties(com.google.flatbuffers.FlatBufferBuilder builder, int propertiesOffset) -
createPropertiesVector
public static int createPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startPropertiesVector
public static void startPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addContainments
public static void addContainments(com.google.flatbuffers.FlatBufferBuilder builder, int containmentsOffset) -
createContainmentsVector
public static int createContainmentsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startContainmentsVector
public static void startContainmentsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addReferences
public static void addReferences(com.google.flatbuffers.FlatBufferBuilder builder, int referencesOffset) -
createReferencesVector
public static int createReferencesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startReferencesVector
public static void startReferencesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addAnnotations
public static void addAnnotations(com.google.flatbuffers.FlatBufferBuilder builder, int annotationsOffset) -
createAnnotationsVector
public static int createAnnotationsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) -
startAnnotationsVector
public static void startAnnotationsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) -
addParent
public static void addParent(com.google.flatbuffers.FlatBufferBuilder builder, int parentOffset) -
endFBNode
public static int endFBNode(com.google.flatbuffers.FlatBufferBuilder builder)
-