Uses of Interface
ai.timefold.solver.core.api.domain.variable.VariableListener
-
Packages that use VariableListener Package Description ai.timefold.solver.core.api.domain.variable Domain annotations and support classes for a planning variable.ai.timefold.solver.core.impl.domain.variable.anchor ai.timefold.solver.core.impl.domain.variable.custom ai.timefold.solver.core.impl.domain.variable.inverserelation -
-
Uses of VariableListener in ai.timefold.solver.core.api.domain.variable
Subinterfaces of VariableListener in ai.timefold.solver.core.api.domain.variable Modifier and Type Interface Description static interfaceCustomShadowVariable.NullVariableListenerDeprecated, for removal: This API element is subject to removal in a future version.Workaround for annotation limitation inCustomShadowVariable.variableListenerClass().Methods in ai.timefold.solver.core.api.domain.variable that return types with arguments of type VariableListener Modifier and Type Method Description Class<? extends VariableListener>variableListenerClass()Deprecated, for removal: This API element is subject to removal in a future version.AVariableListenergets notified after a source planning variable has changed. -
Uses of VariableListener in ai.timefold.solver.core.impl.domain.variable.anchor
Classes in ai.timefold.solver.core.impl.domain.variable.anchor that implement VariableListener Modifier and Type Class Description classAnchorVariableListener<Solution_>classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener. -
Uses of VariableListener in ai.timefold.solver.core.impl.domain.variable.custom
Fields in ai.timefold.solver.core.impl.domain.variable.custom with type parameters of type VariableListener Modifier and Type Field Description protected Class<? extends VariableListener>LegacyCustomShadowVariableDescriptor. variableListenerClass -
Uses of VariableListener in ai.timefold.solver.core.impl.domain.variable.inverserelation
Classes in ai.timefold.solver.core.impl.domain.variable.inverserelation that implement VariableListener Modifier and Type Class Description classCollectionInverseVariableListener<Solution_>classExternalizedCollectionInverseVariableSupply<Solution_>Alternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.classSingletonInverseVariableListener<Solution_>
-