Uses of Interface
net.walend.digraph.MutableCEDigraph

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

Uses of MutableCEDigraph in net.walend.digraph
 

Subinterfaces of MutableCEDigraph in net.walend.digraph
 interface IndexedMutableCEDigraph
          Indexed mutators
 

Classes in net.walend.digraph that implement MutableCEDigraph
 class MutableHashCEDigraph
           
 class MutableLMCEDigraph
           
 class MutableMatrixCEDigraph
           
 

Methods in net.walend.digraph with parameters of type MutableCEDigraph
static void CEDigraphAlgebra.intersectCEDigraphs(CEDigraph dg1, CEDigraph dg2, MutableCEDigraph intersection)
          Returns a CEDigraph containing the intersection of dg1 and dg2.
static void CEDigraphAlgebra.unionCEDigraphs(CEDigraph dg1, CEDigraph dg2, MutableCEDigraph union)
          Returns a CEDigraph containing the intersection of dg1 and dg2.
 

Uses of MutableCEDigraph in net.walend.digraph.path.test
 

Methods in net.walend.digraph.path.test that return MutableCEDigraph
protected  MutableCEDigraph MutableListCEPathTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph MutableListCEPathTest.getEmptyTestMutableCEDigraph()
           
protected  MutableCEDigraph ListCEPathTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph ListCEPathTest.getEmptyTestMutableCEDigraph()
           
 

Uses of MutableCEDigraph in net.walend.digraph.test
 

Methods in net.walend.digraph.test that return MutableCEDigraph
protected  MutableCEDigraph MutableMatrixCEDigraphTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph MutableMatrixCEDigraphTest.getEmptyTestMutableCEDigraph()
           
protected  MutableCEDigraph MatrixCEDigraphTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph MatrixCEDigraphTest.getEmptyTestMutableCEDigraph()
           
protected  MutableCEDigraph LMCEDigraphTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph LMCEDigraphTest.getEmptyTestMutableCEDigraph()
           
protected  MutableCEDigraph MutableHashCEDigraphTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph MutableHashCEDigraphTest.getEmptyTestMutableCEDigraph()
           
protected  MutableCEDigraph HashCEDigraphTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph HashCEDigraphTest.getEmptyTestMutableCEDigraph()
           
protected  MutableCEDigraph MutableLMCEDigraphTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph MutableLMCEDigraphTest.getEmptyTestMutableCEDigraph()
           
protected abstract  MutableCEDigraph CEDigraphTest.getTestMutableCEDigraph()
           
protected abstract  MutableCEDigraph CEDigraphTest.getEmptyTestMutableCEDigraph()
           
 

Methods in net.walend.digraph.test with parameters of type MutableCEDigraph
static void TestCEDigraphFactory.fillTestCEDigraph(MutableCEDigraph digraph)
          Fills in the digraph with nodes {D,A,F,B,E,G,C} edges {(C,D,cd),(E,B,eb),(E,F,ef),(D,E,de),(B,C,bc),(A,B,ab)}.
 

Uses of MutableCEDigraph in net.walend.measured.test
 

Methods in net.walend.measured.test that return MutableCEDigraph
protected  MutableCEDigraph ShortestCEPathTest.getTestMutableCEDigraph()
           
protected  MutableCEDigraph ShortestCEPathTest.getEmptyTestMutableCEDigraph()
           
 



Copyright (c) 2001, 2002, David Walend