class |
AllPaths<ID> |
The paths from one source vertex to all other vertices.
|
class |
Analyst |
The Analyst gives access to all built-in algorithms of PGX.
|
class |
BipartiteGraph |
|
class |
CompiledProgram |
A compiled Green-Marl program.
|
class |
ComponentCollection<ID> |
|
class |
EdgeCollection |
A collection of edges.
|
class |
EdgeLabel |
|
class |
EdgeProperty<V> |
|
class |
EdgeSequence |
An ordered sequence of edges which may contain duplicates.
|
class |
EdgeSet |
An unordered set of edges (no duplicates).
|
class |
GraphEntityCollection<E extends PgxEntity<ID>,ID> |
A collection of vertices/edges.
|
class |
NamedArgumentAnalyst |
|
class |
Partition<ID> |
A vertex partition of a graph.
|
class |
PgxCollection<E,ID> |
Superclass for Pgx collections.
|
class |
PgxGraph |
This class is a reference to a graph on the server side: operations on objects of this class are executed on the
server side onto the referenced graph.
|
class |
PgxManagedObject |
A PGX managed object.
|
class |
PgxMap<K,V> |
A map is a collection of key-value pairs.
|
class |
PgxPath<ID> |
A path from a source to a destination vertex in a PgxGraph .
|
class |
PgxSession |
A PGX session represents an active user connected to a ServerInstance .
|
class |
Property<ID,K extends PgxEntity<ID>,V> |
|
class |
Scalar<V> |
A scalar value.
|
class |
ScalarCollection<E> |
A collection of scalars.
|
class |
ScalarSequence<E> |
An ordered sequence of scalars which may contain duplicates.
|
class |
ScalarSet<E> |
An unordered set of scalars that does not contain duplicates.
|
class |
VertexCollection<ID> |
A collection of vertices.
|
class |
VertexLabels<ID> |
|
class |
VertexProperty<ID,V> |
|
class |
VertexSequence<ID> |
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID> |
An unordered set of vertices (no duplicates).
|