Uses of Interface
org.optaplanner.core.api.score.constraint.ConstraintMatchTotal
-
-
Uses of ConstraintMatchTotal in org.optaplanner.core.api.score
Methods in org.optaplanner.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 org.optaplanner.core.api.score.calculator
Methods in org.optaplanner.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 org.optaplanner.core.impl.score
Methods in org.optaplanner.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 org.optaplanner.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)Constructor parameters in org.optaplanner.core.impl.score with type arguments of type ConstraintMatchTotal Constructor Description DefaultScoreExplanation(Solution_ solution, Score_ score, Map<String,ConstraintMatchTotal<Score_>> constraintMatchTotalMap, Map<Object,Indictment<Score_>> indictmentMap) -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.constraint
Classes in org.optaplanner.core.impl.score.constraint that implement ConstraintMatchTotal Modifier and Type Class Description classDefaultConstraintMatchTotal<Score_ extends Score<Score_>> -
Uses of ConstraintMatchTotal in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.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 org.optaplanner.core.impl.score.director.easy
Methods in org.optaplanner.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 org.optaplanner.core.impl.score.director.incremental
Methods in org.optaplanner.core.impl.score.director.incremental that return types with arguments of type ConstraintMatchTotal Modifier and Type Method Description Map<String,ConstraintMatchTotal<Score_>>IncrementalScoreDirector. getConstraintMatchTotalMap()
-