Class ExecutionGraph<T>


  • public class ExecutionGraph<T>
    extends Object
    • Constructor Detail

      • ExecutionGraph

        public ExecutionGraph​(int size)
    • Method Detail

      • addRow

        public void addRow​(int i,
                           ExecutionNode<T> op,
                           int[] row)
      • getSize

        public int getSize()
      • getRow

        public int[] getRow​(int i)