Package jasima.shopSim.prioRules.setup
Class SetupAvoidance
- java.lang.Object
-
- jasima.shopSim.core.PR
-
- jasima.shopSim.prioRules.setup.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 Summary
Constructors Constructor Description SetupAvoidance()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalcPrio(PrioRuleTarget j)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
-
-