Class LW

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class LW
    extends PR
    This class implements the Largest Weight rule, where different weights express different levels of importance of jobs.
    Author:
    Christoph Pickardt, 2010-03-16
    See Also:
    Serialized Form
    • Constructor Detail

      • LW

        public LW()
    • Method Detail

      • calcPrio

        public double calcPrio​(PrioRuleTarget t)
        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