Class SetupAvoidance

  • All Implemented Interfaces:
    Serializable, Cloneable

    public class SetupAvoidance
    extends PR
    Returns a priority of +1 if setup states of the machine matches the setup state required by a job, or -1 otherwise.
    Author:
    Torsten Hildebrandt
    See Also:
    Serialized Form
    • Constructor Detail

      • SetupAvoidance

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