Class AIDepDiagram


  • public class AIDepDiagram
    extends Object
    • Method Detail

      • printDepDiagram

        public void printDepDiagram​(PrintStream out)
        Prints a dependency diagram of the pipelines to the given output stream.
        Parameters:
        out - the output stream to print to
      • labelForInOut

        protected String labelForInOut​(AIInOut inOut)
      • sortedPipelines

        @Nonnull
        public List<AIGenPipeline> sortedPipelines()
        Does a topological sort to execute tasks that depend on other tasks later.
        Returns:
        the sorted list of pipelines, not null