Interface ExecutionNode<T>

    • Method Detail

      • getInDegree

        int getInDegree()
      • getOutDegree

        int getOutDegree()
      • initDegrees

        void initDegrees​(int inDegree,
                         int outDegree)
      • deepCopy

        T deepCopy​(T data)
      • toMultiExecution

        static <T> java.util.function.UnaryOperator<java.util.List<T>> toMultiExecution​(java.util.function.UnaryOperator<T> singleExecution)
      • apply

        java.util.List<T> apply​(java.util.List<T> data)