Interface InnerScoreDirectorFactory<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 Superinterfaces:
ScoreDirectorFactory<Solution_>
All Known Implementing Classes:
AbstractScoreDirectorFactory, DrlScoreDirectorFactory, EasyScoreDirectorFactory, IncrementalScoreDirectorFactory

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