Solution_ - the solution type, the class with the PlanningSolution annotationEntity_ - the entity type, the class with the PlanningEntity annotationpublic interface PinningFilter<Solution_,Entity_>
PlanningEntity.
A pinned PlanningEntity is never used in a Move.| Modifier and Type | Method and Description |
|---|---|
boolean |
accept(Solution_ solution,
Entity_ entity) |
boolean accept(Solution_ solution, Entity_ entity)
solution - working solution to which the entity belongsentity - never null, a PlanningEntityCopyright © 2006–2021 JBoss by Red Hat. All rights reserved.