OptaPlanner core 6.2.0.Beta1

Uses of Interface
org.optaplanner.core.impl.domain.common.PropertyAccessor

Packages that use PropertyAccessor
org.optaplanner.core.impl.domain.common   
org.optaplanner.core.impl.domain.solution.descriptor   
org.optaplanner.core.impl.domain.variable.descriptor   
 

Uses of PropertyAccessor in org.optaplanner.core.impl.domain.common
 

Classes in org.optaplanner.core.impl.domain.common that implement PropertyAccessor
 class ReflectionPropertyAccessor
          Wraps PropertyDescriptor for faster and easier access.
 

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

Methods in org.optaplanner.core.impl.domain.solution.descriptor that return PropertyAccessor
 PropertyAccessor SolutionDescriptor.getPropertyAccessor(String propertyName)
           
 

Methods in org.optaplanner.core.impl.domain.solution.descriptor that return types with arguments of type PropertyAccessor
 Map<String,PropertyAccessor> SolutionDescriptor.getEntityCollectionPropertyAccessorMap()
           
 Map<String,PropertyAccessor> SolutionDescriptor.getEntityPropertyAccessorMap()
           
 

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

Fields in org.optaplanner.core.impl.domain.variable.descriptor declared as PropertyAccessor
protected  PropertyAccessor VariableDescriptor.variablePropertyAccessor
           
 


OptaPlanner core 6.2.0.Beta1

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