org.apache.commons.graph
Interface WeightedGraph

All Superinterfaces:
Graph
All Known Implementing Classes:
DDirectedGraph, DirectedGraphImpl, MinimumSpanningForest, UndirectedGraphImpl, WeightedGraphWrapper

public interface WeightedGraph
extends Graph

Description of the Interface


Method Summary
 double getWeight(Edge e)
          Gets the weight attribute of the WeightedGraph object
 
Methods inherited from interface org.apache.commons.graph.Graph
getEdges, getEdges, getVertices, getVertices
 

Method Detail

getWeight

public double getWeight(Edge e)
Gets the weight attribute of the WeightedGraph object