OptaPlanner core 6.0.1.Final

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   
 

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
 

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

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


OptaPlanner core 6.0.1.Final

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