public interface StopCondition
| Modifier and Type | Method and Description |
|---|---|
boolean |
isNotSatisfied()
Returns
true is this condition is not satisfied. |
boolean |
isSatisfied()
Returns
true is this condition is satisfied. |
boolean isSatisfied()
true is this condition is satisfied.true - if this condition is satisfied false - otherwise boolean isNotSatisfied()
true is this condition is not satisfied.true - if this condition is not satisfied false - otherwise Copyright © 2012. All Rights Reserved.