Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
oracle.pgx.api.graphbuilder |
This package contains the APIs to build a new in-memory graph from scratch as well as the APIs to change an existing in-memory graph.
|
Modifier and Type | Class and Description |
---|---|
class |
GraphChangeSetImpl<VID> |
Modifier and Type | Class and Description |
---|---|
class |
EdgeBuilderImpl<VID> |
class |
EdgeModifierImpl<VID> |
class |
VertexBuilderImpl<ID> |
class |
VertexModifierImpl<VID> |
Constructor and Description |
---|
EdgeBuilderImpl(GraphBuilderImpl<VID> base, long id)
Constructs a
|
VertexBuilderImpl(GraphBuilderImpl<ID> base, ID id) |
Copyright © 2017 Oracle Corp. All Rights Reserved.