Class DirectAcyclicGraph

    • Constructor Summary

      Constructors 
      Constructor Description
      DirectAcyclicGraph​(java.lang.Object... objects)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      Node add​(java.lang.Object object, java.lang.Object... dependencies)  
      java.util.List sort()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • DirectAcyclicGraph

        public DirectAcyclicGraph​(java.lang.Object... objects)
    • Method Detail

      • add

        public Node add​(java.lang.Object object,
                        java.lang.Object... dependencies)
      • sort

        public java.util.List sort()