Uses of Class
ai.timefold.solver.core.api.score.constraint.ConstraintMatch
-
Packages that use ConstraintMatch Package Description ai.timefold.solver.core.api.score.constraint ai.timefold.solver.core.impl.score.constraint -
-
Uses of ConstraintMatch in ai.timefold.solver.core.api.score.constraint
Methods in ai.timefold.solver.core.api.score.constraint that return types with arguments of type ConstraintMatch Modifier and Type Method Description Set<ConstraintMatch<Score_>>ConstraintMatchTotal. getConstraintMatchSet()Set<ConstraintMatch<Score_>>Indictment. getConstraintMatchSet()Methods in ai.timefold.solver.core.api.score.constraint with parameters of type ConstraintMatch Modifier and Type Method Description intConstraintMatch. compareTo(ConstraintMatch<Score_> other) -
Uses of ConstraintMatch in ai.timefold.solver.core.impl.score.constraint
Methods in ai.timefold.solver.core.impl.score.constraint that return ConstraintMatch Modifier and Type Method Description ConstraintMatch<Score_>DefaultConstraintMatchTotal. addConstraintMatch(ConstraintJustification justification, Collection<Object> indictedObjects, Score_ score)Creates aConstraintMatchand adds it to the collection returned byDefaultConstraintMatchTotal.getConstraintMatchSet().ConstraintMatch<Score_>DefaultConstraintMatchTotal. addConstraintMatch(List<Object> justifications, Score_ score)Creates aConstraintMatchand adds it to the collection returned byDefaultConstraintMatchTotal.getConstraintMatchSet().Methods in ai.timefold.solver.core.impl.score.constraint that return types with arguments of type ConstraintMatch Modifier and Type Method Description Set<ConstraintMatch<Score_>>DefaultConstraintMatchTotal. getConstraintMatchSet()Set<ConstraintMatch<Score_>>DefaultIndictment. getConstraintMatchSet()Methods in ai.timefold.solver.core.impl.score.constraint with parameters of type ConstraintMatch Modifier and Type Method Description voidDefaultConstraintMatchTotal. addConstraintMatch(ConstraintMatch<Score_> constraintMatch)voidDefaultIndictment. addConstraintMatch(ConstraintMatch<Score_> constraintMatch)booleanDefaultIndictment. addConstraintMatchWithoutFail(ConstraintMatch<Score_> constraintMatch)voidDefaultConstraintMatchTotal. removeConstraintMatch(ConstraintMatch<Score_> constraintMatch)voidDefaultIndictment. removeConstraintMatch(ConstraintMatch<Score_> constraintMatch)
-