OptaPlanner core 6.0.0.Beta3

Uses of Class
org.optaplanner.core.impl.heuristic.selector.entity.PlanningEntitySelectionOrder

Packages that use PlanningEntitySelectionOrder
org.optaplanner.core.config.constructionheuristic.greedyFit   
org.optaplanner.core.impl.heuristic.selector.entity   
 

Uses of PlanningEntitySelectionOrder in org.optaplanner.core.config.constructionheuristic.greedyFit
 

Fields in org.optaplanner.core.config.constructionheuristic.greedyFit declared as PlanningEntitySelectionOrder
protected  PlanningEntitySelectionOrder GreedyFitPlanningEntityConfig.selectionOrder
          Deprecated.  
 

Methods in org.optaplanner.core.config.constructionheuristic.greedyFit that return PlanningEntitySelectionOrder
 PlanningEntitySelectionOrder GreedyFitPlanningEntityConfig.getSelectionOrder()
          Deprecated.  
 

Methods in org.optaplanner.core.config.constructionheuristic.greedyFit with parameters of type PlanningEntitySelectionOrder
 void GreedyFitPlanningEntityConfig.setSelectionOrder(PlanningEntitySelectionOrder selectionOrder)
          Deprecated.  
 

Uses of PlanningEntitySelectionOrder in org.optaplanner.core.impl.heuristic.selector.entity
 

Methods in org.optaplanner.core.impl.heuristic.selector.entity that return PlanningEntitySelectionOrder
static PlanningEntitySelectionOrder PlanningEntitySelectionOrder.valueOf(String name)
          Deprecated. Returns the enum constant of this type with the specified name.
static PlanningEntitySelectionOrder[] PlanningEntitySelectionOrder.values()
          Deprecated. Returns an array containing the constants of this enum type, in the order they are declared.
 

Methods in org.optaplanner.core.impl.heuristic.selector.entity with parameters of type PlanningEntitySelectionOrder
 void PlanningEntitySelector.setSelectionOrder(PlanningEntitySelectionOrder selectionOrder)
          Deprecated.  
 


OptaPlanner core 6.0.0.Beta3

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