public interface ConsistencyCheckHandler<C extends ConsistencyCheck>
ConsistencyChecker| Modifier and Type | Method and Description |
|---|---|
void |
setDelta(float delta)
Set delta value
|
void |
turnStrict(Set<C> ccs)
Make these checks strict (throw a ConsistencyCheckException if a check fails)
|
void |
turnTolerant(Set<C> ccs)
Make these checks tolerant (log a message if a check fails)
|
void setDelta(float delta)
delta - the maximum delta between expected and actual for which both numbers are still considered equal.void turnTolerant(Set<C> ccs)
ccs - consistency checksCopyright © 2016. All Rights Reserved.