org.optaplanner.core.impl.domain.value
public interface PlanningValueRangeDescriptor
Modifier and Type | Method and Description |
---|---|
Collection<?> |
extractAllValues(Solution solution) |
Collection<?> |
extractValues(Solution solution,
Object entity) |
long |
getValueCount(Solution solution,
Object entity) |
boolean |
isEntityDependent() |
boolean |
isValuesCacheable() |
boolean isEntityDependent()
Collection<?> extractAllValues(Solution solution)
Collection<?> extractValues(Solution solution, Object entity)
boolean isValuesCacheable()
Copyright © 2006-2013 JBoss by Red Hat. All Rights Reserved.