Uses of Interface
com.gengoai.graph.io.VertexEncoder
-
Packages that use VertexEncoder Package Description com.gengoai.graph.io -
-
Uses of VertexEncoder in com.gengoai.graph.io
Methods in com.gengoai.graph.io that return VertexEncoder Modifier and Type Method Description static <V> VertexEncoder<V>
DefaultEncodersDecoders. defaultVertexEncoder()
Default vertex encoder which converts the sets the encoded label as the string version of the given vertex.Methods in com.gengoai.graph.io with parameters of type VertexEncoder Modifier and Type Method Description void
GraphJson. setVertexEncoder(VertexEncoder<V> encoder)
void
GraphRenderer. setVertexEncoder(VertexEncoder<V> vertexEncoder)
Sets the vertex encodervoid
GraphViz. setVertexEncoder(VertexEncoder<V> vertexEncoder)
void
GraphWriter. setVertexEncoder(VertexEncoder<V> encoder)
Sets the vertex encoderGraphViz.GraphVizBuilder<V>
GraphViz.GraphVizBuilder. vertexEncoder(VertexEncoder<V> vertexEncoder)
Constructors in com.gengoai.graph.io with parameters of type VertexEncoder Constructor Description GraphViz(VertexEncoder<V> vertexEncoder)
Instantiates a new GraphViz writer/renderer.GraphViz(VertexEncoder<V> vertexEncoder, EdgeEncoder<V> edgeEncoder)
Instantiates a new GraphViz writer/renderer.GraphViz(VertexEncoder<V> vertexEncoder, EdgeEncoder<V> edgeEncoder, GraphViz.Format format)
Instantiates a new GraphViz writer/renderer.
-