Uses of Class
oracle.pgx.api.GraphChangeSetImpl
-
Packages that use GraphChangeSetImpl 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. -
-
Uses of GraphChangeSetImpl in oracle.pgx.api.graphbuilder
Subclasses of GraphChangeSetImpl in oracle.pgx.api.graphbuilder Modifier and Type Class Description class
EdgeModifierImpl<VID>
class
VertexModifierImpl<VID>
Constructors in oracle.pgx.api.graphbuilder with parameters of type GraphChangeSetImpl Constructor 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)
-