public interface StoppingCondition extends SearchListener
| Modifier and Type | Method and Description |
|---|---|
void |
forceCurrentValue(long value)
Force a specific amount of used up budget.
|
long |
getCurrentValue()
How much of the budget have we used up
|
long |
getLimit()
Get upper limit of resources
Mainly used for toString()
|
boolean |
isFinished()
isFinished
|
void |
reset()
Reset everything
|
void |
setLimit(long limit)
Set new upper limit of resources
|
fitnessEvaluation, iteration, modification, searchFinished, searchStartedvoid forceCurrentValue(long value)
value - The new amount of used up budget for this StoppingConditionlong getCurrentValue()
long getLimit()
boolean isFinished()
isFinished
void reset()
void setLimit(long limit)
limit - a long.Copyright © 2010–2017 EvoSuite. All rights reserved.