Uses of Class
ai.timefold.solver.core.impl.domain.variable.listener.VariableListenerWithSources
-
-
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 VariableListenerWithSources Modifier and Type Method Description Iterable<VariableListenerWithSources<Solution_>>AnchorShadowVariableDescriptor. 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 VariableListenerWithSources Modifier and Type Method Description Iterable<VariableListenerWithSources<Solution_>>CustomShadowVariableDescriptor. buildVariableListeners(SupplyManager supplyManager)Iterable<VariableListenerWithSources<Solution_>>LegacyCustomShadowVariableDescriptor. buildVariableListeners(SupplyManager supplyManager)Iterable<VariableListenerWithSources<Solution_>>PiggybackShadowVariableDescriptor. 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 VariableListenerWithSources Modifier and Type Method Description abstract 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 VariableListenerWithSources Modifier and Type Method Description Iterable<VariableListenerWithSources<Solution_>>IndexShadowVariableDescriptor. 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 VariableListenerWithSources Modifier and Type Method Description Iterable<VariableListenerWithSources<Solution_>>InverseRelationShadowVariableDescriptor. 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 Modifier and Type Method Description Collection<VariableListenerWithSources<Solution_>>VariableListenerWithSources. toCollection() -
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 VariableListenerWithSources Modifier and Type Method Description Iterable<VariableListenerWithSources<Solution_>>NextElementShadowVariableDescriptor. buildVariableListeners(SupplyManager supplyManager)Iterable<VariableListenerWithSources<Solution_>>PreviousElementShadowVariableDescriptor. buildVariableListeners(SupplyManager supplyManager)
-