Uses of Class
jasima.shopSim.core.batchForming.BatchForming
-
Packages that use BatchForming Package Description jasima.shopSim.core jasima.shopSim.core.batchForming -
-
Uses of BatchForming in jasima.shopSim.core
Methods in jasima.shopSim.core that return BatchForming Modifier and Type Method Description BatchFormingShopExperiment. getBatchForming()protected BatchFormingShopExperiment. getBatchForming(int i)BatchFormingWorkStation. getBatchForming()BatchForming[]ShopExperiment. getBatchFormingRules()Methods in jasima.shopSim.core with parameters of type BatchForming Modifier and Type Method Description voidShopExperiment. setBatchForming(BatchForming batchForming)Sets a batch forming mechanism to be used on all machines.voidWorkStation. setBatchForming(BatchForming formBatch)voidShopExperiment. setBatchFormingRules(BatchForming[] batchFormingRules)Sets a batch forming mechanism for specific machines. -
Uses of BatchForming in jasima.shopSim.core.batchForming
Subclasses of BatchForming in jasima.shopSim.core.batchForming Modifier and Type Class Description classBestOfFamilyBatchingThis class creates a single batch per family according to the used sequencing rule.classHighestJobBatchingMBSThis 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.classMostCompleteBatchThis class implements the rule that the batch that uses most of the available capacity is selected.Methods in jasima.shopSim.core.batchForming that return BatchForming Modifier and Type Method Description BatchFormingBatchForming. clone()
-