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

Field Summary
static CEDigraph CEDIGRAPH
           
static TestBean edgeab
           
static TestBean edgebc
           
static TestBean edgecd
           
static TestBean edgede
           
static TestBean edgeeb
           
static TestBean edgeef
           
static TestBean edgegz
           
static Bag EDGES
           
static TestBean edgeyz
           
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
TestCEDigraphFactory()
           
 
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
 

Field Detail

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

TestCEDigraphFactory

public TestCEDigraphFactory()
Method Detail

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