Package oracle.pgx.algorithm
Interface PgxEdge
-
public interface PgxEdge
An edge of a PgxGraph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description PgxVertex
destinationVertex()
Get the target vertex of this edge.PgxVertex
sourceVertex()
Get the source vertex of this edge.
-
-
-
Field Detail
-
NONE
static final PgxEdge NONE
A value indicating the absence of an edge.
-
-