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 © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.