Package | Description |
---|---|
oracle.pgx.api |
This package contains the main Java APIs.
|
Modifier and Type | Method and Description |
---|---|
PickingStrategyBuilder |
PgxGraph.createPickingStrategyBuilder()
Creates a new
PickingStrategyBuilder that can be used to build a new PickingStrategy 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 the
PickingStrategyFunction 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 the
PickingStrategyFunction will be picked. |
PickingStrategyBuilder |
PickingStrategyBuilder.setPickByProperty(java.lang.String propertyName, oracle.pgx.common.mutations.PickingStrategyFunction pickingStrategyFunction)
Convenience method for
setPickByProperty(EdgeProperty, PickingStrategyFunction) . |
Copyright © 2017 Oracle Corp. All Rights Reserved.