pedviz.algorithms
Class TestAlgo

java.lang.Object
  extended by pedviz.algorithms.TestAlgo

public class TestAlgo
extends java.lang.Object


Constructor Summary
TestAlgo()
           
 
Method Summary
static java.util.Vector<Graph> createGraphs(Graph graph, java.util.Vector<Node> nodes, int max)
           
static java.util.Set<Node> getParents(Graph graph, Node node, int current, int max)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

TestAlgo

public TestAlgo()
Method Detail

createGraphs

public static java.util.Vector<Graph> createGraphs(Graph graph,
                                                   java.util.Vector<Node> nodes,
                                                   int max)

getParents

public static java.util.Set<Node> getParents(Graph graph,
                                             Node node,
                                             int current,
                                             int max)