Uses of Class
org.nd4j.graph.UIEvent
-
Packages that use UIEvent Package Description org.nd4j.graph org.nd4j.graph.ui -
-
Uses of UIEvent in org.nd4j.graph
Methods in org.nd4j.graph that return UIEvent Modifier and Type Method Description UIEventUIEvent. __assign(int _i, ByteBuffer _bb)UIEventUIEvent.Vector. get(int j)UIEventUIEvent.Vector. get(UIEvent obj, int j)static UIEventUIEvent. getRootAsUIEvent(ByteBuffer _bb)static UIEventUIEvent. getRootAsUIEvent(ByteBuffer _bb, UIEvent obj)Methods in org.nd4j.graph with parameters of type UIEvent Modifier and Type Method Description UIEventUIEvent.Vector. get(UIEvent obj, int j)static UIEventUIEvent. getRootAsUIEvent(ByteBuffer _bb, UIEvent obj) -
Uses of UIEvent in org.nd4j.graph.ui
Methods in org.nd4j.graph.ui that return types with arguments of type UIEvent Modifier and Type Method Description List<Pair<UIEvent,com.google.flatbuffers.Table>>LogFileWriter. readEvents()Read all of the events.List<Pair<UIEvent,com.google.flatbuffers.Table>>LogFileWriter. readEvents(long startOffset)Read all of the events starting at a specific file offset
-