Class LBF

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class LBF
    extends PR
    This class implements the Largest Batch Family rule, which chooses the job for which most other jobs of the same batch family are waiting in the queue.
    Author:
    Christoph Pickardt, 2011-11-14
    See Also:
    Serialized Form
    • Constructor Detail

      • LBF

        public LBF()
    • Method Detail

      • calcPrio

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