Interface InnerScoreDirector<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:
AutoCloseable, ScoreDirector<Solution_>, VariableDescriptorAwareScoreDirector<Solution_>
All Known Implementing Classes:
AbstractScoreDirector, BavetConstraintStreamScoreDirector, EasyScoreDirector, IncrementalScoreDirector

public interface InnerScoreDirector<Solution_,Score_ extends Score<Score_>> extends VariableDescriptorAwareScoreDirector<Solution_>, AutoCloseable