Class FallThroughActivityOncePerTraceConcurrent

  • All Implemented Interfaces:
    FallThrough

    public class FallThroughActivityOncePerTraceConcurrent
    extends java.lang.Object
    implements FallThrough
    Try to exclude a single activity, given that it occurs precisely once per trace.
    Author:
    sleemans
    • Constructor Detail

      • FallThroughActivityOncePerTraceConcurrent

        public FallThroughActivityOncePerTraceConcurrent​(boolean strict)
        Parameters:
        strict - Denotes whether this case is applied strictly, i.e. true = only apply if each trace contains precisely one activity; false = apply it also if it's close enough.
    • 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: