Annotation Type PreviousElementShadowVariable
Specifies that a bean property (or a field) references the previous element in the same 
PlanningListVariable.
 The previous element's index is 1 lower than this element's index.
 It is null if this element is the first element in the list variable.
 
 It is specified on a getter of a java bean property (or a field) of a PlanningEntity class.
 
 The source variable must be a list variable.
- 
Required Element SummaryRequired Elements
- 
Element Details- 
sourceVariableNameString sourceVariableNameThe source variable must be alist variable.When the Solverchanges a genuine variable, it adjusts the shadow variable accordingly. In practice, theSolverignores shadow variables (except for consistency housekeeping).- Returns:
- property name of the list variable that contains instances of this planning value
 
 
-