public interface ScoreDirectorFactory
ScoreDirector
.Modifier and Type | Method and Description |
---|---|
void |
assertScoreFromScratch(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() |
SolutionDescriptor getSolutionDescriptor()
ScoreDefinition getScoreDefinition()
ScoreDirector buildScoreDirector()
ScoreDirector
instance.void assertScoreFromScratch(Solution solution)
Score
is calculated for the parameter solution,
it would be equal to the Solution.getScore()
of that parameter.solution
- never nullScoreDirector#assertWorkingScoreFromScratch(Score)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.