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, toStringclone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, waitextractValueRange, isEntityIndependentprotected 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–2017 JBoss by Red Hat. All rights reserved.