Class FallThroughSaveLog

  • All Implemented Interfaces:
    FallThrough

    public class FallThroughSaveLog
    extends java.lang.Object
    implements FallThrough
    • Constructor Summary

      Constructors 
      Constructor Description
      FallThroughSaveLog​(java.io.File directory)  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      org.processmining.processtree.Node fallThrough​(IMLog log, IMLogInfo logInfo, org.processmining.processtree.ProcessTree tree, MinerState minerState)
      usage: returns a Node.
      • Methods inherited from class java.lang.Object

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

      • FallThroughSaveLog

        public FallThroughSaveLog​(java.io.File directory)
    • Method Detail

      • fallThrough

        public org.processmining.processtree.Node fallThrough​(IMLog log,
                                                              IMLogInfo logInfo,
                                                              org.processmining.processtree.ProcessTree tree,
                                                              MinerState minerState)
        Description copied from interface: FallThrough
        usage: returns a Node. Each (in)direct child of that Node must be attached to tree. Is allowed to return null, but there should at least be one fall-through that succeeds.
        Specified by:
        fallThrough in interface FallThrough
        Returns: