|
OptaPlanner distribution 6.0.0.CR4-Pre1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.optaplanner.core.impl.domain.value.AbstractPlanningValueRangeDescriptor
org.optaplanner.core.impl.domain.value.FromEntityPropertyPlanningValueRangeDescriptor
public class FromEntityPropertyPlanningValueRangeDescriptor
| Field Summary |
|---|
| Fields inherited from class org.optaplanner.core.impl.domain.value.AbstractPlanningValueRangeDescriptor |
|---|
variableDescriptor |
| Constructor Summary | |
|---|---|
FromEntityPropertyPlanningValueRangeDescriptor(PlanningVariableDescriptor variableDescriptor,
Method readMethod)
|
|
| Method Summary | |
|---|---|
Collection<?> |
extractAllValues(Solution solution)
|
Collection<?> |
extractValues(Solution solution,
Object entity)
|
Collection<?> |
extractValuesFromEntity(Object entity)
|
long |
getValueCount(Solution solution,
Object entity)
|
boolean |
isEntityDependent()
|
| Methods inherited from class org.optaplanner.core.impl.domain.value.AbstractPlanningValueRangeDescriptor |
|---|
getVariableDescriptor, isValuesCacheable, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public FromEntityPropertyPlanningValueRangeDescriptor(PlanningVariableDescriptor variableDescriptor,
Method readMethod)
| Method Detail |
|---|
public boolean isEntityDependent()
public Collection<?> extractAllValues(Solution solution)
public Collection<?> extractValues(Solution solution,
Object entity)
public Collection<?> extractValuesFromEntity(Object entity)
public long getValueCount(Solution solution,
Object entity)
|
OptaPlanner distribution 6.0.0.CR4-Pre1 | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||