| Class | Description |
|---|---|
| ElementFactory |
This class is able to create Element objects based on a list of properties.
|
| GreekAlphabetFactory |
This class can produce String combinations representing a number built with
Greek letters (from alpha to omega, then alpha alpha, alpha beta, alpha gamma).
|
| RomanAlphabetFactory |
This class can produce String combinations representing a number.
|
| RomanNumberFactory |
This class can produce String combinations representing a roman number.
|
Copyright © 2019. All rights reserved.