Uses of Class
ai.timefold.solver.core.impl.domain.variable.listener.VariableListenerWithSources
Packages that use VariableListenerWithSources
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.anchor
Methods in ai.timefold.solver.core.impl.domain.variable.anchor that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionAnchorShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.cascade
Methods in ai.timefold.solver.core.impl.domain.variable.cascade that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionCascadingUpdateShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.custom
Methods in ai.timefold.solver.core.impl.domain.variable.custom that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionCustomShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) LegacyCustomShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) PiggybackShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionDeclarativeShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) ShadowVariableLoopedVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.descriptor
Methods in ai.timefold.solver.core.impl.domain.variable.descriptor that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionabstract Iterable<VariableListenerWithSources<Solution_>>ShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.index
Methods in ai.timefold.solver.core.impl.domain.variable.index that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionIndexShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.inverserelation
Methods in ai.timefold.solver.core.impl.domain.variable.inverserelation that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionInverseRelationShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.listener
Methods in ai.timefold.solver.core.impl.domain.variable.listener that return types with arguments of type VariableListenerWithSources -
Uses of VariableListenerWithSources in ai.timefold.solver.core.impl.domain.variable.nextprev
Methods in ai.timefold.solver.core.impl.domain.variable.nextprev that return types with arguments of type VariableListenerWithSourcesModifier and TypeMethodDescriptionNextElementShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager) PreviousElementShadowVariableDescriptor.buildVariableListeners(SupplyManager supplyManager)