Uses of Class
ai.timefold.solver.core.impl.domain.variable.inverserelation.InverseRelationShadowVariableDescriptor
-
Packages that use InverseRelationShadowVariableDescriptor Package Description ai.timefold.solver.core.impl.domain.variable.inverserelation -
-
Uses of InverseRelationShadowVariableDescriptor in ai.timefold.solver.core.impl.domain.variable.inverserelation
Fields in ai.timefold.solver.core.impl.domain.variable.inverserelation declared as InverseRelationShadowVariableDescriptor Modifier and Type Field Description protected InverseRelationShadowVariableDescriptor<Solution_>CollectionInverseVariableListener. shadowVariableDescriptorprotected InverseRelationShadowVariableDescriptor<Solution_>SingletonInverseVariableListener. shadowVariableDescriptorprotected InverseRelationShadowVariableDescriptor<Solution_>SingletonListInverseVariableListener. shadowVariableDescriptorConstructors in ai.timefold.solver.core.impl.domain.variable.inverserelation with parameters of type InverseRelationShadowVariableDescriptor Constructor Description CollectionInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor)SingletonInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, VariableDescriptor<Solution_> sourceVariableDescriptor)SingletonListInverseVariableListener(InverseRelationShadowVariableDescriptor<Solution_> shadowVariableDescriptor, ListVariableDescriptor<Solution_> sourceVariableDescriptor)
-