Annotation Type ValueRangeProvider
Provides the planning values that can be used for a 
PlanningVariable.
 
 This is specified on a getter of a java bean property (or directly on a field)
 which returns a Collection or ValueRange.
 A Collection is implicitly converted to a ValueRange.
- 
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionUsed byPlanningVariable.valueRangeProviderRefs()to map aPlanningVariableto aValueRangeProvider. 
- 
Element Details
- 
id
String idUsed byPlanningVariable.valueRangeProviderRefs()to map aPlanningVariableto aValueRangeProvider. If not provided, an attempt will be made to find a matchingPlanningVariablewithout a ref.- Returns:
 - if provided, must be unique across a 
SolverFactory 
- Default:
 - ""
 
 
 -