Uses of Interface
ai.timefold.solver.core.impl.domain.variable.InnerBasicVariableListener
Packages that use InnerBasicVariableListener
Package
Description
-
Uses of InnerBasicVariableListener in ai.timefold.solver.core.impl.domain.variable.anchor
Classes in ai.timefold.solver.core.impl.domain.variable.anchor that implement InnerBasicVariableListenerModifier and TypeClassDescriptionclassAnchorVariableListener<Solution_,Entity_> classExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener. -
Uses of InnerBasicVariableListener in ai.timefold.solver.core.impl.domain.variable.custom
Classes in ai.timefold.solver.core.impl.domain.variable.custom that implement InnerBasicVariableListenerModifier and TypeClassDescriptionfinal record -
Uses of InnerBasicVariableListener in ai.timefold.solver.core.impl.domain.variable.inverserelation
Classes in ai.timefold.solver.core.impl.domain.variable.inverserelation that implement InnerBasicVariableListenerModifier and TypeClassDescriptionclassCollectionInverseVariableListener<Solution_>classExternalizedCollectionInverseVariableSupply<Solution_>Alternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener.classSingletonInverseVariableListener<Solution_> -
Uses of InnerBasicVariableListener in ai.timefold.solver.core.impl.domain.variable.listener
Subinterfaces of InnerBasicVariableListener in ai.timefold.solver.core.impl.domain.variable.listenerModifier and TypeInterfaceDescriptioninterfaceSourcedBasicVariableListener<Solution_,Entity_> Used to externalize data for aSupplyfrom the domain model itself. -
Uses of InnerBasicVariableListener in ai.timefold.solver.core.impl.domain.variable.listener.support.violation
Classes in ai.timefold.solver.core.impl.domain.variable.listener.support.violation that implement InnerBasicVariableListenerModifier and TypeClassDescriptionclassVariableTracker<Solution_>Tracks variable listener events for a given genuine or shadow variable (exceptPlanningListVariable).