Class PostProcessorEmptyLog

  • All Implemented Interfaces:
    PostProcessor

    public class PostProcessorEmptyLog
    extends java.lang.Object
    implements PostProcessor
    This post processor aims to avoid superfluous skips and consists of two parts: one part replaces a tau of an empty log with a special node, the other part removes this special node again.
    Author:
    sander
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void postProcess​(org.processmining.plugins.InductiveMiner.efficienttree.EfficientTree tree, IMLog log, IMLogInfo logInfo, MinerState minerState)  
      • Methods inherited from class java.lang.Object

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

      • PostProcessorEmptyLog

        public PostProcessorEmptyLog()