Uses of Interface
jasima.core.simulation.SimComponentLifecycleListener
-
Packages that use SimComponentLifecycleListener Package Description jasima.core.simulation jasima.core.util jasima.shopSim.core jasima.shopSim.models.mimac jasima.shopSim.util -
-
Uses of SimComponentLifecycleListener in jasima.core.simulation
Subinterfaces of SimComponentLifecycleListener in jasima.core.simulation Modifier and Type Interface Description static interfaceSimComponentLifecycleListener.DoneListenerstatic interfaceSimComponentLifecycleListener.InitListenerstatic interfaceSimComponentLifecycleListener.OtherListenerstatic interfaceSimComponentLifecycleListener.ResetStatsListenerstatic interfaceSimComponentLifecycleListener.ResultsListenerstatic interfaceSimComponentLifecycleListener.SimEndListenerstatic interfaceSimComponentLifecycleListener.SimStartListener -
Uses of SimComponentLifecycleListener in jasima.core.util
Classes in jasima.core.util that implement SimComponentLifecycleListener Modifier and Type Class Description classTraceFileProducerProduces a detailed log of all trace messages of aSimulationin a text file. -
Uses of SimComponentLifecycleListener in jasima.shopSim.core
Subinterfaces of SimComponentLifecycleListener in jasima.shopSim.core Modifier and Type Interface Description interfaceShopListenerThis class can be used as a base class for classes collecting results based on job releases/job completions.interfaceWorkStationListenerPossible base class for workstation listeners.Classes in jasima.shopSim.core that implement SimComponentLifecycleListener Modifier and Type Class Description classShopListenerBaseThis class can be used as a base class for classes collecting results based on job releases/job completions. -
Uses of SimComponentLifecycleListener in jasima.shopSim.models.mimac
Classes in jasima.shopSim.models.mimac that implement SimComponentLifecycleListener Modifier and Type Class Description classFlowtimePerProductCollectorCollects flowtimes seperately for each product. -
Uses of SimComponentLifecycleListener in jasima.shopSim.util
Classes in jasima.shopSim.util that implement SimComponentLifecycleListener 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.classMachineStatCollectorProduces basic statistics for each workstation it is installed on (like utilization, average queue length, average setup time per operation).
-