Uses of Interface
net.walend.digraph.MutableUEDigraph

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

Uses of MutableUEDigraph in net.walend.digraph
 

Classes in net.walend.digraph that implement MutableUEDigraph
 class MutableHashUEDigraph
           
 class MutableMatrixUEDigraph
           
 

Methods in net.walend.digraph with parameters of type MutableUEDigraph
static void UEDigraphAlgebra.intersectUEDigraphs(UEDigraph dg1, UEDigraph dg2, MutableUEDigraph intersection)
          Returns a UEDigraph containing the intersection of dg1 and dg2.
static void UEDigraphAlgebra.unionUEDigraphs(UEDigraph dg1, UEDigraph dg2, MutableUEDigraph union)
          Returns a UEDigraph containing the intersection of dg1 and dg2.
 

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

Methods in net.walend.digraph.path.test that return MutableUEDigraph
protected  MutableUEDigraph MutableListUEPathTest.getTestMutableUEDigraph()
           
protected  MutableUEDigraph MutableListUEPathTest.getEmptyTestMutableUEDigraph()
           
protected  MutableUEDigraph ListUEPathTest.getTestMutableUEDigraph()
           
protected  MutableUEDigraph ListUEPathTest.getEmptyTestMutableUEDigraph()
           
 

Uses of MutableUEDigraph in net.walend.digraph.test
 

Methods in net.walend.digraph.test that return MutableUEDigraph
protected abstract  MutableUEDigraph UEDigraphTest.getTestMutableUEDigraph()
           
protected abstract  MutableUEDigraph UEDigraphTest.getEmptyTestMutableUEDigraph()
           
protected  MutableUEDigraph MutableMatrixUEDigraphTest.getTestMutableUEDigraph()
           
protected  MutableUEDigraph MutableMatrixUEDigraphTest.getEmptyTestMutableUEDigraph()
           
protected  MutableUEDigraph MatrixUEDigraphTest.getTestMutableUEDigraph()
           
protected  MutableUEDigraph MatrixUEDigraphTest.getEmptyTestMutableUEDigraph()
           
protected  MutableUEDigraph MutableHashUEDigraphTest.getTestMutableUEDigraph()
           
protected  MutableUEDigraph MutableHashUEDigraphTest.getEmptyTestMutableUEDigraph()
           
protected  MutableUEDigraph HashUEDigraphTest.getTestMutableUEDigraph()
           
protected  MutableUEDigraph HashUEDigraphTest.getEmptyTestMutableUEDigraph()
           
 

Methods in net.walend.digraph.test with parameters of type MutableUEDigraph
static void TestUEDigraphFactory.fillTestUEDigraph(MutableUEDigraph 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)}.
 



Copyright (c) 2001, 2002, David Walend