Uses of Class
oracle.pgx.api.PickingStrategyBuilder
-
Packages that use PickingStrategyBuilder Package Description oracle.pgx.api This package contains the main Java APIs. -
-
Uses of PickingStrategyBuilder in oracle.pgx.api
Methods in oracle.pgx.api that return PickingStrategyBuilder Modifier and Type Method Description PickingStrategyBuilder
PgxGraph. createPickingStrategyBuilder()
Creates a newPickingStrategyBuilder
that can be used to build a newPickingStrategy
to simplify this graph.PickingStrategyBuilder
PickingStrategyBuilder. setPickByEdgeId(oracle.pgx.common.mutations.PickingStrategyFunction pickingStrategyFunction)
PickingStrategyBuilder
PickingStrategyBuilder. setPickByLabel(oracle.pgx.common.mutations.PickingStrategyFunction pickingStrategyFunction)
If there are multiple edges between two vertices, the edge whose label satisfies thePickingStrategyFunction
will be picked.PickingStrategyBuilder
PickingStrategyBuilder. setPickByProperty(EdgeProperty edgeProperty, oracle.pgx.common.mutations.PickingStrategyFunction pickingStrategyFunction)
If there are multiple edges between two vertices, the edge that satisfies thePickingStrategyFunction
will be picked.
-