| Package | Description |
|---|---|
| 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 |
EdgeModifierImpl<VID> |
class |
VertexModifierImpl<VID> |
| Constructor and Description |
|---|
EdgeModifierImpl(GraphChangeSetImpl<VID> base, java.lang.Object id) |
EdgeModifierImpl(GraphChangeSetImpl<VID> base, java.lang.Object id, boolean isIgnored) |
VertexModifierImpl(GraphChangeSetImpl<VID> base, VID id) |
VertexModifierImpl(GraphChangeSetImpl<VID> base, VID id, boolean isIgnored) |