Class MostCompleteBatch

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class MostCompleteBatch
    extends BatchForming
    This class implements the rule that the batch that uses most of the available capacity is selected. Ties are broken with the underlying sequencing rule that selects the family with the highest priority job.
    Author:
    Christoph Pickardt, 2010-09-07, Torsten Hildebrandt, 2010-09-29
    See Also:
    Serialized Form
    • Constructor Detail

      • MostCompleteBatch

        public MostCompleteBatch​(double maxWaitRelative)
      • MostCompleteBatch

        public MostCompleteBatch()
    • Method Detail

      • maxProcTimeWaiting

        public double maxProcTimeWaiting​(PriorityQueue<?> q)
      • getMaxWaitRelative

        public double getMaxWaitRelative()
      • setMaxWaitRelative

        public void setMaxWaitRelative​(double maxWaitRelative)