Class Heater


  • public class Heater
    extends BoilerComponent
    The Heater models an actor component of the boiler that is responsible for increasing the water temperature.
    • Constructor Summary

      Constructors 
      Constructor Description
      Heater​(java.lang.String name)
      Constructs a Heater with a given name.
    • Method Summary

      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
    • Constructor Detail

      • Heater

        public Heater​(java.lang.String name)
        Constructs a Heater with a given name.
        Parameters:
        name - the name of the heater