Package org.jreliability.tutorial.boiler
Class Heater
- java.lang.Object
-
- org.jreliability.tutorial.boiler.BoilerComponent
-
- org.jreliability.tutorial.boiler.Heater
-
public class Heater extends BoilerComponent
TheHeater
models an actor component of the boiler that is responsible for increasing the water temperature.
-
-
Field Summary
-
Fields inherited from class org.jreliability.tutorial.boiler.BoilerComponent
name
-
-
Method Summary
-
Methods inherited from class org.jreliability.tutorial.boiler.BoilerComponent
getName, toString
-
-
-
-
Constructor Detail
-
Heater
public Heater(java.lang.String name)
Constructs aHeater
with a given name.- Parameters:
name
- the name of the heater
-
-