Uses of Interface
org.optaplanner.core.api.score.constraint.Indictment
-
Packages that use Indictment Package Description org.optaplanner.core.api.score Classes used forScorecalculation.org.optaplanner.core.api.score.calculator org.optaplanner.core.impl.score org.optaplanner.core.impl.score.constraint org.optaplanner.core.impl.score.director org.optaplanner.core.impl.score.director.easy org.optaplanner.core.impl.score.director.incremental -
-
Uses of Indictment in org.optaplanner.core.api.score
Methods in org.optaplanner.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 org.optaplanner.core.api.score.calculator
Methods in org.optaplanner.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 org.optaplanner.core.impl.score
Methods in org.optaplanner.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 org.optaplanner.core.impl.score.constraint
Classes in org.optaplanner.core.impl.score.constraint that implement Indictment Modifier and Type Class Description classDefaultIndictment<Score_ extends Score<Score_>> -
Uses of Indictment in org.optaplanner.core.impl.score.director
Methods in org.optaplanner.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 org.optaplanner.core.impl.score.director.easy
Methods in org.optaplanner.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 org.optaplanner.core.impl.score.director.incremental
Methods in org.optaplanner.core.impl.score.director.incremental that return types with arguments of type Indictment Modifier and Type Method Description Map<Object,Indictment<Score_>>IncrementalScoreDirector. getIndictmentMap()
-