See: Description
| Interface | Description |
|---|---|
| ICalculatorFactory |
Factory interface to create calculator objects.
|
| Class | Description |
|---|---|
| Calculator |
This class is the abstract super class for all calculator implementations.
|
| DefaultCalculatorFactory |
Default implementation of ICalculatorFactory.
|
| RegisterCalculatorFactoryDecorator |
Decorates an existing ICalculatorFactory by a register for its calculators.
|