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 | Method and Description |
---|---|
EdgeModifier<VID> |
EdgeModifier.setLabel(java.lang.String label) |
EdgeModifier<VID> |
EdgeModifier.setProperty(java.lang.String key,
java.lang.Object value) |
EdgeModifier<VID> |
GraphChangeSet.updateEdge(long edgeId)
Returns a
EdgeModifier with which you can update edge properties and the edge label. |
EdgeModifier<VID> |
GraphChangeSetImpl.updateEdge(long edgeId) |
Modifier and Type | Class and Description |
---|---|
class |
EdgeModifierImpl<VID> |
Modifier and Type | Method and Description |
---|---|
EdgeModifier<VID> |
EdgeModifierImpl.setLabel(java.lang.String label) |
EdgeModifier<VID> |
EdgeModifierImpl.setProperty(java.lang.String key,
java.lang.Object value) |
Copyright © 2015 - 2020 Oracle and/or its affiliates. All Rights Reserved.