Class BestOfFamilyBatching

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class BestOfFamilyBatching
    extends BatchForming

    This class creates a single batch per family according to the used sequencing rule. Later a machine's sequencingRule (optionally batchSequencingRule) is used to choose one of them to process.

    If there are more than maxBatchSize jobs for a family, jobs are sequenced using the sequencingRule first and the best maxBatchSize jobs of the family are used to form the batch.

    Author:
    Torsten Hildebrandt, 2010-10-25
    See Also:
    Serialized Form