Class WSPT

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class WSPT
    extends PR
    This class implements the Weighted Shortest Processing Time rule.
    Author:
    Christoph Pickardt, 2011-11-16
    See Also:
    Serialized Form
    • Constructor Detail

      • WSPT

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