Class IndividualMachine


  • public class IndividualMachine
    extends Object
    This class represents a single machine, which is part of a WorkStation.
    Author:
    Torsten Hildebrandt
    • Constructor Detail

      • IndividualMachine

        public IndividualMachine​(WorkStation workStation,
                                 int idx)
    • Method Detail

      • activate

        public void activate()
        Activation from DOWN state.
      • takeDown

        public void takeDown​(DowntimeSource downReason)
        Machine going down for a certain amount of time. If this machine is already down or currently processing, this operation is finished before the new downtime can become active.
        Parameters:
        downReason - The DowntimeSource causing the shutdown.
      • init

        protected void init()
      • getName

        public String getName()