Package org.jreliability.tutorial.boiler
package org.jreliability.tutorial.boiler
-
ClassesClassDescriptionThe
Boiler
models 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 abstractBoilerComponent
is the basic class that models each of the components used in the model of theBoiler
.TheBoilerTester
performs some common actions that are done with a modeled system.TheController
models a controlling component that is used for activating the pumps and controlling the water temperature.TheHeater
models an actor component of the boiler that is responsible for increasing the water temperature.TheSensor
models a sensor component in the boiler that measures and collects the data of the water temperature.