Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Class and Description |
---|---|
class |
BipartiteGraph
A bipartite
PgxGraph . |
class |
ComponentCollection<ID> |
class |
EdgeCollection
A collection of edges.
|
class |
EdgeLabel |
class |
EdgeProperty<V>
An edge property of a
PgxGraph . |
class |
EdgeSequence
An ordered sequence of edges which may contain duplicates.
|
class |
EdgeSet
An unordered set of edges (no duplicates).
|
class |
PgxCollection<E extends PgxEntity<ID>,ID>
A collection vertices/edges.
|
class |
PgxGraph
A PGX Graph
|
class |
PgxMap<K,V>
A map is a collection of key-value pairs.
|
class |
PgxSession
A PGX session represents an active user connected to a
ServerInstance . |
class |
Property<ID,K extends PgxEntity<ID>,V>
A property of a
PgxGraph . |
class |
Scalar<V>
A scalar value.
|
class |
VertexCollection<ID>
A collection of vertices.
|
class |
VertexLabels<ID> |
class |
VertexProperty<ID,V>
A vertex property of a
PgxGraph . |
class |
VertexSequence<ID>
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID>
An unordered set of vertices (no duplicates).
|
Copyright © 2017 Oracle Corp. All Rights Reserved.