Uses of Enum Class
ai.timefold.solver.core.api.score.stream.ConstraintStreamImplType
Packages that use ConstraintStreamImplType
Package
Description
-
Uses of ConstraintStreamImplType in ai.timefold.solver.core.api.score.stream
Methods in ai.timefold.solver.core.api.score.stream that return ConstraintStreamImplTypeModifier and TypeMethodDescriptionstatic ConstraintStreamImplTypeDeprecated, for removal: This API element is subject to removal in a future version.Returns the enum constant of this class with the specified name.static ConstraintStreamImplType[]ConstraintStreamImplType.values()Deprecated, for removal: This API element is subject to removal in a future version.Returns an array containing the constants of this enum class, 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 ConstraintStreamImplTypeModifier and TypeFieldDescriptionprotected ConstraintStreamImplTypeScoreDirectorFactoryConfig.constraintStreamImplTypeMethods in ai.timefold.solver.core.config.score.director that return ConstraintStreamImplTypeModifier and TypeMethodDescription@Nullable ConstraintStreamImplTypeScoreDirectorFactoryConfig.getConstraintStreamImplType()Deprecated, for removal: This API element is subject to removal in a future version.There is only one implementation, so this method is deprecated.Methods in ai.timefold.solver.core.config.score.director with parameters of type ConstraintStreamImplTypeModifier and TypeMethodDescriptionvoidScoreDirectorFactoryConfig.setConstraintStreamImplType(@Nullable ConstraintStreamImplType constraintStreamImplType) Deprecated, for removal: This API element is subject to removal in a future version.There is only one implementation, so this method is deprecated.@NonNull ScoreDirectorFactoryConfigScoreDirectorFactoryConfig.withConstraintStreamImplType(@NonNull ConstraintStreamImplType constraintStreamImplType) Deprecated, for removal: This API element is subject to removal in a future version.There is only one implementation, so this method is deprecated. -
Uses of ConstraintStreamImplType in ai.timefold.solver.core.config.solver
Methods in ai.timefold.solver.core.config.solver with parameters of type ConstraintStreamImplTypeModifier and TypeMethodDescription@NonNull SolverConfigSolverConfig.withConstraintStreamImplType(@NonNull ConstraintStreamImplType constraintStreamImplType)