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

Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
Score_ - the score type to go with the solution
All Known Implementing Classes:
AbstractConstraintStreamScoreDirectorFactory, AbstractScoreDirectorFactory, BavetConstraintStreamScoreDirectorFactory, EasyScoreDirectorFactory, IncrementalScoreDirectorFactory

public interface ScoreDirectorFactory<Solution_,Score_ extends Score<Score_>>