Interface ScoreExplanation<Solution_,Score_ extends Score<Score_>>

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
Score_ - the actual score type
All Known Implementing Classes:
DefaultScoreExplanation

public interface ScoreExplanation<Solution_,Score_ extends Score<Score_>>
Build by SolutionManager.explain(Object) to hold ConstraintMatchTotals and Indictments necessary to explain the quality of a particular Score.