Package | Description |
---|---|
oracle.pgx.api |
This package contains the Java APIs of PGX.
|
Modifier and Type | Class and Description |
---|---|
class |
BipartiteGraph
A bipartite
PgxGraph . |
class |
EdgeCollection
A collection of edges.
|
class |
EdgeProperty<V extends Comparable<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 extends Comparable<ID>>
A collection vertices/edges.
|
class |
PgxGraph
A PGX Graph
|
class |
PgxMap<K extends Comparable<K>,V extends Comparable<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 extends Comparable<ID>,K extends PgxEntity<ID>,V extends Comparable<V>>
A property of a
PgxGraph . |
class |
Scalar<V>
A scalar value.
|
class |
VertexCollection<ID extends Comparable<ID>>
A collection of vertices.
|
class |
VertexProperty<ID extends Comparable<ID>,V extends Comparable<V>>
A vertex property of a
PgxGraph . |
class |
VertexSequence<ID extends Comparable<ID>>
An ordered sequence of vertices which may contain duplicates.
|
class |
VertexSet<ID extends Comparable<ID>>
An unordered set of vertices (no duplicates).
|
Copyright © 2015. All rights reserved.