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.