net.walend.digraph.test
Class TestGEDigraphFactory

java.lang.Object
  |
  +--net.walend.digraph.test.TestGEDigraphFactory
Direct Known Subclasses:
TestGEPathFactory

public class TestGEDigraphFactory
extends java.lang.Object

A factory for test digraphs.

Since:
20010812
Author:
David Walend dfw1@cornell.edu

Field Summary
static GEDigraph GEDIGRAPH
           
static TestBean nodeA
           
static TestBean nodeB
           
static TestBean nodeC
           
static TestBean nodeD
           
static TestBean nodeE
           
static TestBean nodeF
           
static TestBean nodeG
           
static java.util.Set NODES
           
static TestBean nodeY
           
static TestBean nodeZ
           
 
Constructor Summary
TestGEDigraphFactory()
           
 
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
 

Field Detail

NODES

public static final java.util.Set NODES

GEDIGRAPH

public static final GEDigraph GEDIGRAPH

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
Constructor Detail

TestGEDigraphFactory

public TestGEDigraphFactory()
Method Detail

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) 2001, 2002, David Walend