java.lang.Object
com.evolveum.midpoint.model.impl.mining.algorithm.BaseAction
Direct Known Subclasses:
ClusteringAction, DetectionActionExecutor

public abstract class BaseAction extends Object
Abstract (base) action class for clustering and pattern detection. Assumes the execution within an activity!
  • Field Details

    • activityRun

      @NotNull protected final @NotNull AbstractActivityRun<?,?,?> activityRun
      This is the corresponding "activity run" object that gives us all the context.
  • Constructor Details

  • Method Details

    • incrementProgress

      protected void incrementProgress()