Uses of Class
ai.timefold.solver.core.api.score.stream.ConstraintStreamImplType
-
Packages that use ConstraintStreamImplType Package Description ai.timefold.solver.core.api.score.stream ai.timefold.solver.core.config.score.director ai.timefold.solver.core.config.solver -
-
Uses of ConstraintStreamImplType in ai.timefold.solver.core.api.score.stream
Methods in ai.timefold.solver.core.api.score.stream that return ConstraintStreamImplType Modifier and Type Method Description static ConstraintStreamImplTypeConstraintStreamImplType. valueOf(String name)Returns the enum constant of this type with the specified name.static ConstraintStreamImplType[]ConstraintStreamImplType. values()Returns an array containing the constants of this enum type, in the order they are declared. -
Uses of ConstraintStreamImplType in ai.timefold.solver.core.config.score.director
Fields in ai.timefold.solver.core.config.score.director declared as ConstraintStreamImplType Modifier and Type Field Description protected ConstraintStreamImplTypeScoreDirectorFactoryConfig. constraintStreamImplTypeMethods in ai.timefold.solver.core.config.score.director that return ConstraintStreamImplType Modifier and Type Method Description ConstraintStreamImplTypeScoreDirectorFactoryConfig. getConstraintStreamImplType()Methods in ai.timefold.solver.core.config.score.director with parameters of type ConstraintStreamImplType Modifier and Type Method Description voidScoreDirectorFactoryConfig. setConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)ScoreDirectorFactoryConfigScoreDirectorFactoryConfig. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType) -
Uses of ConstraintStreamImplType in ai.timefold.solver.core.config.solver
Methods in ai.timefold.solver.core.config.solver with parameters of type ConstraintStreamImplType Modifier and Type Method Description SolverConfigSolverConfig. withConstraintStreamImplType(ConstraintStreamImplType constraintStreamImplType)
-