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