Package org.jreliability.tutorial.boiler
Class Pump
java.lang.Object
org.jreliability.tutorial.boiler.BoilerComponent
org.jreliability.tutorial.boiler.Pump
- 
Field Summary
Fields inherited from class org.jreliability.tutorial.boiler.BoilerComponent
name - 
Constructor Summary
Constructors - 
Method Summary
Methods inherited from class org.jreliability.tutorial.boiler.BoilerComponent
getName, toString 
- 
Constructor Details
- 
Pump
Constructs aPumpwith a given name.- Parameters:
 name- the name of the pump
 
 -