Class DummyProgress

  • All Implemented Interfaces:
    org.processmining.framework.plugin.Progress

    public class DummyProgress
    extends java.lang.Object
    implements org.processmining.framework.plugin.Progress
    • Constructor Detail

      • DummyProgress

        public DummyProgress()
    • Method Detail

      • setMinimum

        public void setMinimum​(int value)
        Specified by:
        setMinimum in interface org.processmining.framework.plugin.Progress
      • setMaximum

        public void setMaximum​(int value)
        Specified by:
        setMaximum in interface org.processmining.framework.plugin.Progress
      • setValue

        public void setValue​(int value)
        Specified by:
        setValue in interface org.processmining.framework.plugin.Progress
      • setCaption

        public void setCaption​(java.lang.String message)
        Specified by:
        setCaption in interface org.processmining.framework.plugin.Progress
      • getCaption

        public java.lang.String getCaption()
        Specified by:
        getCaption in interface org.processmining.framework.plugin.Progress
      • getValue

        public int getValue()
        Specified by:
        getValue in interface org.processmining.framework.plugin.Progress
      • inc

        public void inc()
        Specified by:
        inc in interface org.processmining.framework.plugin.Progress
      • setIndeterminate

        public void setIndeterminate​(boolean makeIndeterminate)
        Specified by:
        setIndeterminate in interface org.processmining.framework.plugin.Progress
      • isIndeterminate

        public boolean isIndeterminate()
        Specified by:
        isIndeterminate in interface org.processmining.framework.plugin.Progress
      • getMinimum

        public int getMinimum()
        Specified by:
        getMinimum in interface org.processmining.framework.plugin.Progress
      • getMaximum

        public int getMaximum()
        Specified by:
        getMaximum in interface org.processmining.framework.plugin.Progress
      • isCancelled

        public boolean isCancelled()
        Specified by:
        isCancelled in interface org.processmining.framework.plugin.Progress
      • cancel

        public void cancel()
        Specified by:
        cancel in interface org.processmining.framework.plugin.Progress