Class Controller


  • public class Controller
    extends BoilerComponent
    The Controller models a controlling component that is used for activating the pumps and controlling the water temperature.
    • Constructor Summary

      Constructors 
      Constructor Description
      Controller​(java.lang.String name)
      Constructs a Controller 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

      • Controller

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