- Type Parameters:
T -
- All Implemented Interfaces:
- EvaluatedSoftwareConfigurationSolution<V>, ai.libs.jaicore.basic.ScoredItem<V>
public class HASCOSolutionCandidate<V extends java.lang.Comparable<V>>
extends java.lang.Object
implements EvaluatedSoftwareConfigurationSolution<V>
This is a wrapper class only used for efficient processing of solutions. For example, to lookup the annotations of a solution, we do not need the possibly costly equals method of T but only this
class. For each solution, only one such object is created.