public class GenericSolutionAttribute<S extends Solution,V> extends Object implements SolutionAttribute<S,V>
| Constructor and Description |
|---|
GenericSolutionAttribute() |
| Modifier and Type | Method and Description |
|---|---|
V |
getAttribute(Solution solution) |
Object |
getAttributeID() |
void |
setAttribute(S solution,
V value) |
public V getAttribute(Solution solution)
getAttribute in interface SolutionAttribute<S extends Solution,V>public void setAttribute(S solution, V value)
setAttribute in interface SolutionAttribute<S extends Solution,V>public Object getAttributeID()
getAttributeID in interface SolutionAttribute<S extends Solution,V>Copyright © 2015. All rights reserved.