Uses of Class
jasima.shopSim.core.IndividualMachine
-
Packages that use IndividualMachine Package Description jasima.shopSim.core jasima.shopSim.util -
-
Uses of IndividualMachine in jasima.shopSim.core
Fields in jasima.shopSim.core declared as IndividualMachine Modifier and Type Field Description IndividualMachineWorkStation. currMachineMethods in jasima.shopSim.core that return IndividualMachine Modifier and Type Method Description IndividualMachineDowntimeSource. getMachine()IndividualMachine[]WorkStation. machDat()Methods in jasima.shopSim.core that return types with arguments of type IndividualMachine Modifier and Type Method Description Collection<IndividualMachine>WorkStation. getFreeMachines()Methods in jasima.shopSim.core with parameters of type IndividualMachine Modifier and Type Method Description default voidWorkStationListener. activated(WorkStation m, IndividualMachine justActivated)default voidWorkStationListener. deactivated(WorkStation m, IndividualMachine justDeactivated)booleanWorkStation. isFree(IndividualMachine im)Constructors in jasima.shopSim.core with parameters of type IndividualMachine Constructor Description DowntimeSource(IndividualMachine machine)MaintenanceSource(IndividualMachine machine)StaticListDowntimeSource(IndividualMachine machine, Pair<Double,Double>[] data) -
Uses of IndividualMachine in jasima.shopSim.util
Methods in jasima.shopSim.util with parameters of type IndividualMachine Modifier and Type Method Description voidMachineStatCollector. activated(WorkStation m, IndividualMachine justActivated)
-