Uses of Interface
oracle.pgx.api.EdgeModifier
-
Packages that use EdgeModifier 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. -
-
Uses of EdgeModifier in oracle.pgx.api
Methods in oracle.pgx.api that return EdgeModifier Modifier and Type Method 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 aEdgeModifier
with which you can update edge properties and the edge label.EdgeModifier<VID>
GraphChangeSet. updateEdge(java.lang.String edgeId)
Returns aEdgeModifier
with which you can update edge properties and the edge label.EdgeModifier<VID>
GraphChangeSetImpl. updateEdge(long edgeId)
EdgeModifier<VID>
GraphChangeSetImpl. updateEdge(java.lang.String edgeId)
-
Uses of EdgeModifier in oracle.pgx.api.graphbuilder
Classes in oracle.pgx.api.graphbuilder that implement EdgeModifier Modifier and Type Class Description class
EdgeModifierImpl<VID>
Methods in oracle.pgx.api.graphbuilder that return EdgeModifier Modifier and Type Method Description EdgeModifier<VID>
EdgeModifierImpl. setLabel(java.lang.String label)
EdgeModifier<VID>
EdgeModifierImpl. setProperty(java.lang.String key, java.lang.Object value)
-