Class InferGraphRoots


  • public class InferGraphRoots
    extends java.lang.Object
    TODO: Move this somewhere.
    • Constructor Summary

      Constructors 
      Constructor Description
      InferGraphRoots()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      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)