Class NotSourceOrSinkAllocationFilter

java.lang.Object
org.optaplanner.examples.projectjobscheduling.domain.solver.NotSourceOrSinkAllocationFilter
All Implemented Interfaces:
org.optaplanner.core.api.domain.entity.PinningFilter<Schedule,Allocation>

public class NotSourceOrSinkAllocationFilter extends Object implements org.optaplanner.core.api.domain.entity.PinningFilter<Schedule,Allocation>
  • Constructor Details

    • NotSourceOrSinkAllocationFilter

      public NotSourceOrSinkAllocationFilter()
  • Method Details

    • accept

      public boolean accept(Schedule schedule, Allocation allocation)
      Specified by:
      accept in interface org.optaplanner.core.api.domain.entity.PinningFilter<Schedule,Allocation>