public class GenericSolutionAttribute<S extends Solution<?>,V> extends Object implements SolutionAttribute<S,V>
SolutionAttribute classes| Constructor and Description |
|---|
GenericSolutionAttribute() |
| Modifier and Type | Method and Description |
|---|---|
V |
getAttribute(S solution) |
Object |
getAttributeID() |
void |
setAttribute(S solution,
V value) |
public V getAttribute(S 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.