Class TestGenCorruptedScoreException

    • Constructor Detail

      • TestGenCorruptedScoreException

        public TestGenCorruptedScoreException​(org.optaplanner.core.api.score.Score<?> workingScore,
                                              org.optaplanner.core.api.score.Score<?> uncorruptedScore)
    • Method Detail

      • getWorkingScore

        public org.optaplanner.core.api.score.Score<?> getWorkingScore()
      • getUncorruptedScore

        public org.optaplanner.core.api.score.Score<?> getUncorruptedScore()