Uses of Class
org.optaplanner.core.api.score.constraint.ConstraintMatch
-
Packages that use ConstraintMatch Package Description org.optaplanner.core.api.score.constraint -
-
Uses of ConstraintMatch in org.optaplanner.core.api.score.constraint
Methods in org.optaplanner.core.api.score.constraint that return ConstraintMatch Modifier and Type Method Description ConstraintMatchConstraintMatchTotal. addConstraintMatch(List<Object> justificationList, Score score)Methods in org.optaplanner.core.api.score.constraint that return types with arguments of type ConstraintMatch Modifier and Type Method Description Set<ConstraintMatch>ConstraintMatchTotal. getConstraintMatchSet()Set<ConstraintMatch>Indictment. getConstraintMatchSet()Methods in org.optaplanner.core.api.score.constraint with parameters of type ConstraintMatch Modifier and Type Method Description voidIndictment. addConstraintMatch(ConstraintMatch constraintMatch)intConstraintMatchScoreComparator. compare(ConstraintMatch a, ConstraintMatch b)Deprecated.intConstraintMatch. compareTo(ConstraintMatch other)voidConstraintMatchTotal. removeConstraintMatch(ConstraintMatch constraintMatch)voidIndictment. removeConstraintMatch(ConstraintMatch constraintMatch)
-