Interface | Description |
---|---|
ControlFlow |
Utility functions related to control-flow.
|
EdgeProperty<T> |
An edge property of a PgxGraph.
|
EdgeSequence |
An ordered sequence of edges which may contain duplicates.
|
EdgeSet |
An unordered set of edges (no duplicates).
|
PgxCollection<T> |
A collection of elements.
|
PgxEdge |
An edge of a PgxGraph.
|
PgxGraph |
A PGX graph.
|
PgxMap<K,V> |
A map from keys to values.
|
PgxVect<E> |
A PGX vector.
|
PgxVertex |
A vertex of a PgxGraph.
|
Random |
Utility functions related to randomness.
|
Reduction |
An atomic reduction of one or more variables (argMinMax).
|
Scalar<T> |
A container for a scalar value.
|
Traversal |
Utility functions to build a BFS/DFS traversal.
|
VertexProperty<T> |
A vertex property of a PgxGraph.
|
VertexSequence |
An ordered sequence of vertices which may contain duplicates.
|
VertexSet |
An unordered set of vertices (no duplicates).
|
Enum | Description |
---|---|
Order | |
Traversal.Direction |