Uses of Interface
net.walend.digraph.IndexedMutableGEDigraph

Packages that use IndexedMutableGEDigraph
net.walend.digraph This package contains a kit for working with directed graphs. 
net.walend.measured.test This package contains a kit for testing measuring paths. 
 

Uses of IndexedMutableGEDigraph in net.walend.digraph
 

Classes in net.walend.digraph that implement IndexedMutableGEDigraph
 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.
 

Uses of IndexedMutableGEDigraph in net.walend.measured.test
 

Methods in net.walend.measured.test that return IndexedMutableGEDigraph
protected abstract  IndexedMutableGEDigraph ShortestGEPathTest.createGEDigraph(int size)
           
protected  IndexedMutableGEDigraph FloydWarshallGEDistancesTest.createGEDigraph(int size)
           
protected  IndexedMutableGEDigraph JITGEPathTest.createGEDigraph(int size)
           
protected abstract  IndexedMutableGEDigraph ShortestGEDistancesTest.createGEDigraph(int size)
           
protected  IndexedMutableGEDigraph JohnsonGEDistancesTest.createGEDigraph(int size)
           
protected  IndexedMutableGEDigraph FloydWarshallGEPathTest.createGEDigraph(int size)
           
protected  IndexedMutableGEDigraph JITGEDistancesTest.createGEDigraph(int size)
           
protected  IndexedMutableGEDigraph JohnsonGEPathTest.createGEDigraph(int size)
           
 



Copyright (c) 2001, 2002, David Walend