Class FCFS

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class FCFS
    extends PR
    This class implements the First Come First Served rule, also known as FIFO (First In (buffer) First Out).
    Author:
    Christoph Pickardt, 2011-11-16
    See Also:
    Serialized Form
    • Constructor Detail

      • FCFS

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