Uses of Interface
dev.nm.graph.WeightedEdge
-
Packages that use WeightedEdge Package Description dev.nm.graph dev.nm.graph.algorithm.shortestpath dev.nm.graph.type -
-
Uses of WeightedEdge in dev.nm.graph
Subinterfaces of WeightedEdge in dev.nm.graph Modifier and Type Interface Description interfaceWeightedArc<V>A weighted arc is an arc that has a weight or a cost associated with it. -
Uses of WeightedEdge in dev.nm.graph.algorithm.shortestpath
Methods in dev.nm.graph.algorithm.shortestpath that return WeightedEdge Modifier and Type Method Description WeightedEdge<V>ShortestPath. lastEdge(V v)Gets the last edge of a vertex on its shortest distance from the source. -
Uses of WeightedEdge in dev.nm.graph.type
Classes in dev.nm.graph.type that implement WeightedEdge Modifier and Type Class Description classSimpleArc<V>A simple arc has two vertices: head and tail.classSimpleEdge<V>A simple edge has two vertices.
-