Package jasima.shopSim.core.batchForming
Class HighestJobBatchingMBS
- java.lang.Object
-
- jasima.shopSim.core.batchForming.BatchForming
-
- jasima.shopSim.core.batchForming.HighestJobBatchingMBS
-
- All Implemented Interfaces:
Serializable,Cloneable
public class HighestJobBatchingMBS extends BatchForming
This class creates a single batch for the family with the highest priority job, where jobs for the batch are selected according to the used sequencing rule.- Author:
- Christoph Pickardt, 2011-01-14
- See Also:
- Serialized Form
-
-
Field Summary
-
Fields inherited from class jasima.shopSim.core.batchForming.BatchForming
orderedJobs, possibleBatches
-
-
Constructor Summary
Constructors Constructor Description HighestJobBatchingMBS()HighestJobBatchingMBS(double mbsRel)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidformBatches()doublegetMbsRel()StringgetName()voidsetMbsRel(double mbsRel)-
Methods inherited from class jasima.shopSim.core.batchForming.BatchForming
clone, ensureCapacity, getOwner, indexOf, nextBatch, setOwner, splitFamilies, toString
-
-
-
-
Method Detail
-
formBatches
public void formBatches()
- Specified by:
formBatchesin classBatchForming
-
getName
public String getName()
- Overrides:
getNamein classBatchForming
-
getMbsRel
public double getMbsRel()
-
setMbsRel
public void setMbsRel(double mbsRel)
-
-