Class ODD

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class ODD
    extends PR
    This class implements the Operation Due Date rule. The idea to use due dates of operations instead of job due dates originates from a paper by Kanet and Hayya (1982).
    Author:
    Christoph Pickardt, 2011-11-15
    See Also:
    Serialized Form
    • Constructor Detail

      • ODD

        public ODD()
    • Method Detail

      • calcPrio

        public double calcPrio​(PrioRuleTarget j)
        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