public class ApplicationHaltsRule extends AbstractRule
| Modifier and Type | Field and Description |
|---|---|
static TypedPreference<IQuantity> |
APP_HALTS_INFO_LIMIT |
static TypedPreference<IQuantity> |
APP_HALTS_WARNING_LIMIT |
static TypedPreference<IQuantity> |
WINDOW_SIZE |
evaluationTask| Constructor and Description |
|---|
ApplicationHaltsRule() |
| Modifier and Type | Method and Description |
|---|---|
private static java.util.Comparator<HaltsProvider.ApplicationHaltsInfoHolder> |
applicationHaltsComparator() |
protected Result |
getResult(IItemCollection items,
IPreferenceValueProvider vp) |
evaluate, getConfigurationAttributes, getId, getName, getTopicpublic static final TypedPreference<IQuantity> APP_HALTS_INFO_LIMIT
public static final TypedPreference<IQuantity> APP_HALTS_WARNING_LIMIT
public static final TypedPreference<IQuantity> WINDOW_SIZE
protected Result getResult(IItemCollection items, IPreferenceValueProvider vp)
getResult in class AbstractRuleprivate static java.util.Comparator<HaltsProvider.ApplicationHaltsInfoHolder> applicationHaltsComparator()