public class HASCOSolutionEvaluationEvent<T,V extends java.lang.Comparable<V>>
extends java.lang.Object
| Constructor and Description |
|---|
HASCOSolutionEvaluationEvent(ComponentInstance composition,
T solution,
V score) |
| Modifier and Type | Method and Description |
|---|---|
ComponentInstance |
getComposition() |
V |
getScore() |
T |
getSolution() |
public HASCOSolutionEvaluationEvent(ComponentInstance composition, T solution, V score)
public ComponentInstance getComposition()
public T getSolution()
public V getScore()