Class AnchorShadowVariableDescriptor<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.anchor.AnchorShadowVariableDescriptor<Solution_>
-
- Type Parameters:
Solution_- the solution type, the class with thePlanningSolutionannotation
public class AnchorShadowVariableDescriptor<Solution_> extends ShadowVariableDescriptor<Solution_>
-
-
Field Summary
Fields Modifier and Type Field Description protected VariableDescriptor<Solution_>sourceVariableDescriptor-
Fields inherited from class org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor
entityDescriptor, sinkVariableDescriptorList, variableMemberAccessor, variableName
-
-
Constructor Summary
Constructors Constructor Description AnchorShadowVariableDescriptor(EntityDescriptor<Solution_> entityDescriptor, MemberAccessor variableMemberAccessor)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Iterable<VariableListenerWithSources<Solution_>>buildVariableListeners(SupplyManager supplyManager)AnchorVariableDemand<Solution_>getProvidedDemand()List<VariableDescriptor<Solution_>>getSourceVariableDescriptorList()Collection<Class<? extends AbstractVariableListener>>getVariableListenerClasses()voidlinkVariableDescriptors(DescriptorPolicy descriptorPolicy)voidprocessAnnotations(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, getValue, getVariableName, getVariablePropertyType, isGenuineListVariable, isValuePotentialAnchor, registerSinkVariableDescriptor, setValue
-
-
-
-
Field Detail
-
sourceVariableDescriptor
protected VariableDescriptor<Solution_> sourceVariableDescriptor
-
-
Constructor Detail
-
AnchorShadowVariableDescriptor
public AnchorShadowVariableDescriptor(EntityDescriptor<Solution_> entityDescriptor, MemberAccessor variableMemberAccessor)
-
-
Method Detail
-
processAnnotations
public void processAnnotations(DescriptorPolicy descriptorPolicy)
- Specified by:
processAnnotationsin classShadowVariableDescriptor<Solution_>
-
linkVariableDescriptors
public void linkVariableDescriptors(DescriptorPolicy descriptorPolicy)
- Specified by:
linkVariableDescriptorsin classVariableDescriptor<Solution_>
-
getSourceVariableDescriptorList
public List<VariableDescriptor<Solution_>> getSourceVariableDescriptorList()
Description copied from class:ShadowVariableDescriptor- Specified by:
getSourceVariableDescriptorListin classShadowVariableDescriptor<Solution_>- Returns:
- never null, only variables affect this shadow variable directly
-
getVariableListenerClasses
public Collection<Class<? extends AbstractVariableListener>> getVariableListenerClasses()
- Specified by:
getVariableListenerClassesin classShadowVariableDescriptor<Solution_>
-
getProvidedDemand
public AnchorVariableDemand<Solution_> getProvidedDemand()
- Specified by:
getProvidedDemandin classShadowVariableDescriptor<Solution_>- Returns:
- never null
-
buildVariableListeners
public Iterable<VariableListenerWithSources<Solution_>> buildVariableListeners(SupplyManager supplyManager)
- Specified by:
buildVariableListenersin classShadowVariableDescriptor<Solution_>- Parameters:
supplyManager- never null- Returns:
- never null
-
-