Boiler |
The 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.
|
BoilerComponent |
The abstract BoilerComponent is the basic class that models each of
the components used in the model of the Boiler .
|
BoilerTester |
The BoilerTester performs some common actions that are done with a
modeled system.
|
BoilerTransformer |
|
Controller |
The Controller models a controlling component that is used for
activating the pumps and controlling the water temperature.
|
Heater |
The Heater models an actor component of the boiler that is
responsible for increasing the water temperature.
|
Pump |
The Pump models a pump that is used to pump water from the
Boiler to its destination.
|
Sensor |
The Sensor models a sensor component in the boiler that measures and
collects the data of the water temperature.
|