Uses of Class
net.walend.digraph.AbstractLMGEDigraph

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

Uses of AbstractLMGEDigraph in net.walend.digraph
 

Subclasses of AbstractLMGEDigraph in net.walend.digraph
 class LMGEDigraph
          This class implements the GEDigraph interface using an ArrayList and a boolean matrix and keeps an additional int[][] that shows what nodes can be reached from what other nodes.
 class MutableLMGEDigraph
          This class implements the GEDigraph interface using an ArrayList and a boolean matrix and keeps an additional int[][] that shows what nodes can be reached from what other nodes.
 



Copyright (c) 2001, 2002, David Walend