Package org.nd4j.graph
Class UIStaticInfoRecord
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UIStaticInfoRecord
-
public final class UIStaticInfoRecord extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static classUIStaticInfoRecord.Vector
-
Constructor Summary
Constructors Constructor Description UIStaticInfoRecord()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UIStaticInfoRecord__assign(int _i, ByteBuffer _bb)void__init(int _i, ByteBuffer _bb)static voidaddInfoType(com.google.flatbuffers.FlatBufferBuilder builder, byte infoType)static intcreateUIStaticInfoRecord(com.google.flatbuffers.FlatBufferBuilder builder, byte infoType)static intendUIStaticInfoRecord(com.google.flatbuffers.FlatBufferBuilder builder)static UIStaticInfoRecordgetRootAsUIStaticInfoRecord(ByteBuffer _bb)static UIStaticInfoRecordgetRootAsUIStaticInfoRecord(ByteBuffer _bb, UIStaticInfoRecord obj)byteinfoType()static voidstartUIStaticInfoRecord(com.google.flatbuffers.FlatBufferBuilder builder)static voidValidateVersion()-
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
-
-
-
-
Method Detail
-
ValidateVersion
public static void ValidateVersion()
-
getRootAsUIStaticInfoRecord
public static UIStaticInfoRecord getRootAsUIStaticInfoRecord(ByteBuffer _bb)
-
getRootAsUIStaticInfoRecord
public static UIStaticInfoRecord getRootAsUIStaticInfoRecord(ByteBuffer _bb, UIStaticInfoRecord obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UIStaticInfoRecord __assign(int _i, ByteBuffer _bb)
-
infoType
public byte infoType()
-
createUIStaticInfoRecord
public static int createUIStaticInfoRecord(com.google.flatbuffers.FlatBufferBuilder builder, byte infoType)
-
startUIStaticInfoRecord
public static void startUIStaticInfoRecord(com.google.flatbuffers.FlatBufferBuilder builder)
-
addInfoType
public static void addInfoType(com.google.flatbuffers.FlatBufferBuilder builder, byte infoType)
-
endUIStaticInfoRecord
public static int endUIStaticInfoRecord(com.google.flatbuffers.FlatBufferBuilder builder)
-
-