Class MOD

  • All Implemented Interfaces:
    Serializable, Cloneable

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

      • MOD

        public MOD()
    • 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