Package | Description |
---|---|
oracle.pgx.api.expansion |
This package contains classes and utilities to support the subgraph expansion functionality.
|
Modifier and Type | Method and Description |
---|---|
static PropertyMergeStrategy |
PropertyMergeStrategy.getDefault()
Get the default property merge strategy.
|
static PropertyMergeStrategy |
PropertyMergeStrategy.valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PropertyMergeStrategy[] |
PropertyMergeStrategy.values()
Returns an array containing the constants of this enum type, in the order they are declared.
|
Modifier and Type | Method and Description |
---|---|
E |
AbstractGraphExpander.edgePropertiesMergingStrategy(PropertyMergeStrategy edgePropertyMergeStrategy)
Set the strategy for how edge properties of duplicate elements are handled.
|
E |
AbstractGraphExpander.vertexPropertiesMergingStrategy(PropertyMergeStrategy vertexPropertyMergeStrategy)
Set the strategy for how vertex properties of duplicate elements are handled.
|