Uses of Class
jasima.shopSim.core.JobSource
-
Packages that use JobSource Package Description jasima.shopSim.core jasima.shopSim.models.dynamicShop -
-
Uses of JobSource in jasima.shopSim.core
Subclasses of JobSource in jasima.shopSim.core Modifier and Type Class Description classDynamicJobSourceThis class can be used to create a stream of jobs characterized by various random distributions.classStaticJobSourceA job source which generates jobs from a static set of job descriptions (StaticJobSource.JobSpec).Methods in jasima.shopSim.core that return JobSource Modifier and Type Method Description JobSourceJobSource. clone()JobSource[]Shop. getSources()Gets the job sources in this shop as an array.Methods in jasima.shopSim.core with parameters of type JobSource Modifier and Type Method Description voidShop. addJobSource(JobSource js)voidShop. removeJobSource(JobSource js)voidShop. setSources(JobSource[] sources)Sets all job sources in this shop. -
Uses of JobSource in jasima.shopSim.models.dynamicShop
Fields in jasima.shopSim.models.dynamicShop declared as JobSource Modifier and Type Field Description protected JobSourceDynamicShopExperiment. srcMethods in jasima.shopSim.models.dynamicShop that return JobSource Modifier and Type Method Description protected JobSourceDynamicShopExperiment. createJobSource()
-