public @interface PlanningVariableReference
PlanningVariable or a shadow variable.| Modifier and Type | Required Element and Description | 
|---|---|
String | 
variableName
The name of the planning variable that is referenced. 
 | 
| Modifier and Type | Optional Element and Description | 
|---|---|
Class<?> | 
entityClass
The  
PlanningEntity class of the planning variable. | 
public abstract String variableName
public abstract Class<?> entityClass
PlanningEntity class of the planning variable.
 
 Specified if the planning variable is on a different Class
 than the class that uses this referencing annotation.
PlanningVariableReference.NullEntityClass when it is null (workaround for annotation limitation).
 Defaults to the same Class as the one that uses this annotation.Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.