public abstract class SelectorConfig extends Object
Constructor and Description |
---|
SelectorConfig() |
Modifier and Type | Method and Description |
---|---|
protected PlanningEntityDescriptor |
deduceEntityDescriptor(SolutionDescriptor solutionDescriptor,
Class<?> entityClass) |
protected PlanningVariableDescriptor |
deduceVariableDescriptor(PlanningEntityDescriptor entityDescriptor,
String variableName) |
protected Collection<PlanningVariableDescriptor> |
deduceVariableDescriptors(PlanningEntityDescriptor entityDescriptor,
List<String> variableNameIncludeList) |
protected void |
inherit(SelectorConfig inheritedConfig) |
String |
toString() |
protected void |
validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType,
SelectionOrder resolvedSelectionOrder) |
protected void validateCacheTypeVersusSelectionOrder(SelectionCacheType resolvedCacheType, SelectionOrder resolvedSelectionOrder)
protected PlanningEntityDescriptor deduceEntityDescriptor(SolutionDescriptor solutionDescriptor, Class<?> entityClass)
protected PlanningVariableDescriptor deduceVariableDescriptor(PlanningEntityDescriptor entityDescriptor, String variableName)
protected Collection<PlanningVariableDescriptor> deduceVariableDescriptors(PlanningEntityDescriptor entityDescriptor, List<String> variableNameIncludeList)
protected void inherit(SelectorConfig inheritedConfig)
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.