org.rblasch.convert.graph
Interface WeightedGraph

All Superinterfaces:
Graph
All Known Subinterfaces:
WeightedDirectedGraph
All Known Implementing Classes:
SparseWeightedDirectedGraph

public interface WeightedGraph
extends Graph


Methods inherited from interface org.rblasch.convert.graph.Graph
addConnection, addVertex, getAllConnections, getConnections, getEdges, getInbound, getOutbound, getVertices
 



Copyright © 2004 Ronald Blaschke. All Rights Reserved.