Package jasima.shopSim.core
Class Operation
- java.lang.Object
-
- jasima.shopSim.core.Operation
-
-
Constructor Summary
Constructors Constructor Description Operation()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description Operationclone()StringgetBatchFamily()WorkStationgetMachine()intgetMaxBatchSize()doublegetProcTime()intgetSetupState()voidsetBatchFamily(String batchFamily)voidsetMachine(WorkStation machine)voidsetMaxBatchSize(int maxBatchSize)voidsetProcTime(double procTime)voidsetSetupState(int setupState)
-
-
-
Method Detail
-
clone
public Operation clone() throws CloneNotSupportedException
- Overrides:
clonein classObject- Throws:
CloneNotSupportedException
-
getMachine
public WorkStation getMachine()
-
setMachine
public void setMachine(WorkStation machine)
-
getSetupState
public int getSetupState()
-
setSetupState
public void setSetupState(int setupState)
-
getBatchFamily
public String getBatchFamily()
-
setBatchFamily
public void setBatchFamily(String batchFamily)
-
getMaxBatchSize
public int getMaxBatchSize()
-
setMaxBatchSize
public void setMaxBatchSize(int maxBatchSize)
-
getProcTime
public double getProcTime()
-
setProcTime
public void setProcTime(double procTime)
-
-