Solution_ - the solution type, the class with the PlanningSolution annotationpublic class MovableChainedTrailingValueFilter<Solution_> extends Object implements SelectionFilter<Solution_,Object>
| Constructor and Description |
|---|
MovableChainedTrailingValueFilter(GenuineVariableDescriptor<Solution_> variableDescriptor) |
| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(ScoreDirector<Solution_> scoreDirector,
Object value) |
protected SingletonInverseVariableSupply |
retrieveSingletonInverseVariableSupply(ScoreDirector<Solution_> scoreDirector) |
public MovableChainedTrailingValueFilter(GenuineVariableDescriptor<Solution_> variableDescriptor)
public boolean accept(ScoreDirector<Solution_> scoreDirector, Object value)
accept in interface SelectionFilter<Solution_,Object>scoreDirector - never null, the ScoreDirector
which has the ScoreDirector.getWorkingSolution() to which the selection belongs or applies tovalue - never null, a PlanningEntity, a planningValue, a Move or a Selectorprotected SingletonInverseVariableSupply retrieveSingletonInverseVariableSupply(ScoreDirector<Solution_> scoreDirector)
Copyright © 2006–2021 JBoss by Red Hat. All rights reserved.