Solution_
- the solution type, the class with the PlanningSolution
annotationpublic abstract class AbstractFromPropertyValueRangeDescriptor<Solution_> extends AbstractValueRangeDescriptor<Solution_>
Modifier and Type | Field and Description |
---|---|
protected boolean |
arrayWrapping |
protected boolean |
collectionWrapping |
protected boolean |
countable |
protected MemberAccessor |
memberAccessor |
addNullInValueRange, variableDescriptor
Constructor and Description |
---|
AbstractFromPropertyValueRangeDescriptor(GenuineVariableDescriptor<Solution_> variableDescriptor,
boolean addNullInValueRange,
MemberAccessor memberAccessor) |
Modifier and Type | Method and Description |
---|---|
boolean |
isCountable() |
protected ValueRange<?> |
readValueRange(Object bean) |
doNullInValueRangeWrapping, getVariableDescriptor, mightContainEntity, toString
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
extractValueRange, isEntityIndependent
protected final MemberAccessor memberAccessor
protected boolean collectionWrapping
protected boolean arrayWrapping
protected boolean countable
public AbstractFromPropertyValueRangeDescriptor(GenuineVariableDescriptor<Solution_> variableDescriptor, boolean addNullInValueRange, MemberAccessor memberAccessor)
public boolean isCountable()
ValueRange
is countable
(for example a double value range between 1.2 and 1.4 is not countable)protected ValueRange<?> readValueRange(Object bean)
Copyright © 2006–2018 JBoss by Red Hat. All rights reserved.