Package org.onosproject.net.topology
Interface LinkWeigher
- 
- All Superinterfaces:
 EdgeWeigher<TopologyVertex,TopologyEdge>
- All Known Implementing Classes:
 GeoDistanceLinkWeight,HopCountLinkWeigher,MetricLinkWeight
public interface LinkWeigher extends EdgeWeigher<TopologyVertex,TopologyEdge>
Entity capable of determining cost or weight of a specified topology graph edge. ReturnsWeightinstances. 
- 
- 
Method Summary
- 
Methods inherited from interface org.onlab.graph.EdgeWeigher
getInitialWeight, getNonViableWeight, weight 
 - 
 
 -