Package | Description |
---|---|
oracle.pgx.algorithm |
Modifier and Type | Method and Description |
---|---|
static <T> EdgeProperty<T> |
EdgeProperty.create()
Instantiate a new edge property.
|
static <T> EdgeProperty<T> |
EdgeProperty.create(T t)
Instantiate a new edge property.
|
Modifier and Type | Method and Description |
---|---|
EdgeSet |
EdgeSet.filter(EdgeProperty<java.lang.Boolean> property)
Filter the edges in the set by the given boolean property.
|
EdgeSequence |
EdgeSequence.filter(EdgeProperty<java.lang.Boolean> property)
Filter the edges in the sequence by the given boolean property.
|
EdgeSet |
EdgeSet.orderBy(EdgeProperty vertexProperty, Order order)
Order the edges based on the value of the property.
|
<T extends java.lang.Number> |
EdgeSet.sum(EdgeProperty<T> reducer)
Get the property for each edge in the set and sum the results.
|