Class PTPlusWINQPlusNPT

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class PTPlusWINQPlusNPT
    extends PR
    This class implements the 2PT+WINQ+NPT rule, developed by Holthaus and Rajendran (2000), DOI: 10.1080/095372800232379, which extends PT+WINQ by taking into account the processing time of a job's next operation.
    Author:
    Christoph Pickardt, 2011-11-15
    See Also:
    Serialized Form
    • Constructor Detail

      • PTPlusWINQPlusNPT

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

        public static double npt​(PrioRuleTarget job)
        Next Processing Time of a job, i.e. processing time of next operation.