Package org.jreliability.tutorial.boiler
package org.jreliability.tutorial.boiler
-
ClassesClassDescriptionThe
Boilermodels a boiler that is responsible for keeping the water in a tank at the desired temperature and pumping it to a destination if needed.The abstractBoilerComponentis the basic class that models each of the components used in the model of theBoiler.TheBoilerTesterperforms some common actions that are done with a modeled system.TheControllermodels a controlling component that is used for activating the pumps and controlling the water temperature.TheHeatermodels an actor component of the boiler that is responsible for increasing the water temperature.TheSensormodels a sensor component in the boiler that measures and collects the data of the water temperature.