Uses of Interface
net.walend.digraph.GEDigraph

Packages that use GEDigraph
net.walend.digraph This package contains a kit for working with directed graphs. 
 

Uses of GEDigraph in net.walend.digraph
 

Subinterfaces of GEDigraph in net.walend.digraph
 interface MutableGEDigraph
          MutableGEDigraph adds mutators to the GEDigraph interface so that a developer can add and remove edges and nodes.
 

Classes in net.walend.digraph that implement GEDigraph
 class AbstractHashGEDigraph
          This abstract class implements the GEDigraph interface using two HashSets.
 class HashGEDigraph
          This class implements the GEDigraph interface using two HashMaps.
 class MutableHashGEDigraph
           
 



Copyright (c) 2000, 2001, David Walend