Uses of Interface
jasima.shopSim.core.ShopListener
-
Packages that use ShopListener Package Description jasima.shopSim.core jasima.shopSim.models.mimac jasima.shopSim.util -
-
Uses of ShopListener in jasima.shopSim.core
Classes in jasima.shopSim.core that implement ShopListener Modifier and Type Class Description classShopListenerBaseThis class can be used as a base class for classes collecting results based on job releases/job completions.Methods in jasima.shopSim.core that return ShopListener Modifier and Type Method Description ShopListenerShopListener. clone() -
Uses of ShopListener in jasima.shopSim.models.mimac
Classes in jasima.shopSim.models.mimac that implement ShopListener Modifier and Type Class Description classFlowtimePerProductCollectorCollects flowtimes seperately for each product. -
Uses of ShopListener in jasima.shopSim.util
Classes in jasima.shopSim.util that implement ShopListener Modifier and Type Class Description classBasicJobStatCollectorCollects a variety of job statistics: cMax (completion time of last job finished), percentage tardy, number of tardy jobs, flowtime, tardiness.classBatchStatCollectorCollects batch statistics (flowtime and tardiness).classExtendedJobStatCollectorCollects a variety of job statistics that are not produced by theBasicJobStatCollector.
-