Class PinEntityFilter<Solution_>

java.lang.Object
org.optaplanner.core.impl.heuristic.selector.entity.decorator.PinEntityFilter<Solution_>
Type Parameters:
Solution_ - the solution type, the class with the PlanningSolution annotation
All Implemented Interfaces:
SelectionFilter<Solution_,Object>

public class PinEntityFilter<Solution_> extends Object implements SelectionFilter<Solution_,Object>
Filters out entities that return true for the PlanningPin annotated boolean member.