Interface ScoreDirectorFactoryService<Solution_,​Score_ extends Score<Score_>>

    • Method Detail

      • getPriority

        default int getPriority()
        If multiple services are available for the same config, the one with the higher priority is picked. Used by the CS services to ensure Drools is picked if both Drools and Bavet are available.
        Returns:
      • getSupportedScoreDirectorType

        ScoreDirectorType getSupportedScoreDirectorType()
        Returns:
        never null, the score director type that is implemented by the factory