public class OutsideNStandardDeviationsFilter extends BaseFilter implements DeepCloneable
OutsideNStandardDeviationsFilter
returns processes/tasks
whose completion duration is more than the specified number of standard
deviations above or below the average completion duration.Modifier and Type | Field and Description |
---|---|
static int |
TYPE
This constant tells the backend what kind of filter this is.
|
LOG
Constructor and Description |
---|
OutsideNStandardDeviationsFilter() |
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object object)
Is this Filter equal to another object?
|
int |
getFilterType()
Retrieve the type of the
Filter . |
double |
getStandardDeviationCount()
Retrieve the number of standard deviations to use as the criterion for
filtering processes/tasks.
|
int |
hashCode()
Hash code.
|
void |
setStandardDeviationCount(double standardDeviationCount_)
Set the number of standard deviations to use as the criteria for
filtering processes/tasks.
|
clone, getApply, setApply
finalize, getClass, notify, notifyAll, toString, wait, wait, wait
clone
public static final int TYPE
public boolean equals(java.lang.Object object)
equals
in class BaseFilter
public int hashCode()
hashCode
in class BaseFilter
public int getFilterType()
Filter
.getFilterType
in interface Filter
getFilterType
in class BaseFilter
public double getStandardDeviationCount()
setStandardDeviationCount(double)
public void setStandardDeviationCount(double standardDeviationCount_)
standardDeviationCount_
- The number of standard deviations to setgetStandardDeviationCount()
Copyright © 2003-2024 Appian Corporation. All Rights Reserved.