Uses of Interface
com.gengoai.graph.io.EdgeEncoder
-
Packages that use EdgeEncoder Package Description com.gengoai.graph.io -
-
Uses of EdgeEncoder in com.gengoai.graph.io
Methods in com.gengoai.graph.io that return EdgeEncoder Modifier and Type Method Description static <V> EdgeEncoder<V>
DefaultEncodersDecoders. defaultEdgeEncoder()
Default edge encoder which encodes the edge weight if the graph is weighted.Methods in com.gengoai.graph.io with parameters of type EdgeEncoder Modifier and Type Method Description GraphViz.GraphVizBuilder<V>
GraphViz.GraphVizBuilder. edgeEncoder(EdgeEncoder<V> edgeEncoder)
void
GraphJson. setEdgeEncoder(EdgeEncoder<V> encoder)
void
GraphRenderer. setEdgeEncoder(EdgeEncoder<V> edgeEncoder)
Sets the edge encoder.void
GraphViz. setEdgeEncoder(EdgeEncoder<V> edgeEncoder)
void
GraphWriter. setEdgeEncoder(EdgeEncoder<V> encoder)
Sets the edge encoder.Constructors in com.gengoai.graph.io with parameters of type EdgeEncoder Constructor Description GraphViz(EdgeEncoder<V> edgeEncoder)
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.
-