|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface ScoreDirectorFactory
Builds a ScoreDirector.
| Method Summary | |
|---|---|
void |
assertScore(Solution solution)
Asserts that if the Score is calculated for the parameter solution,
it would be equal to the Solution.getScore() of that parameter. |
ScoreDirector |
buildScoreDirector()
Creates a new ScoreDirector instance. |
ScoreDefinition |
getScoreDefinition()
|
SolutionDescriptor |
getSolutionDescriptor()
|
| Method Detail |
|---|
SolutionDescriptor getSolutionDescriptor()
ScoreDefinition getScoreDefinition()
ScoreDirector buildScoreDirector()
ScoreDirector instance.
void assertScore(Solution solution)
Score is calculated for the parameter solution,
it would be equal to the Solution.getScore() of that parameter.
solution - never nullScoreDirector.assertWorkingScore(Score)
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||