- All Superinterfaces:
- org.onlab.graph.EdgeWeigher<TopologyVertex,TopologyEdge>
- All Known Implementing Classes:
- GeoDistanceLinkWeight, HopCountLinkWeigher, MetricLinkWeight
public interface LinkWeigher
extends org.onlab.graph.EdgeWeigher<TopologyVertex,TopologyEdge>
Entity capable of determining cost or weight of a specified topology
graph edge. Returns Weight instances.