- Type Parameters:
E- edge class
- All Known Implementing Classes:
PropertyEdgeWeights
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Edge weights concepts. Allows to associate a fractional (floating-point) weight with the edges in a graph.
-
Method Summary
-
Method Details
-
getEdgeWeight
Retrieves the weight of an edge.- Parameters:
edge- the edge- Returns:
- the weight of the given edge
-