Uses of Class
jasima.shopSim.core.DowntimeSource
-
Packages that use DowntimeSource Package Description jasima.shopSim.core -
-
Uses of DowntimeSource in jasima.shopSim.core
Subclasses of DowntimeSource in jasima.shopSim.core Modifier and Type Class Description classMaintenanceSourceThis class can be used to model scheduled maintenance.classStaticListDowntimeSourceFields in jasima.shopSim.core declared as DowntimeSource Modifier and Type Field Description DowntimeSourceIndividualMachine. downReasonFields in jasima.shopSim.core with type parameters of type DowntimeSource Modifier and Type Field Description List<? extends DowntimeSource>IndividualMachine. downsourcesMethods in jasima.shopSim.core with parameters of type DowntimeSource Modifier and Type Method Description voidIndividualMachine. takeDown(DowntimeSource downReason)Machine going down for a certain amount of time.
-