net.walend.digraph.test
Class TestGEDigraphFactory
java.lang.Object
|
+--net.walend.digraph.test.TestGEDigraphFactory
- public class TestGEDigraphFactory
- extends java.lang.Object
A factory for test digraphs.
- Since:
- 20010812
- Author:
- David Walend
Method Summary |
static void |
fillTestGEDigraph(MutableGEDigraph 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 Set NODES
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
nodeY
public static final TestBean nodeY
nodeZ
public static final TestBean nodeZ
TestGEDigraphFactory
public TestGEDigraphFactory()
fillTestGEDigraph
public static void fillTestGEDigraph(MutableGEDigraph 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) 2000, 2001, David Walend