Uses of Interface
com.gengoai.graph.io.EdgeDecoder
-
Packages that use EdgeDecoder Package Description com.gengoai.graph.io -
-
Uses of EdgeDecoder in com.gengoai.graph.io
Methods in com.gengoai.graph.io that return EdgeDecoder Modifier and Type Method Description static <V> EdgeDecoder<V>
DefaultEncodersDecoders. defaultEdgeDecoder()
Default edge decoder which is aware of edge weights.Methods in com.gengoai.graph.io with parameters of type EdgeDecoder Modifier and Type Method Description void
GraphJson. setEdgeDecoder(EdgeDecoder<V> edgeDecoder)
void
GraphReader. setEdgeDecoder(EdgeDecoder<V> edgeDecoder)
Sets the edge decoder.
-