Uses of Class
org.optaplanner.core.api.domain.variable.PlanningVariableReference
-
Packages that use PlanningVariableReference Package Description org.optaplanner.core.api.domain.variable Domain annotations and support classes for a planning variable. -
-
Uses of PlanningVariableReference in org.optaplanner.core.api.domain.variable
Methods in org.optaplanner.core.api.domain.variable that return PlanningVariableReference Modifier and Type Method Description PlanningVariableReference[]
sources()
Deprecated, for removal: This API element is subject to removal in a future version.The source variables (leaders) that trigger a change to this shadow variable (follower).PlanningVariableReference
variableListenerRef()
Deprecated, for removal: This API element is subject to removal in a future version.Use this when this shadow variable is updated by theVariableListener
of anotherCustomShadowVariable
.
-