org.rblasch.convert.graph
Interface DirectedGraph

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

public interface DirectedGraph
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.