Class IvMCanceller

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

    public class IvMCanceller
    extends java.lang.Object
    implements org.processmining.framework.plugin.ProMCanceller
    • Field Summary

      Fields 
      Modifier and Type Field Description
      static IvMCanceller neverCancel  
      • Fields inherited from interface org.processmining.framework.plugin.ProMCanceller

        NEVER_CANCEL
    • Constructor Summary

      Constructors 
      Constructor Description
      IvMCanceller​(org.processmining.framework.plugin.ProMCanceller globalCanceller)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void cancel()  
      boolean isCancelled()  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Field Detail

    • Constructor Detail

      • IvMCanceller

        public IvMCanceller​(org.processmining.framework.plugin.ProMCanceller globalCanceller)
    • Method Detail

      • isCancelled

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

        public void cancel()