OptaPlanner core 6.1.0.Beta2

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   
 

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()
           
 


OptaPlanner core 6.1.0.Beta2

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