public class BrakeFactory
extends java.lang.Object
Constructor and Description |
---|
BrakeFactory() |
Modifier and Type | Method and Description |
---|---|
IBrakes |
constructBrake(java.lang.String concreteClassName)
Creates all the different types of objects which are responsible
for modeling the different kinds of brakes.
|
public IBrakes constructBrake(java.lang.String concreteClassName)