public class Factory
extends java.lang.Object
| Constructor and Description |
|---|
Factory() |
| Modifier and Type | Method and Description |
|---|---|
void |
addTemplate(java.lang.String partname,
java.lang.String classname)
Add a template which uses a class to create the object using a default
constructor.
|
java.lang.Object |
orderPart(java.lang.String partname)
"Order" a part from the factory.
|