Package jasima.shopSim.prioRules.batch
Class BATCS.Variant1
- java.lang.Object
-
- jasima.shopSim.core.PR
-
- jasima.shopSim.prioRules.setup.ATCS
-
- jasima.shopSim.prioRules.batch.BATCS.Variant1
-
- All Implemented Interfaces:
Serializable,Cloneable
- Enclosing class:
- BATCS
public static class BATCS.Variant1 extends ATCS
- See Also:
- Serialized Form
-
-
Constructor Summary
Constructors Constructor Description Variant1(double k1, double k2)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description doublecalcPrio(PrioRuleTarget prt)Returns the priority value ofentry.StringgetName()doublegetTotalOSlack(PrioRuleTarget b)-
Methods inherited from class jasima.shopSim.prioRules.setup.ATCS
beforeCalc, getK1, getK2, setK1, setK2
-
Methods inherited from class jasima.shopSim.core.PR
arrivesTooLate, clone, getOwner, getTieBreaker, init, keepIdle, primaryRule, setFinalTieBreaker, setOwner, setTieBreaker, toString
-
-
-
-
Method Detail
-
calcPrio
public double calcPrio(PrioRuleTarget prt)
Description copied from class:PRReturns the priority value ofentry. This method has to be overwritten by a priority rule.
-
getTotalOSlack
public double getTotalOSlack(PrioRuleTarget b)
-
-