Interface ProgressDistributable<CONTEXT>

    • Method Detail

      • getLoopCount

        int getLoopCount​(CONTEXT context)
      • getLoopWork

        double getLoopWork​(CONTEXT context)
      • runLoop

        void runLoop​(int index,
                     CONTEXT context,
                     OMMonitor monitor)
              throws java.lang.Exception
        Throws:
        java.lang.Exception