public interface SolutionAttribute<S extends Solution<?>,V> extends Serializable
Solution classes to incorporate data required by
operators or algorithms manipulating them.| Modifier and Type | Method and Description |
|---|---|
V |
getAttribute(S solution) |
Object |
getAttributeIdentifier() |
void |
setAttribute(S solution,
V value) |
Copyright © 2017. All rights reserved.