Class FallThroughTauLoopStrict

  • All Implemented Interfaces:
    FallThrough

    public class FallThroughTauLoopStrict
    extends java.lang.Object
    implements FallThrough
    • Method Summary

      All Methods Static 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.
      static boolean filterLog​(IMLog log, Dfg dfg, boolean useLifeCycle)
      Split the trace on a crossing end to start
      • Methods inherited from class java.lang.Object

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

      • FallThroughTauLoopStrict

        public FallThroughTauLoopStrict​(boolean useLifeCycle)
        Parameters:
        useLifeCycle - Denotes whether activity instances (i.e. combination of start   a complete event) should be kept together at all times. True = keep activity instances together; false = activity instances may be split.
    • 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:
      • filterLog

        public static boolean filterLog​(IMLog log,
                                        Dfg dfg,
                                        boolean useLifeCycle)
        Split the trace on a crossing end to start
        Parameters:
        log -
        dfg -
        Returns: