Uses of Class
oracle.pgx.api.GraphBuilderImpl
-
Packages that use GraphBuilderImpl 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 GraphBuilderImpl in oracle.pgx.api
Subclasses of GraphBuilderImpl in oracle.pgx.api Modifier and Type Class Description class
GraphChangeSetImpl<VID>
-
Uses of GraphBuilderImpl in oracle.pgx.api.graphbuilder
Subclasses of GraphBuilderImpl in oracle.pgx.api.graphbuilder Modifier and Type Class Description class
EdgeBuilderImpl<VID>
class
EdgeModifierImpl<VID>
class
VertexBuilderImpl<ID>
class
VertexModifierImpl<VID>
Constructors in oracle.pgx.api.graphbuilder with parameters of type GraphBuilderImpl Constructor Description EdgeBuilderImpl(GraphBuilderImpl<VID> base, java.lang.Object id)
EdgeBuilderImpl(GraphBuilderImpl<VID> base, java.lang.Object id, boolean isIgnored)
VertexBuilderImpl(GraphBuilderImpl<ID> base, ID id)
VertexBuilderImpl(GraphBuilderImpl<ID> base, ID id, boolean isIgnored)
-