Class BFASFS

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class BFASFS
    extends PR
    This class implements a batch version of the FASFS rule. Its main purpose is to be used as a tie-breaker for priority rules that operate on batches, e.g. BATCS.

    BFASFS is supposed to be applied together with BestOfFamilyBatching to choose among batches of different families.

    Author:
    Christoph Pickardt, 2011-11-14
    See Also:
    Serialized Form
    • Constructor Detail

      • BFASFS

        public BFASFS()
    • Method Detail

      • calcPrio

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