Package org.jreliability.tutorial.boiler
Class BoilerComponent
java.lang.Object
org.jreliability.tutorial.boiler.BoilerComponent
- Direct Known Subclasses:
Controller
,Heater
,Pump
,Sensor
The abstract
BoilerComponent
is the basic class that models each of
the components used in the model of the Boiler
.-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionBoilerComponent
(String name) Constructs aBoilerComponent
with a given name. -
Method Summary
-
Field Details
-
name
The name of the component.
-
-
Constructor Details
-
BoilerComponent
Constructs aBoilerComponent
with a given name.- Parameters:
name
- the name of the component
-
-
Method Details