Uses of Interface
com.gengoai.graph.io.VertexDecoder
-
Packages that use VertexDecoder Package Description com.gengoai.graph.io -
-
Uses of VertexDecoder in com.gengoai.graph.io
Methods in com.gengoai.graph.io that return VertexDecoder Modifier and Type Method Description static <V> VertexDecoder<V>
DefaultEncodersDecoders. defaultVertexDecoder(Class<V> vertexClass)
Default vertex decoder which converts the label into to the vertex type.Methods in com.gengoai.graph.io with parameters of type VertexDecoder Modifier and Type Method Description void
GraphJson. setVertexDecoder(VertexDecoder<V> vertexDecoder)
void
GraphReader. setVertexDecoder(VertexDecoder<V> vertexDecoder)
Sets the vertex decoder.
-