Package dev.nm.graph
Interface WeightedArc<V>
-
- Type Parameters:
V
- vertex type
- All Superinterfaces:
Arc<V>
,Edge<V>
,HyperEdge<V>
,WeightedEdge<V>
- All Known Implementing Classes:
SimpleArc
public interface WeightedArc<V> extends Arc<V>, WeightedEdge<V>
A weighted arc is an arc that has a weight or a cost associated with it.