public class Criteria
extends java.lang.Object
Modifier and Type | Class and Description |
---|---|
static class |
Criteria.BoundType |
Constructor and Description |
---|
Criteria(long threshold,
Criteria.BoundType boundType)
Criteria ctor
|
Modifier and Type | Method and Description |
---|---|
long |
getThresholdValue() |
public Criteria(long threshold, Criteria.BoundType boundType)
threshold
- the predefined value of thresholdboundType
- specifies whether this threshold is UpperBound or LowerBound.