Uses of Class
ai.timefold.solver.core.api.score.stream.DefaultConstraintJustification
-
Packages that use DefaultConstraintJustification Package Description ai.timefold.solver.core.api.score.stream -
-
Uses of DefaultConstraintJustification in ai.timefold.solver.core.api.score.stream
Methods in ai.timefold.solver.core.api.score.stream that return DefaultConstraintJustification Modifier and Type Method Description static DefaultConstraintJustificationDefaultConstraintJustification. of(Score<?> impact, Object fact)static DefaultConstraintJustificationDefaultConstraintJustification. of(Score<?> impact, Object... facts)static DefaultConstraintJustificationDefaultConstraintJustification. of(Score<?> impact, Object factA, Object factB)static DefaultConstraintJustificationDefaultConstraintJustification. of(Score<?> impact, Object factA, Object factB, Object factC)static DefaultConstraintJustificationDefaultConstraintJustification. of(Score<?> impact, Object factA, Object factB, Object factC, Object factD)static DefaultConstraintJustificationDefaultConstraintJustification. of(Score<?> impact, List<Object> facts)Methods in ai.timefold.solver.core.api.score.stream with parameters of type DefaultConstraintJustification Modifier and Type Method Description intDefaultConstraintJustification. compareTo(DefaultConstraintJustification other)
-