Class MDD

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class MDD
    extends PR
    This class implements the Modified Due Date rule, developed by Baker and Bertrand (1982) and Baker and Kanet (1983). The rule represents a compromise between the EDD and SRPT rules.
    Author:
    Christoph Pickardt, 2011-11-15
    See Also:
    Serialized Form
    • Constructor Detail

      • MDD

        public MDD()
    • Method Detail

      • calcPrio

        public double calcPrio​(PrioRuleTarget job)
        Description copied from class: PR
        Returns the priority value of entry. This method has to be overwritten by a priority rule.
        Specified by:
        calcPrio in class PR