Uses of Class
com.redislabs.redisgraph.graph_entities.Edge
-
Packages that use Edge Package Description com.redislabs.redisgraph.graph_entities -
-
Uses of Edge in com.redislabs.redisgraph.graph_entities
Methods in com.redislabs.redisgraph.graph_entities that return Edge Modifier and Type Method Description EdgePath. getEdge(int index)Returns an edge with specified index in the path.Methods in com.redislabs.redisgraph.graph_entities that return types with arguments of type Edge Modifier and Type Method Description List<Edge>Path. getEdges()Returns the edges of the path.
-