Class Operation

  • All Implemented Interfaces:
    Cloneable

    public class Operation
    extends Object
    implements Cloneable
    Operations specify what to process.
    Author:
    Torsten Hildebrandt
    • Constructor Detail

      • Operation

        public Operation()
    • Method Detail

      • 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)