Package jasima.shopSim.prioRules.setup
Class DK
- java.lang.Object
-
- jasima.shopSim.core.PR
-
- jasima.shopSim.prioRules.setup.DK
-
- All Implemented Interfaces:
Serializable,Cloneable
public class DK extends PR
This class implements the DK rule, developed by Mahmoodi and Dooley (1991), see also Pickardt and Branke (2012). The rule is an adaption of EDD, which penalizes jobs that require a setup.- Author:
- Christoph Pickardt, 2011-11-15
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description DK(double k)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalcPrio(PrioRuleTarget job)Returns the priority value ofentry.StringgetName()-
Methods inherited from class jasima.shopSim.core.PR
arrivesTooLate, beforeCalc, clone, getOwner, getTieBreaker, init, keepIdle, primaryRule, setFinalTieBreaker, setOwner, setTieBreaker, toString
-
-