Uses of Class
dynheurset.update.remove.Remove
| Package | Description |
|---|---|
| dynheurset.update |
This package contains classes implementing different update strategies.
|
| dynheurset.update.remove |
This package contains classes implementing different removal strategies.
|
-
Uses of Remove in dynheurset.update
Fields in dynheurset.update declared as Remove Modifier and Type Field Description protected RemoveUpdate. removeThe removal strategyMethods in dynheurset.update with parameters of type Remove Modifier and Type Method Description voidUpdate. setRemove(Remove remove)Sets the removal strategy for this update strategy. -
Uses of Remove in dynheurset.update.remove
Subclasses of Remove in dynheurset.update.remove Modifier and Type Class Description classAbsPerfRemovalAbsolute performance removal strategy.classConservativeRemovalA Conservative removal strategy.classFreqWorstRemovalFrequency Worst Removal StrategyclassGroupRemovalThe base class for removal strategies that remove multiple heuristics at once.classNoRemoveclassPatientWorstRemovalA patient Worst Removal Strategy.classRelPerfRemovalRelative performance removal strategy.