public class NoReset
extends Reset
-
-
Constructor Summary
Constructors
| Constructor |
Description |
NoReset() |
|
-
Method Summary
| Modifier and Type |
Method |
Description |
boolean |
canReset() |
Returns true if the active set should be reset and returns
false otherwise.
|
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
-
-
Method Details
-
public boolean canReset()
Description copied from class: Reset
Returns
true if the active set should be reset and returns
false otherwise.
The reset forces the active set to include all heuristics except for permanently
removed heuristics.
- Specified by:
canReset in class Reset
- Returns:
true if the active set should be reset and returns
false otherwise.