Class AbstractSolution<S extends Score>
- java.lang.Object
 - 
- org.optaplanner.core.impl.domain.solution.AbstractSolution<S>
 
 
- 
- Type Parameters:
 S- theScoretype used by this use case
- All Implemented Interfaces:
 Serializable
@Deprecated public abstract class AbstractSolution<S extends Score> extends Object implements Serializable
Deprecated.UsePlanningSolution.autoDiscoverMemberType()instead.Only used by OptaPlanner Workbench 6 (but not 7). This class will be removed in 8.0.- See Also:
 - Serialized Form
 
 
- 
- 
Constructor Summary
Constructors Constructor Description AbstractSolution()Deprecated. 
- 
Method Summary
All Methods Instance Methods Concrete Methods Deprecated Methods Modifier and Type Method Description protected List<Object>getProblemFactList()Deprecated.SgetScore()Deprecated.voidsetScore(S score)Deprecated. 
 - 
 
- 
- 
Method Detail
- 
getScore
public S getScore()
Deprecated. 
- 
setScore
public void setScore(S score)
Deprecated. 
- 
getProblemFactList
protected List<Object> getProblemFactList()
Deprecated.- Returns:
 - a list with every problem fact that is in a field of this class
         (directly or indirectly as an element of a 
CollectionorMapfield) 
 
 - 
 
 -