public interface PgxEdge
Modifier and Type | Field and Description |
---|---|
static PgxEdge |
NONE
A value indicating the absence of an edge.
|
Modifier and Type | Method and Description |
---|---|
PgxVertex |
destinationVertex()
Get the target vertex of this edge.
|
PgxVertex |
sourceVertex()
Get the source vertex of this edge.
|
static final PgxEdge NONE