Uses of Class
ai.timefold.solver.core.api.score.constraint.ConstraintMatch
Packages that use ConstraintMatch
Package
Description
-
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 ConstraintMatchModifier and TypeMethodDescription@NonNull Set<ConstraintMatch<Score_>>ConstraintMatchTotal.getConstraintMatchSet()@NonNull Set<ConstraintMatch<Score_>>Indictment.getConstraintMatchSet()Methods in ai.timefold.solver.core.api.score.constraint with parameters of type ConstraintMatch -
Uses of ConstraintMatch in ai.timefold.solver.core.impl.score.constraint
Methods in ai.timefold.solver.core.impl.score.constraint that return ConstraintMatchModifier and TypeMethodDescriptionDefaultConstraintMatchTotal.addConstraintMatch(ConstraintJustification justification, Collection<Object> indictedObjects, Score_ score) Creates aConstraintMatchand adds it to the collection returned byDefaultConstraintMatchTotal.getConstraintMatchSet().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 ConstraintMatchModifier and TypeMethodDescription@NonNull Set<ConstraintMatch<Score_>>DefaultConstraintMatchTotal.getConstraintMatchSet()@NonNull Set<ConstraintMatch<Score_>>DefaultIndictment.getConstraintMatchSet()Methods in ai.timefold.solver.core.impl.score.constraint with parameters of type ConstraintMatchModifier and TypeMethodDescriptionvoidDefaultConstraintMatchTotal.addConstraintMatch(ConstraintMatch<Score_> constraintMatch) voidDefaultIndictment.addConstraintMatch(ConstraintMatch<Score_> constraintMatch) booleanDefaultIndictment.addConstraintMatchWithoutFail(ConstraintMatch<Score_> constraintMatch) voidDefaultConstraintMatchTotal.removeConstraintMatch(ConstraintMatch<Score_> constraintMatch) voidDefaultIndictment.removeConstraintMatch(ConstraintMatch<Score_> constraintMatch)