Class FFCFS

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class FFCFS
    extends PR
    This class implements the Family First Come First Served rule, developed by Flynn (1987), which assigns highest priority to all jobs that belong to the family which includes the job that arrived first to the queue, see also Pickardt and Branke (2012).

    This rule should be used with another rule to distinguish jobs of the selected family.

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

      • FFCFS

        public FFCFS()
    • 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
      • earliestFamilyArrival

        public double earliestFamilyArrival​(PrioRuleTarget j)