Modifier and Type | Method and Description |
---|---|
protected PlanningEntityDescriptor |
EntityPlacerConfig.deduceEntityDescriptor(SolutionDescriptor solutionDescriptor) |
Modifier and Type | Method and Description |
---|---|
protected PlanningEntityDescriptor |
SelectorConfig.deduceEntityDescriptor(SolutionDescriptor solutionDescriptor,
Class<?> entityClass) |
Modifier and Type | Method and Description |
---|---|
protected PlanningVariableDescriptor |
SelectorConfig.deduceVariableDescriptor(PlanningEntityDescriptor entityDescriptor,
String variableName) |
protected Collection<PlanningVariableDescriptor> |
SelectorConfig.deduceVariableDescriptors(PlanningEntityDescriptor entityDescriptor,
List<String> variableNameIncludeList) |
Modifier and Type | Method and Description |
---|---|
protected boolean |
EntitySelectorConfig.determineBaseRandomSelection(PlanningEntityDescriptor entityDescriptor,
SelectionCacheType resolvedCacheType,
SelectionOrder resolvedSelectionOrder) |
SelectionSorter |
EntitySelectorConfig.EntitySorterManner.determineSorter(PlanningEntityDescriptor entityDescriptor) |
Modifier and Type | Method and Description |
---|---|
ValueSelector |
ValueSelectorConfig.buildValueSelector(HeuristicConfigPolicy configPolicy,
PlanningEntityDescriptor entityDescriptor,
SelectionCacheType minimumCacheType,
SelectionOrder inheritedSelectionOrder) |
Modifier and Type | Method and Description |
---|---|
SubChainSelector |
SubChainSelectorConfig.buildSubChainSelector(HeuristicConfigPolicy configPolicy,
PlanningEntityDescriptor entityDescriptor,
SelectionCacheType minimumCacheType,
SelectionOrder inheritedSelectionOrder) |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
SolutionDescriptor.getEntityDescriptor(Class<?> entitySubclass) |
PlanningEntityDescriptor |
SolutionDescriptor.getEntityDescriptorStrict(Class<?> planningEntityClass) |
Modifier and Type | Method and Description |
---|---|
Collection<PlanningEntityDescriptor> |
SolutionDescriptor.getEntityDescriptors() |
Collection<PlanningEntityDescriptor> |
SolutionDescriptor.getGenuineEntityDescriptors() |
Modifier and Type | Method and Description |
---|---|
void |
SolutionDescriptor.addPlanningEntityDescriptor(PlanningEntityDescriptor entityDescriptor) |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
PlanningVariableDescriptor.getEntityDescriptor() |
Constructor and Description |
---|
PlanningVariableDescriptor(PlanningEntityDescriptor entityDescriptor,
PropertyDescriptor propertyDescriptor) |
Modifier and Type | Method and Description |
---|---|
void |
PlanningVariableListenerSupport.afterEntityAdded(ScoreDirector scoreDirector,
PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
PlanningVariableListenerSupport.afterEntityRemoved(ScoreDirector scoreDirector,
PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
PlanningVariableListenerSupport.beforeEntityAdded(ScoreDirector scoreDirector,
PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
PlanningVariableListenerSupport.beforeEntityRemoved(ScoreDirector scoreDirector,
PlanningEntityDescriptor entityDescriptor,
Object entity) |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
ShadowVariableDescriptor.getEntityDescriptor() |
Constructor and Description |
---|
ShadowVariableDescriptor(PlanningEntityDescriptor entityDescriptor,
PropertyDescriptor propertyDescriptor) |
Modifier and Type | Field and Description |
---|---|
protected PlanningEntityDescriptor |
FromSolutionEntitySelector.entityDescriptor |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
EntitySelector.getEntityDescriptor() |
PlanningEntityDescriptor |
FromSolutionEntitySelector.getEntityDescriptor() |
Constructor and Description |
---|
FromSolutionEntitySelector(PlanningEntityDescriptor entityDescriptor,
SelectionCacheType cacheType,
boolean randomSelection) |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
AbstractCachingEntitySelector.getEntityDescriptor() |
PlanningEntityDescriptor |
ProbabilityEntitySelector.getEntityDescriptor() |
PlanningEntityDescriptor |
FilteringEntitySelector.getEntityDescriptor() |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
MimicReplayingEntitySelector.getEntityDescriptor() |
PlanningEntityDescriptor |
MimicRecordingEntitySelector.getEntityDescriptor() |
Modifier and Type | Method and Description |
---|---|
PlanningEntityDescriptor |
SameValuePillarSelector.getEntityDescriptor() |
PlanningEntityDescriptor |
PillarSelector.getEntityDescriptor() |
Constructor and Description |
---|
PlanningVariableWalker(PlanningEntityDescriptor entityDescriptor)
Deprecated.
|
Modifier and Type | Method and Description |
---|---|
void |
AbstractScoreDirector.afterEntityAdded(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
AbstractScoreDirector.afterEntityRemoved(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
AbstractScoreDirector.beforeEntityAdded(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
AbstractScoreDirector.beforeEntityRemoved(PlanningEntityDescriptor entityDescriptor,
Object entity) |
Modifier and Type | Method and Description |
---|---|
void |
TrailingEntityMapSupport.insertInTrailingEntityMap(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
TrailingEntityMapSupport.retractFromTrailingEntityMap(PlanningEntityDescriptor entityDescriptor,
Object entity) |
Modifier and Type | Method and Description |
---|---|
void |
DroolsScoreDirector.afterEntityAdded(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
DroolsScoreDirector.afterEntityRemoved(PlanningEntityDescriptor entityDescriptor,
Object entity) |
Modifier and Type | Method and Description |
---|---|
void |
IncrementalScoreDirector.afterEntityAdded(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
IncrementalScoreDirector.afterEntityRemoved(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
IncrementalScoreDirector.beforeEntityAdded(PlanningEntityDescriptor entityDescriptor,
Object entity) |
void |
IncrementalScoreDirector.beforeEntityRemoved(PlanningEntityDescriptor entityDescriptor,
Object entity) |
Copyright © 2006-2014 JBoss by Red Hat. All Rights Reserved.