Class WBPT

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class WBPT
    extends MMS
    This class implements the Weighted Batch Processing Time rule, developed by Raman et al. (1989), which is an additive combination of MMS and SPT, see also Pickardt and Branke (2012).
    Author:
    Christoph Pickardt, 2011-11-15
    See Also:
    Serialized Form
    • Constructor Detail

      • WBPT

        public WBPT()
    • 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.
        Overrides:
        calcPrio in class MMS