Klasse DoubleDeviationMediator
java.lang.Object
ch.nolix.core.errorcontrol.validator.DoubleDeviationMediator
- Version:
- 2017-01-01
- Autor:
- Silvan Wyss
-
Felddetails
-
DEFAULT_ARGUMENT_NAME
- Siehe auch:
-
-
Methodendetails
-
isEqualTo
public void isEqualTo(double value) - Parameter:
value
-- Löst aus:
UnequalArgumentException
- if the argument of this named double deviation mediator does not equal the given value with a deviation that is not bigger than the max deviation of this named double deviation mediator.
-
getArgumentName
- Gibt zurück:
- the argument name of the current
Mediator
.
-