- Hands-On Design Patterns with Java
- Dr. Edward Lavieri
- 29字
- 2021-06-24 14:58:10
Programming the design pattern
The following classes are required to implement the WidgetProductionSystem system:
- Starter
- AssemblySystem
- Hopper
- SystemAccelerator
- EmergencyBreak
- WidgetProductionSystem
All of these classes are detailed in subsequent sections.