Class Controller

java.lang.Object
org.jreliability.tutorial.boiler.BoilerComponent
org.jreliability.tutorial.boiler.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 Details

    • Controller

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