public interface Optimisation
Modifier and Type | Method and Description |
---|---|
boolean |
optimise(List<UtilityControl> utils,
List<UtilityControl> active,
List<UtilityControl> inactive) |
boolean optimise(List<UtilityControl> utils, List<UtilityControl> active, List<UtilityControl> inactive)
utils
- full List of Utilities to be optimisedactive
- list containing the result of the optimisation, active
utilitiesinactive
- list containing the result of the optimisation, inactive
utilitiesCopyright © 2015. All rights reserved.