public interface PgxGraph
Modifier and Type | Method and Description |
---|---|
EdgeSet |
getEdges()
Return a (lazy) set of edges that can be iterated over.
|
long |
getNumEdges()
Get the number of edges in the graph.
|
long |
getNumVertices()
Get the number of vertices in the graph.
|
PgxVertex |
getRandomVertex()
Get a random vertex from the graph.
|
VertexSet |
getVertices()
Return a (lazy) set of vertices that can be iterated over.
|
EdgeSet getEdges()
long getNumEdges()
long getNumVertices()
PgxVertex getRandomVertex()
VertexSet getVertices()