OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.impl.domain.variable.descriptor.ShadowVariableDescriptor

Packages that use ShadowVariableDescriptor
org.optaplanner.core.impl.domain.entity.descriptor   
org.optaplanner.core.impl.domain.variable.descriptor   
org.optaplanner.core.impl.domain.variable.listener   
 

Uses of ShadowVariableDescriptor in org.optaplanner.core.impl.domain.entity.descriptor
 

Methods in org.optaplanner.core.impl.domain.entity.descriptor that return ShadowVariableDescriptor
 ShadowVariableDescriptor EntityDescriptor.getShadowVariableDescriptor(String variableName)
           
 

Methods in org.optaplanner.core.impl.domain.entity.descriptor that return types with arguments of type ShadowVariableDescriptor
 Map<String,ShadowVariableDescriptor> EntityDescriptor.getShadowVariableDescriptorMap()
           
 

Uses of ShadowVariableDescriptor in org.optaplanner.core.impl.domain.variable.descriptor
 

Subclasses of ShadowVariableDescriptor in org.optaplanner.core.impl.domain.variable.descriptor
 class CustomShadowVariableDescriptor
           
 class InverseRelationShadowVariableDescriptor
           
 

Methods in org.optaplanner.core.impl.domain.variable.descriptor with parameters of type ShadowVariableDescriptor
 void VariableDescriptor.registerShadowVariableDescriptor(ShadowVariableDescriptor shadowVariableDescriptor)
           
 

Uses of ShadowVariableDescriptor in org.optaplanner.core.impl.domain.variable.listener
 

Constructors in org.optaplanner.core.impl.domain.variable.listener with parameters of type ShadowVariableDescriptor
InverseRelationVariableListener(ShadowVariableDescriptor shadowVariableDescriptor, VariableDescriptor sourceVariableDescriptor)
           
 


OptaPlanner core 6.2.0.Beta1

Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.