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 voidaddAnnotations(com.google.flatbuffers.FlatBufferBuilder builder, int annotationsOffset) static voidaddClassifier(com.google.flatbuffers.FlatBufferBuilder builder, int classifierOffset) static voidaddContainments(com.google.flatbuffers.FlatBufferBuilder builder, int containmentsOffset) static voidaddId(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset) static voidaddParent(com.google.flatbuffers.FlatBufferBuilder builder, int parentOffset) static voidaddProperties(com.google.flatbuffers.FlatBufferBuilder builder, int propertiesOffset) static voidaddReferences(com.google.flatbuffers.FlatBufferBuilder builder, int referencesOffset) annotations(int j) intcom.google.flatbuffers.StringVectorcom.google.flatbuffers.StringVectorannotationsVector(com.google.flatbuffers.StringVector obj) classifier(FBMetaPointer obj) containments(int j) containments(FBContainment obj, int j) intstatic intcreateAnnotationsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intcreateContainmentsVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intcreateFBNode(com.google.flatbuffers.FlatBufferBuilder builder, int idOffset, int classifierOffset, int propertiesOffset, int containmentsOffset, int referencesOffset, int annotationsOffset, int parentOffset) static intcreatePropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intcreateReferencesVector(com.google.flatbuffers.FlatBufferBuilder builder, int[] data) static intendFBNode(com.google.flatbuffers.FlatBufferBuilder builder) static FBNodestatic FBNodegetRootAsFBNode(ByteBuffer _bb, FBNode obj) id()idInByteBuffer(ByteBuffer _bb) parent()properties(int j) properties(FBProperty obj, int j) intreferences(int j) references(FBReference obj, int j) intstatic voidstartAnnotationsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartContainmentsVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartFBNode(com.google.flatbuffers.FlatBufferBuilder builder) static voidstartPropertiesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidstartReferencesVector(com.google.flatbuffers.FlatBufferBuilder builder, int numElems) static voidMethods 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)
-