Interface DijkstraIterator.NodeWeighter
-
- Enclosing class:
- DijkstraIterator
public static interface DijkstraIterator.NodeWeighter
Supplies a weight for each pair of adjacent edges.- Author:
- Sandeep Kumar Jakkaraju sandeepkumar@iitbombay.org
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description double
getWeight(Node n, Edge e1, Edge e2)
Returns the weight for a node, with respect to two adjecent edges.
-