Class WINQ

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class WINQ
    extends PR
    The class implements the Least Work content In Next Queue rule, see Haupt (1989). The current work content at the work centre which a job visits for its next operation defines the priority of a job. For its last operation, the work content in the next queue of a job is zero.
    Author:
    Torsten Hildebrandt
    See Also:
    Serialized Form
    • Constructor Detail

      • WINQ

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

        public static double winq​(PrioRuleTarget job)
        Computes the work in next queue of the jobs currently waiting in front of the next machine, i.e. without future jobs.

        See Also:
        XWINQ.xwinq(PrioRuleTarget)