Class IndexShadowVariableDescriptor<Solution_>
- java.lang.Object
-
- org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor<Solution_>
-
- org.optaplanner.core.impl.domain.variable.descriptor.ShadowVariableDescriptor<Solution_>
-
- org.optaplanner.core.impl.domain.variable.index.IndexShadowVariableDescriptor<Solution_>
-
public class IndexShadowVariableDescriptor<Solution_> extends ShadowVariableDescriptor<Solution_>
-
-
Field Summary
Fields Modifier and Type Field Description protected ListVariableDescriptor<Solution_>
sourceVariableDescriptor
-
Fields inherited from class org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor
entityDescriptor, sinkVariableDescriptorList, variableMemberAccessor, variableName
-
-
Constructor Summary
Constructors Constructor Description IndexShadowVariableDescriptor(EntityDescriptor<Solution_> entityDescriptor, MemberAccessor variableMemberAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description VariableListener<Solution_,?>
buildVariableListener(InnerScoreDirector<Solution_,?> scoreDirector)
Demand<Solution_,?>
getProvidedDemand()
List<VariableDescriptor<Solution_>>
getSourceVariableDescriptorList()
Integer
getValue(Object entity)
Class<? extends VariableListener>
getVariableListenerClass()
void
linkVariableDescriptors(DescriptorPolicy descriptorPolicy)
void
processAnnotations(DescriptorPolicy descriptorPolicy)
-
Methods inherited from class org.optaplanner.core.impl.domain.variable.descriptor.ShadowVariableDescriptor
getGlobalShadowOrder, hasVariableListener, isGenuineAndUninitialized, setGlobalShadowOrder, toString
-
Methods inherited from class org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor
getEntityDescriptor, getMemberAccessorSpeedNote, getSimpleEntityAndVariableName, getSinkVariableDescriptorList, getVariableName, getVariablePropertyType, isGenuineListVariable, isValuePotentialAnchor, registerSinkVariableDescriptor, setValue
-
-
-
-
Field Detail
-
sourceVariableDescriptor
protected ListVariableDescriptor<Solution_> sourceVariableDescriptor
-
-
Constructor Detail
-
IndexShadowVariableDescriptor
public IndexShadowVariableDescriptor(EntityDescriptor<Solution_> entityDescriptor, MemberAccessor variableMemberAccessor)
-
-
Method Detail
-
processAnnotations
public void processAnnotations(DescriptorPolicy descriptorPolicy)
- Specified by:
processAnnotations
in classShadowVariableDescriptor<Solution_>
-
linkVariableDescriptors
public void linkVariableDescriptors(DescriptorPolicy descriptorPolicy)
- Specified by:
linkVariableDescriptors
in classVariableDescriptor<Solution_>
-
getSourceVariableDescriptorList
public List<VariableDescriptor<Solution_>> getSourceVariableDescriptorList()
Description copied from class:ShadowVariableDescriptor
- Specified by:
getSourceVariableDescriptorList
in classShadowVariableDescriptor<Solution_>
- Returns:
- never null, only variables affect this shadow variable directly
-
getVariableListenerClass
public Class<? extends VariableListener> getVariableListenerClass()
- Specified by:
getVariableListenerClass
in classShadowVariableDescriptor<Solution_>
-
getProvidedDemand
public Demand<Solution_,?> getProvidedDemand()
- Specified by:
getProvidedDemand
in classShadowVariableDescriptor<Solution_>
- Returns:
- never null
-
buildVariableListener
public VariableListener<Solution_,?> buildVariableListener(InnerScoreDirector<Solution_,?> scoreDirector)
- Specified by:
buildVariableListener
in classShadowVariableDescriptor<Solution_>
- Parameters:
scoreDirector
- never null- Returns:
- never null
-
getValue
public Integer getValue(Object entity)
- Overrides:
getValue
in classVariableDescriptor<Solution_>
-
-