org.optaplanner.core.impl.domain.variable.descriptor
Class ShadowVariableDescriptor
java.lang.Object
org.optaplanner.core.impl.domain.variable.descriptor.VariableDescriptor
org.optaplanner.core.impl.domain.variable.descriptor.ShadowVariableDescriptor
- Direct Known Subclasses:
- AnchorShadowVariableDescriptor, CustomShadowVariableDescriptor, InverseRelationShadowVariableDescriptor
public abstract class ShadowVariableDescriptor
- extends VariableDescriptor
ShadowVariableDescriptor
public ShadowVariableDescriptor(EntityDescriptor entityDescriptor,
PropertyDescriptor propertyDescriptor)
processAnnotations
public abstract void processAnnotations(DescriptorPolicy descriptorPolicy)
linkShadowSources
public abstract void linkShadowSources(DescriptorPolicy descriptorPolicy)
getProvidedDemand
public abstract Demand getProvidedDemand()
- Returns:
- never null
buildVariableListener
public abstract VariableListener buildVariableListener(InnerScoreDirector scoreDirector)
- Parameters:
scoreDirector
- never null
- Returns:
- never null
Copyright © 2006-2015 JBoss by Red Hat. All Rights Reserved.