com.ibm.wala.util.graph
Class InferGraphRoots

java.lang.Object
  extended by com.ibm.wala.util.graph.InferGraphRoots

public class InferGraphRoots
extends java.lang.Object

TODO: Move this somewhere.


Constructor Summary
InferGraphRoots()
           
 
Method Summary
static
<T> java.util.Collection<T>
inferRoots(Graph<T> g)
           
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InferGraphRoots

public InferGraphRoots()
Method Detail

inferRoots

public static <T> java.util.Collection<T> inferRoots(Graph<T> g)
                                          throws WalaException
Throws:
WalaException