Uses of Class
net.walend.digraph.AbstractMatrixGEDigraph

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

Uses of AbstractMatrixGEDigraph in net.walend.digraph
 

Subclasses of AbstractMatrixGEDigraph in net.walend.digraph
 class AbstractLMGEDigraph
          An extension of AbstractMatrixGEDigraph that keeps an additional int[][] that shows what nodes can be reached from what other nodes.
 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 MatrixGEDigraph
          This class implements the GEDigraph interface using an ArrayList and a boolean matrix.
 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.
 class MutableMatrixGEDigraph
          A MutableGEDigraph backed by an ArrayList of nodes and a boolean[][] matrix of edges.
 



Copyright (c) 2001, 2002, David Walend