OptaPlanner core 6.2.0.Beta1

Uses of Class
org.optaplanner.core.impl.domain.policy.DescriptorPolicy

Packages that use DescriptorPolicy
org.optaplanner.core.impl.domain.entity.descriptor   
org.optaplanner.core.impl.domain.solution.descriptor   
org.optaplanner.core.impl.domain.variable.descriptor   
 

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

Methods in org.optaplanner.core.impl.domain.entity.descriptor with parameters of type DescriptorPolicy
 void EntityDescriptor.linkInheritedEntityDescriptors(DescriptorPolicy descriptorPolicy)
           
 void EntityDescriptor.linkShadowSources(DescriptorPolicy descriptorPolicy)
           
 void EntityDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy)
           
 

Uses of DescriptorPolicy in org.optaplanner.core.impl.domain.solution.descriptor
 

Methods in org.optaplanner.core.impl.domain.solution.descriptor with parameters of type DescriptorPolicy
 void SolutionDescriptor.afterAnnotationsProcessed(DescriptorPolicy descriptorPolicy)
           
 void SolutionDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy)
           
 

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

Methods in org.optaplanner.core.impl.domain.variable.descriptor with parameters of type DescriptorPolicy
 void InverseRelationShadowVariableDescriptor.linkShadowSources(DescriptorPolicy descriptorPolicy)
           
 void CustomShadowVariableDescriptor.linkShadowSources(DescriptorPolicy descriptorPolicy)
           
abstract  void ShadowVariableDescriptor.linkShadowSources(DescriptorPolicy descriptorPolicy)
           
 void InverseRelationShadowVariableDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy)
           
 void CustomShadowVariableDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy)
           
 void GenuineVariableDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy)
           
abstract  void ShadowVariableDescriptor.processAnnotations(DescriptorPolicy descriptorPolicy)
           
 


OptaPlanner core 6.2.0.Beta1

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