Class CR

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class CR
    extends PR
    This class implements the Critical Ratio rule and some of its variants, developed by Rose (2002), doi:10.1109/WSC.2002.1166410.
    Author:
    Torsten Hildebrandt, Christoph Pickardt, 2011-11-15
    See Also:
    Serialized Form
    • Constructor Detail

      • CR

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