@Target(value=METHOD) @Retention(value=RUNTIME) public @interface AnchorShadowVariable
PlanningVariable
, which implies it's a shadow variable.
It is specified on a getter of a java bean property of a PlanningEntity
class.Modifier and Type | Required Element and Description |
---|---|
String |
sourceVariableName
The source planning variable is a chained planning variable that leads to the anchor.
|
public abstract String sourceVariableName
Solver
changes a genuine variable, it adjusts the shadow variable accordingly.
In practice, the Solver
ignores shadow variables (except for consistency housekeeping).Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.