Uses of Class
jasima.shopSim.core.Job
-
Packages that use Job Package Description jasima.shopSim.core jasima.shopSim.core.batchForming jasima.shopSim.models.mimac jasima.shopSim.util -
-
Uses of Job in jasima.shopSim.core
Fields in jasima.shopSim.core declared as Job Modifier and Type Field Description JobWorkStation. justArrivedJobShop. lastJobFinishedJobShop. lastJobReleasedFields in jasima.shopSim.core with type parameters of type Job Modifier and Type Field Description PriorityQueue<Job>WorkStation. queueMethods in jasima.shopSim.core that return Job Modifier and Type Method Description JobJob. clone()JobDynamicJobSource. createNextJob()abstract JobJobSource. createNextJob()JobStaticJobSource. createNextJob()JobJob. getFuture()JobJob. getMyFuture()Returns a clone of this Job switched to the next operation.JobBatch. job(int i)JobJob. job(int i)abstract JobPrioRuleTarget. job(int i)protected JobJobSource. newJobInstance()Factory method used inJobSource.createNextJob()to create a new job instance.Methods in jasima.shopSim.core that return types with arguments of type Job Modifier and Type Method Description Map<String,List<Job>>WorkStation. getJobsByFamily()Notifier<Job,Job.JobEvent>Job. notifierImpl()Methods in jasima.shopSim.core with parameters of type Job Modifier and Type Method Description voidBatch. addToBatch(Job job)default voidWorkStationListener. arrival(WorkStation m, Job justArrived)default voidJobListener. arrivedInQueue(Shop shop, Job j)voidJobListener.ArrivedListener. arrivedInQueue(Shop shop, Job j)static double[]Job. computeDueDatesTWC(Job j, double ff)Computes operational due dates based on the total work content method, /* i.e., proportional to an operation's processing time.default voidJobListener. endOperation(Shop shop, Job j)voidJobListener.OperationEndedListener. endOperation(Shop shop, Job j)voidWorkStation. enqueueOrProcess(Job j)Job 'j' arrives at a machine.default voidJobListener. finished(Shop shop, Job j)voidJobListener.FinishedListener. finished(Shop shop, Job j)voidWorkStation. futureArrival(Job f, double arrivesAt)The machine is notified of the future arrival of the jobfat a certain time.default voidJobListener. handleOther(Shop shop, Job j, Object event)voidJobListener.OtherListener. handleOther(Shop shop, Job j, Object event)default voidJobListener. inform(Job o, Job.JobEvent event)voidShop. jobFinished(Job j)default voidShopListener. jobFinished(Shop shop, Job j)default voidShopListener. jobReleased(Shop shop, Job j)default voidJobListener. operationStarted(Shop shop, Job j, int oldSetupState, int newSetupState, double setupTime)voidJobListener.OperationStartedListener. operationStarted(Shop shop, Job j, int oldSetupState, int newSetupState, double setupTime)default voidJobListener. released(Shop shop, Job j)voidJobListener.ReleasedListener. released(Shop shop, Job j)default voidJobListener. removedFromQueue(Shop shop, Job j)voidJobListener.RemovedListener. removedFromQueue(Shop shop, Job j)voidWorkStation. removeFromQueue(Job j)voidJob. setFuture(Job future)protected booleanShopListenerBase. shouldCollect(Job j)voidShop. startJob(Job nextJob) -
Uses of Job in jasima.shopSim.core.batchForming
Fields in jasima.shopSim.core.batchForming declared as Job Modifier and Type Field Description protected Job[]BatchForming. orderedJobsMethods in jasima.shopSim.core.batchForming that return Job Modifier and Type Method Description static Job[]BatchForming. ensureCapacity(Job[] jobs, int numElems)Methods in jasima.shopSim.core.batchForming that return types with arguments of type Job Modifier and Type Method Description static Map<String,List<Job>>BatchForming. splitFamilies(Job[] jobs, int numElems)Methods in jasima.shopSim.core.batchForming with parameters of type Job Modifier and Type Method Description static Job[]BatchForming. ensureCapacity(Job[] jobs, int numElems)static intBatchForming. indexOf(Job j, Job[] js, int numElems)static Map<String,List<Job>>BatchForming. splitFamilies(Job[] jobs, int numElems) -
Uses of Job in jasima.shopSim.models.mimac
Methods in jasima.shopSim.models.mimac with parameters of type Job Modifier and Type Method Description voidFlowtimePerProductCollector. jobFinished(Shop shop, Job j) -
Uses of Job in jasima.shopSim.util
Methods in jasima.shopSim.util with parameters of type Job Modifier and Type Method Description voidMachineStatCollector. arrival(WorkStation m, Job j)voidBasicJobStatCollector. jobFinished(Shop shop, Job j)voidBatchStatCollector. jobFinished(Shop shop, Job j)voidExtendedJobStatCollector. jobFinished(Shop shop, Job j)voidBatchStatCollector. jobReleased(Shop shop, Job j)voidExtendedJobStatCollector. jobReleased(Shop shop, Job j)
-