Class NoChangePhaseConfig
java.lang.Object
ai.timefold.solver.core.config.AbstractConfig<Config_>
ai.timefold.solver.core.config.phase.PhaseConfig<NoChangePhaseConfig>
ai.timefold.solver.core.config.phase.NoChangePhaseConfig
@Deprecated(forRemoval=true,
since="1.20.0")
public class NoChangePhaseConfig
extends PhaseConfig<NoChangePhaseConfig>
Deprecated, for removal: This API element is subject to removal in a future version.
-
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final StringDeprecated, for removal: This API element is subject to removal in a future version.Fields inherited from class ai.timefold.solver.core.config.phase.PhaseConfig
terminationConfig -
Constructor Summary
ConstructorsConstructorDescriptionDeprecated, for removal: This API element is subject to removal in a future version. -
Method Summary
Modifier and TypeMethodDescription@NonNull NoChangePhaseConfigDeprecated, for removal: This API element is subject to removal in a future version.Typically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.@NonNull NoChangePhaseConfiginherit(@NonNull NoChangePhaseConfig inheritedConfig) Deprecated, for removal: This API element is subject to removal in a future version.Inherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).voidvisitReferencedClasses(@NonNull Consumer<Class<?>> classVisitor) Deprecated, for removal: This API element is subject to removal in a future version.Call the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs).Methods inherited from class ai.timefold.solver.core.config.phase.PhaseConfig
getTerminationConfig, setTerminationConfig, toString, withTerminationConfig
-
Field Details
-
XML_ELEMENT_NAME
Deprecated, for removal: This API element is subject to removal in a future version.- See Also:
-
-
Constructor Details
-
NoChangePhaseConfig
public NoChangePhaseConfig()Deprecated, for removal: This API element is subject to removal in a future version.
-
-
Method Details
-
inherit
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractConfigInherits each property of theinheritedConfigunless that property (or a semantic alternative) is defined by this instance (which overwrites the inherited behaviour).After the inheritance, if a property on this
AbstractConfigcomposition is replaced, it should not affect the inherited composition instance.- Overrides:
inheritin classPhaseConfig<NoChangePhaseConfig>- Returns:
- this
-
copyConfig
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractConfigTypically implemented by constructing a new instance and callingAbstractConfig.inherit(AbstractConfig)on it.- Specified by:
copyConfigin classAbstractConfig<NoChangePhaseConfig>- Returns:
- new instance
-
visitReferencedClasses
Deprecated, for removal: This API element is subject to removal in a future version.Description copied from class:AbstractConfigCall the class visitor on each (possibly null) Class instance provided to this config by the user (including those provided in child configs). Required to create the bean factory in Quarkus.- Specified by:
visitReferencedClassesin classAbstractConfig<NoChangePhaseConfig>- Parameters:
classVisitor- The visitor of classes. Can accept null instances of Class.
-
NoChangePhase.