|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectorg.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor
org.optaplanner.core.impl.domain.variable.descriptor.ShadowVariableDescriptor
public abstract class ShadowVariableDescriptor
Field Summary |
---|
Fields inherited from class org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor |
---|
entityDescriptor, variableName, variablePropertyAccessor |
Constructor Summary | |
---|---|
ShadowVariableDescriptor(EntityDescriptor entityDescriptor,
PropertyDescriptor propertyDescriptor)
|
Method Summary | |
---|---|
abstract VariableListener |
buildVariableListener()
|
abstract void |
linkShadowSources(DescriptorPolicy descriptorPolicy)
|
abstract void |
processAnnotations(DescriptorPolicy descriptorPolicy)
|
Methods inherited from class org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor |
---|
buildVariableListenerList, getEntityDescriptor, getSimpleEntityAndVariableName, getValue, getVariableName, getVariablePropertyType, hasAnyShadow, registerShadowVariableDescriptor, setValue, toString |
Methods inherited from class java.lang.Object |
---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
Constructor Detail |
---|
public ShadowVariableDescriptor(EntityDescriptor entityDescriptor, PropertyDescriptor propertyDescriptor)
Method Detail |
---|
public abstract void processAnnotations(DescriptorPolicy descriptorPolicy)
public abstract void linkShadowSources(DescriptorPolicy descriptorPolicy)
public abstract VariableListener buildVariableListener()
|
OptaPlanner core 6.2.0.CR2 | |||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |