Uses of Interface
ai.timefold.solver.core.api.score.constraint.Indictment
-
-
Uses of Indictment in ai.timefold.solver.core.api.score
Methods in ai.timefold.solver.core.api.score that return types with arguments of type Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>ScoreExplanation. getIndictmentMap()Explains the impact of each planning entity or problem fact on theScore. -
Uses of Indictment in ai.timefold.solver.core.api.score.calculator
Methods in ai.timefold.solver.core.api.score.calculator that return types with arguments of type Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>ConstraintMatchAwareIncrementalScoreCalculator. getIndictmentMap() -
Uses of Indictment in ai.timefold.solver.core.impl.score
Methods in ai.timefold.solver.core.impl.score that return types with arguments of type Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>DefaultScoreExplanation. getIndictmentMap() -
Uses of Indictment in ai.timefold.solver.core.impl.score.constraint
Classes in ai.timefold.solver.core.impl.score.constraint that implement Indictment Modifier and Type Class Description classDefaultIndictment<Score_ extends Score<Score_>> -
Uses of Indictment in ai.timefold.solver.core.impl.score.director
Methods in ai.timefold.solver.core.impl.score.director that return types with arguments of type Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>InnerScoreDirector. getIndictmentMap()Explains the impact of each planning entity or problem fact on theScore. -
Uses of Indictment 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 Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>EasyScoreDirector. getIndictmentMap()ConstraintMatchs are not supported by thisScoreDirectorimplementation. -
Uses of Indictment 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 Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>IncrementalScoreDirector. getIndictmentMap()
-