org.rblasch.convert.graph
Interface WeightedDirectedGraph

All Superinterfaces:
DirectedGraph, Graph, WeightedGraph
All Known Implementing Classes:
SparseWeightedDirectedGraph

public interface WeightedDirectedGraph
extends WeightedGraph, DirectedGraph

This interface defines the object storing the graph of all routes in the system.

Version:
$Id: RoutesMap.java,v 1.1 2002/11/16 20:37:51 renaud Exp $
Author:
Renaud Waldura <renaud+tw@waldura.com>

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



Copyright © 2004 Ronald Blaschke. All Rights Reserved.