@Target(value={METHOD,FIELD}) @Retention(value=RUNTIME) public @interface ValueRangeProvider
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
.
Modifier and Type | Required Element and Description |
---|---|
String |
id
Used by
PlanningVariable.valueRangeProviderRefs()
to map a PlanningVariable to a ValueRangeProvider . |
public abstract String id
PlanningVariable.valueRangeProviderRefs()
to map a PlanningVariable
to a ValueRangeProvider
.SolverFactory
Copyright © 2006–2019 JBoss by Red Hat. All rights reserved.