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 |
GraphEntityCollection<E extends PgxEntity<ID>,ID>
A collection of vertices/edges.
|
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 |
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 |
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>
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 © 2010, 2020 Oracle and/or its affiliates. All Rights Reserved.