Uses of Interface
oracle.pgx.algorithm.EdgeProperty
-
Packages that use EdgeProperty Package Description oracle.pgx.algorithm -
-
Uses of EdgeProperty in oracle.pgx.algorithm
Methods in oracle.pgx.algorithm that return EdgeProperty Modifier and Type Method 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.Methods in oracle.pgx.algorithm with parameters of type EdgeProperty Modifier and Type Method Description EdgeSequence
EdgeSequence. filter(EdgeProperty<java.lang.Boolean> property)
Filter the edges in the sequence by the given boolean property.EdgeSet
EdgeSet. filter(EdgeProperty<java.lang.Boolean> property)
Filter the edges in the set 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>
TEdgeSet. sum(EdgeProperty<T> reducer)
Get the property for each edge in the set and sum the results.
-