-
- Type Parameters:
E- the edge typeD- the score type
- All Known Implementing Classes:
EdgeBetweennessCentrality
public interface EdgeScoringAlgorithm<E,D>An interface for all algorithms which assign scores to edges of a graph.
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description DgetEdgeScore(E e)Get an edge scorejava.util.Map<E,D>getScores()Get a map with the scores of all edges
-