Class 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 Detail

      • NotSourceOrSinkAllocationFilter

        public NotSourceOrSinkAllocationFilter()
    • Method Detail

      • accept

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