Uses of Interface
ai.timefold.solver.core.api.domain.variable.VariableListener
Packages that use VariableListener
Package
Description
Domain annotations and support classes for a planning variable.
-
Uses of VariableListener in ai.timefold.solver.core.api.domain.variable
Subinterfaces of VariableListener in ai.timefold.solver.core.api.domain.variableModifier and TypeInterfaceDescriptionstatic interfaceDeprecated, for removal: This API element is subject to removal in a future version.Workaround for annotation limitation inCustomShadowVariable.variableListenerClass(). -
Uses of VariableListener in ai.timefold.solver.core.impl.domain.variable.custom
Methods in ai.timefold.solver.core.impl.domain.variable.custom that return VariableListenerModifier and TypeMethodDescriptionLegacyCustomShadowVariableBasicVariableListener.customVariableListener()Returns the value of thecustomVariableListenerrecord component.Constructors in ai.timefold.solver.core.impl.domain.variable.custom with parameters of type VariableListenerModifierConstructorDescriptionLegacyCustomShadowVariableBasicVariableListener(Class<?>[] sourceEntityClasses, VariableListener<Solution_, Object> customVariableListener) Creates an instance of aLegacyCustomShadowVariableBasicVariableListenerrecord class.