Uses of Interface
ai.timefold.solver.core.impl.domain.variable.listener.SourcedVariableListener
Packages that use SourcedVariableListener
Package
Description
-
Uses of SourcedVariableListener in ai.timefold.solver.core.impl.domain.variable
Subinterfaces of SourcedVariableListener in ai.timefold.solver.core.impl.domain.variableModifier and TypeInterfaceDescriptioninterfaceListVariableStateSupply<Solution_>Single source of truth for all information about elements insidelist variables. -
Uses of SourcedVariableListener in ai.timefold.solver.core.impl.domain.variable.anchor
Classes in ai.timefold.solver.core.impl.domain.variable.anchor that implement SourcedVariableListenerModifier and TypeClassDescriptionclassExternalizedAnchorVariableSupply<Solution_>Alternative toAnchorVariableListener. -
Uses of SourcedVariableListener in ai.timefold.solver.core.impl.domain.variable.inverserelation
Classes in ai.timefold.solver.core.impl.domain.variable.inverserelation that implement SourcedVariableListenerModifier and TypeClassDescriptionclassExternalizedCollectionInverseVariableSupply<Solution_>Alternative toCollectionInverseVariableListener.classExternalizedSingletonInverseVariableSupply<Solution_>Alternative toSingletonInverseVariableListener. -
Uses of SourcedVariableListener 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 SourcedVariableListenerModifier and TypeClassDescriptionclassListVariableTracker<Solution_>Tracks variable listener events for a givenPlanningListVariable.classVariableTracker<Solution_>Tracks variable listener events for a given genuine or shadow variable (exceptPlanningListVariable).