Class HighUtilityLPMRecursiveAction

  • All Implemented Interfaces:
    java.io.Serializable, java.util.concurrent.Future<java.lang.Void>

    public class HighUtilityLPMRecursiveAction
    extends java.util.concurrent.RecursiveAction
    See Also:
    Serialized Form
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      protected void compute()  
      org.processmining.processtree.ProcessTree normalizeTree​(org.processmining.processtree.ProcessTree pt)  
      • Methods inherited from class java.util.concurrent.RecursiveAction

        exec, getRawResult, setRawResult
      • Methods inherited from class java.util.concurrent.ForkJoinTask

        adapt, adapt, adapt, cancel, compareAndSetForkJoinTaskTag, complete, completeExceptionally, fork, get, get, getException, getForkJoinTaskTag, getPool, getQueuedTaskCount, getSurplusQueuedTaskCount, helpQuiesce, inForkJoinPool, invoke, invokeAll, invokeAll, invokeAll, isCancelled, isCompletedAbnormally, isCompletedNormally, isDone, join, peekNextLocalTask, pollNextLocalTask, pollSubmission, pollTask, quietlyComplete, quietlyInvoke, quietlyJoin, reinitialize, setForkJoinTaskTag, tryUnfork
      • Methods inherited from class java.lang.Object

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

      • HighUtilityLPMRecursiveAction

        public HighUtilityLPMRecursiveAction​(org.processmining.framework.plugin.PluginContext context,
                                             UtilityLocalProcessModelParameters params,
                                             java.util.Set<java.lang.String> lpmTreeSet,
                                             org.processmining.processtree.ProcessTree pt,
                                             int recursionDepth,
                                             java.util.Set<java.lang.Character> transitionNamesForNonDuplicateMode,
                                             java.util.Set<java.lang.Character> transitions,
                                             UtilityAlignmentScoredAcceptingPetrinetContainer topSet,
                                             java.util.Map<java.lang.String,​java.lang.Integer> logActivityCountsMap,
                                             UtilityLocalProcessModel previousLPM)
    • Method Detail

      • compute

        protected void compute()
        Specified by:
        compute in class java.util.concurrent.RecursiveAction
      • normalizeTree

        public org.processmining.processtree.ProcessTree normalizeTree​(org.processmining.processtree.ProcessTree pt)