org.apache.commons.graph
Interface WeightedPath

All Superinterfaces:
Path
All Known Implementing Classes:
AllPairsShortestPath.WPath

public interface WeightedPath
extends Path

Description of the Interface


Method Summary
 double getWeight()
          Gets the weight attribute of the WeightedPath object
 
Methods inherited from interface org.apache.commons.graph.Path
getEdges, getEnd, getStart, getVertices, size
 

Method Detail

getWeight

public double getWeight()
Gets the weight attribute of the WeightedPath object