Uses of Class
oracle.pgx.api.expansion.PropertyMergeStrategy
-
Packages that use PropertyMergeStrategy Package Description oracle.pgx.api.expansion This package contains classes and utilities to support the subgraph expansion functionality. -
-
Uses of PropertyMergeStrategy in oracle.pgx.api.expansion
Methods in oracle.pgx.api.expansion that return PropertyMergeStrategy Modifier and Type Method 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.Methods in oracle.pgx.api.expansion with parameters of type PropertyMergeStrategy Modifier and Type Method 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.
-