Uses of Class
jasima.shopSim.core.WorkStation
-
Packages that use WorkStation Package Description jasima.shopSim.core jasima.shopSim.core.batchForming jasima.shopSim.prioRules.meta jasima.shopSim.util -
-
Uses of WorkStation in jasima.shopSim.core
Fields in jasima.shopSim.core declared as WorkStation Modifier and Type Field Description WorkStationIndividualMachine. workStationMethods in jasima.shopSim.core that return WorkStation Modifier and Type Method Description WorkStationWorkStation. clone()WorkStationBatch. getCurrMachine()WorkStationJob. getCurrMachine()abstract WorkStationPrioRuleTarget. getCurrMachine()WorkStationOperation. getMachine()WorkStation[]Shop. getMachines()Gets an array of the workstations contained in this shop.WorkStationPR. getOwner()WorkStationPriorityQueue. getWorkStation()Returns theWorkStationthis queue is responsible for.WorkStationShop. getWorkstationByName(String name)Returns a workstation with the given name, ornullif no such workstation exists.WorkStationWorkStation. setName(String name)Methods in jasima.shopSim.core with parameters of type WorkStation Modifier and Type Method Description default voidWorkStationListener. activated(WorkStation m, IndividualMachine justActivated)voidShop. addMachine(WorkStation machine)Adds a single machine to this shop.default voidWorkStationListener. arrival(WorkStation m, Job justArrived)default voidWorkStationListener. deactivated(WorkStation m, IndividualMachine justDeactivated)default voidWorkStationListener. operationCompleted(WorkStation m, PrioRuleTarget justCompleted)default voidWorkStationListener. operationStarted(WorkStation m, PrioRuleTarget justStarted, int oldSetupState, int newSetupState, double setupTime)voidShop. removeMachine(WorkStation machine)Removes a machine from this shop.voidJob. setCurrMachine(WorkStation currMachine)voidOperation. setMachine(WorkStation machine)voidShop. setMachines(WorkStation[] machines)Sets the workstations of this shop.PRPR. setOwner(WorkStation o)Constructors in jasima.shopSim.core with parameters of type WorkStation Constructor Description IndividualMachine(WorkStation workStation, int idx)PriorityQueue(WorkStation workStation) -
Uses of WorkStation in jasima.shopSim.core.batchForming
Methods in jasima.shopSim.core.batchForming that return WorkStation Modifier and Type Method Description WorkStationBatchForming. getOwner()Methods in jasima.shopSim.core.batchForming with parameters of type WorkStation Modifier and Type Method Description voidBatchForming. setOwner(WorkStation o) -
Uses of WorkStation in jasima.shopSim.prioRules.meta
Methods in jasima.shopSim.prioRules.meta with parameters of type WorkStation Modifier and Type Method Description PRInverse. setOwner(WorkStation o) -
Uses of WorkStation in jasima.shopSim.util
Methods in jasima.shopSim.util with parameters of type WorkStation Modifier and Type Method Description voidMachineStatCollector. activated(WorkStation m, IndividualMachine justActivated)voidMachineStatCollector. arrival(WorkStation m, Job j)voidMachineStatCollector. operationCompleted(WorkStation m, PrioRuleTarget justCompleted)voidMachineStatCollector. operationStarted(WorkStation m, PrioRuleTarget jobOrBatch, int oldSetupState, int newSetupState, double setTime)
-