Uses of Class
ai.timefold.solver.core.impl.domain.variable.declarative.ShadowVariableLoopedVariableDescriptor
Packages that use ShadowVariableLoopedVariableDescriptor
Package
Description
Provided shadow variables work by calculating the topological order
of each shadow variable.
-
Uses of ShadowVariableLoopedVariableDescriptor in ai.timefold.solver.core.impl.domain.entity.descriptor
Methods in ai.timefold.solver.core.impl.domain.entity.descriptor that return ShadowVariableLoopedVariableDescriptorModifier and TypeMethodDescription@Nullable ShadowVariableLoopedVariableDescriptor<Solution_>EntityDescriptor.getShadowVariableLoopedDescriptor() -
Uses of ShadowVariableLoopedVariableDescriptor in ai.timefold.solver.core.impl.domain.variable.declarative
Methods in ai.timefold.solver.core.impl.domain.variable.declarative that return ShadowVariableLoopedVariableDescriptorModifier and TypeMethodDescription@Nullable ShadowVariableLoopedVariableDescriptor<Solution_>VariableUpdaterInfo.shadowVariableLoopedDescriptor()Returns the value of theshadowVariableLoopedDescriptorrecord component.Constructors in ai.timefold.solver.core.impl.domain.variable.declarative with parameters of type ShadowVariableLoopedVariableDescriptorModifierConstructorDescriptionVariableUpdaterInfo(VariableMetaModel<Solution_, ?, ?> id, int groupId, DeclarativeShadowVariableDescriptor<Solution_> variableDescriptor, @Nullable ShadowVariableLoopedVariableDescriptor<Solution_> shadowVariableLoopedDescriptor, MemberAccessor memberAccessor, Function<Object, Object> calculator) Creates an instance of aVariableUpdaterInforecord class.