Class SRPTPerSLK

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class SRPTPerSLK
    extends PR
    This rule implements the "remaining processing time per slack" rule. This is rule 17 (S/WKR, the smallest ratio of slack per work remaining) in Haupt (1989): "A Survey of Priority Rule-Based Scheduling".
    Author:
    Torsten Hildebrandt, 2013-08-10
    See Also:
    Serialized Form
    • Constructor Detail

      • SRPTPerSLK

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