Uses of Interface
ai.timefold.solver.core.api.score.constraint.ConstraintMatchTotal
-
-
Uses of ConstraintMatchTotal in ai.timefold.solver.core.api.score
Methods in ai.timefold.solver.core.api.score that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal<Score_>>ScoreExplanation. getConstraintMatchTotalMap() -
Uses of ConstraintMatchTotal in ai.timefold.solver.core.api.score.calculator
Methods in ai.timefold.solver.core.api.score.calculator that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Collection<ConstraintMatchTotal<Score_>>ConstraintMatchAwareIncrementalScoreCalculator. getConstraintMatchTotals() -
Uses of ConstraintMatchTotal in ai.timefold.solver.core.impl.score
Methods in ai.timefold.solver.core.impl.score that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal<Score_>>DefaultScoreExplanation. getConstraintMatchTotalMap()Method parameters in ai.timefold.solver.core.impl.score with type arguments of type ConstraintMatchTotal Modifier and Type Method Description static <Score_ extends Score<Score_>>
StringDefaultScoreExplanation. explainScore(Score_ workingScore, Collection<ConstraintMatchTotal<Score_>> constraintMatchTotalCollection, Collection<Indictment<Score_>> indictmentCollection)static <Score_ extends Score<Score_>>
StringDefaultScoreExplanation. explainScore(Score_ workingScore, Collection<ConstraintMatchTotal<Score_>> constraintMatchTotalCollection, Collection<Indictment<Score_>> indictmentCollection, int indictmentLimit, int constraintMatchLimit) -
Uses of ConstraintMatchTotal in ai.timefold.solver.core.impl.score.constraint
Classes in ai.timefold.solver.core.impl.score.constraint that implement ConstraintMatchTotal Modifier and Type Class Description classDefaultConstraintMatchTotal<Score_ extends Score<Score_>> -
Uses of ConstraintMatchTotal in ai.timefold.solver.core.impl.score.director
Methods in ai.timefold.solver.core.impl.score.director that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal<Score_>>InnerScoreDirector. getConstraintMatchTotalMap() -
Uses of ConstraintMatchTotal in ai.timefold.solver.core.impl.score.director.easy
Methods in ai.timefold.solver.core.impl.score.director.easy that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal<Score_>>EasyScoreDirector. getConstraintMatchTotalMap()ConstraintMatchs are not supported by thisScoreDirectorimplementation. -
Uses of ConstraintMatchTotal in ai.timefold.solver.core.impl.score.director.incremental
Methods in ai.timefold.solver.core.impl.score.director.incremental that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal<Score_>>IncrementalScoreDirector. getConstraintMatchTotalMap()
-