Uses of Class
ai.timefold.solver.core.impl.domain.variable.inverserelation.InverseRelationShadowVariableDescriptor
Packages that use InverseRelationShadowVariableDescriptor
Package
Description
-
Uses of InverseRelationShadowVariableDescriptor in ai.timefold.solver.core.impl.domain.variable.descriptor
Methods in ai.timefold.solver.core.impl.domain.variable.descriptor that return InverseRelationShadowVariableDescriptorModifier and TypeMethodDescriptionListVariableDescriptor.getInverseRelationShadowVariableDescriptor() -
Uses of InverseRelationShadowVariableDescriptor in ai.timefold.solver.core.impl.domain.variable.inverserelation
Fields in ai.timefold.solver.core.impl.domain.variable.inverserelation declared as InverseRelationShadowVariableDescriptorModifier and TypeFieldDescriptionprotected final InverseRelationShadowVariableDescriptor<Solution_>CollectionInverseVariableListener.shadowVariableDescriptorprotected final InverseRelationShadowVariableDescriptor<Solution_>SingletonInverseVariableListener.shadowVariableDescriptorprotected final InverseRelationShadowVariableDescriptor<Solution_>SingletonListInverseVariableListener.shadowVariableDescriptorConstructors in ai.timefold.solver.core.impl.domain.variable.inverserelation with parameters of type InverseRelationShadowVariableDescriptorModifierConstructorDescriptionCollectionInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor) SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor) SingletonListInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, ListVariableDescriptor<Solution_> sourceVariableDescriptor)