Package org.nd4j.graph
Class UIAddName
- java.lang.Object
-
- com.google.flatbuffers.Table
-
- org.nd4j.graph.UIAddName
-
public final class UIAddName extends com.google.flatbuffers.Table
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
UIAddName.Vector
-
Constructor Summary
Constructors Constructor Description UIAddName()
-
Method Summary
All Methods Static Methods Instance Methods Concrete Methods Modifier and Type Method Description UIAddName
__assign(int _i, ByteBuffer _bb)
void
__init(int _i, ByteBuffer _bb)
static void
addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
static void
addNameIdx(com.google.flatbuffers.FlatBufferBuilder builder, int nameIdx)
static int
createUIAddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameIdx, int nameOffset)
static int
endUIAddName(com.google.flatbuffers.FlatBufferBuilder builder)
static UIAddName
getRootAsUIAddName(ByteBuffer _bb)
static UIAddName
getRootAsUIAddName(ByteBuffer _bb, UIAddName obj)
String
name()
ByteBuffer
nameAsByteBuffer()
int
nameIdx()
ByteBuffer
nameInByteBuffer(ByteBuffer _bb)
static void
startUIAddName(com.google.flatbuffers.FlatBufferBuilder builder)
static void
ValidateVersion()
-
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()
-
getRootAsUIAddName
public static UIAddName getRootAsUIAddName(ByteBuffer _bb)
-
getRootAsUIAddName
public static UIAddName getRootAsUIAddName(ByteBuffer _bb, UIAddName obj)
-
__init
public void __init(int _i, ByteBuffer _bb)
-
__assign
public UIAddName __assign(int _i, ByteBuffer _bb)
-
nameIdx
public int nameIdx()
-
name
public String name()
-
nameAsByteBuffer
public ByteBuffer nameAsByteBuffer()
-
nameInByteBuffer
public ByteBuffer nameInByteBuffer(ByteBuffer _bb)
-
createUIAddName
public static int createUIAddName(com.google.flatbuffers.FlatBufferBuilder builder, int nameIdx, int nameOffset)
-
startUIAddName
public static void startUIAddName(com.google.flatbuffers.FlatBufferBuilder builder)
-
addNameIdx
public static void addNameIdx(com.google.flatbuffers.FlatBufferBuilder builder, int nameIdx)
-
addName
public static void addName(com.google.flatbuffers.FlatBufferBuilder builder, int nameOffset)
-
endUIAddName
public static int endUIAddName(com.google.flatbuffers.FlatBufferBuilder builder)
-
-