|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--net.walend.digraph.test.TestCEDigraphFactory | +--net.walend.digraph.path.test.TestCEPathFactory
A factory for test digraphs.
Field Summary |
Fields inherited from class net.walend.digraph.test.TestCEDigraphFactory |
CEDIGRAPH, edgeab, edgebc, edgecd, edgede, edgeeb, edgeef, edgegz, EDGES, edgeyz, nodeA, nodeB, nodeC, nodeD, nodeE, nodeF, nodeG, NODES, nodeY, nodeZ |
Constructor Summary | |
TestCEPathFactory()
|
Method Summary | |
static void |
fillCyclicTestPath(MutableCEPath path)
Fills in the path with net.walend.digraph.path.ListCEPath {(A)-ab-(B)-bc-(C)-cd-(D)-de-(E)-eb-(B)-bc-(C)-cd-(D)-de-(E)-ef-(F)} through digraph net.walend.digraph.HashCEDigraph nodes {G,C,A,B,D,E,F} edges {(B,C,bc),(F,C,ab),(D,E,de),(C,D,cd),(E,F,ef),(E,B,eb),(A,B,ab)} |
static void |
fillTestPath(MutableCEPath path)
Fills in the path with net.walend.digraph.path.ListCEPath {(A)-ab-(B)-bc-(C)-cd-(D)} through digraph net.walend.digraph.HashCEDigraph nodes {G,C,A,B,D,E,F} edges {(B,C,bc),(F,C,ab),(D,E,de),(C,D,cd),(E,F,ef),(E,B,eb),(A,B,ab)} |
static java.lang.Object |
getStartNode()
Use this to create net.walend.digraph.path.ListCEPath {(A)} through digraph net.walend.digraph.HashCEDigraph nodes {G,C,A,B,D,E,F} edges {(B,C,bc),(F,C,ab),(D,E,de),(C,D,cd),(E,F,ef),(E,B,eb),(A,B,ab)} |
Methods inherited from class net.walend.digraph.test.TestCEDigraphFactory |
fillTestCEDigraph |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
public TestCEPathFactory()
Method Detail |
public static java.lang.Object getStartNode()
public static void fillTestPath(MutableCEPath path) throws EdgeMissingException, NodeMissingException
EdgeMissingException
NodeMissingException
public static void fillCyclicTestPath(MutableCEPath path) throws EdgeMissingException, NodeMissingException
EdgeMissingException
NodeMissingException
|
|||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |