Class IgnoreFutureJobs

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class IgnoreFutureJobs
    extends FixedLAThreshold
    Helper class to use a rule which is designed to assign a low priority to future jobs when the lookahead is enabled, thereby generating non delay schedules. Such a non delay rule has to be set the tie breaker rule of this class.

    IgnoreFuturedRule assigns each future job a priority of -1 and each "normal" job a priority of +1, therefore the tie breaker rule is used to select one of the non-future jobs.

    Author:
    Torsten Hildebrandt, 2010-02-16
    See Also:
    Serialized Form