public class GreaterEqualConstraint extends AbstractNumberConstraint
NumberParameter
) tested has to be greater equal
than the specified constraint value.constraintValue
Constructor and Description |
---|
GreaterEqualConstraint(double constraintValue)
Creates a Greater-Equal parameter constraint.
|
GreaterEqualConstraint(int constraintValue)
Creates a Greater-Equal parameter constraint.
|
GreaterEqualConstraint(java.lang.Number constraintValue)
Creates a Greater-Equal parameter constraint.
|
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getDescription(java.lang.String parameterName)
Returns a description of this constraint.
|
void |
test(java.lang.Number t)
Checks if the number value given by the number parameter is greater equal
than the constraint value.
|
public GreaterEqualConstraint(java.lang.Number constraintValue)
constraintValue
- the constraint valuepublic GreaterEqualConstraint(int constraintValue)
constraintValue
- the constraint valuepublic GreaterEqualConstraint(double constraintValue)
constraintValue
- the constraint valuepublic void test(java.lang.Number t) throws ParameterException
t
- Value to be checked whether or not it fulfills the underlying
parameter constraint.ParameterException
- if the parameter to be tested does not
fulfill the parameter constraintpublic java.lang.String getDescription(java.lang.String parameterName)
ParameterConstraint
parameterName
- the name of the parameter this constraint is used forCopyright © 2019 ELKI Development Team. License information.