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,
long id) |
VertexModifierImpl(GraphChangeSetImpl<VID> base,
VID id) |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.