net.walend.digraph.test
Class TestCEDigraphFactory
java.lang.Object
|
+--net.walend.digraph.test.TestCEDigraphFactory
- Direct Known Subclasses:
- TestCEPathFactory
- public class TestCEDigraphFactory
- extends java.lang.Object
A factory for test digraphs.
- Since:
- 20010813
- Author:
- David Walend dfw1@cornell.edu
Method Summary |
static void |
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)}. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
NODES
public static final java.util.Set NODES
EDGES
public static final Bag EDGES
CEDIGRAPH
public static final CEDigraph CEDIGRAPH
nodeA
public static final TestBean nodeA
nodeB
public static final TestBean nodeB
nodeC
public static final TestBean nodeC
nodeD
public static final TestBean nodeD
nodeE
public static final TestBean nodeE
nodeF
public static final TestBean nodeF
nodeG
public static final TestBean nodeG
edgeab
public static final TestBean edgeab
edgebc
public static final TestBean edgebc
edgecd
public static final TestBean edgecd
edgede
public static final TestBean edgede
edgeef
public static final TestBean edgeef
edgeeb
public static final TestBean edgeeb
nodeY
public static final TestBean nodeY
nodeZ
public static final TestBean nodeZ
edgegz
public static final TestBean edgegz
edgeyz
public static final TestBean edgeyz
TestCEDigraphFactory
public TestCEDigraphFactory()
fillTestCEDigraph
public static void 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)}.
Copyright (c) 2001, 2002, David Walend