forked from VihaanVerma89/javaCodes
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathProgram Design
More file actions
29 lines (20 loc) · 735 Bytes
/
Program Design
File metadata and controls
29 lines (20 loc) · 735 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
This file lists what class is for what purpose.
CurrencyMapper.java
It stores the unit value of each of the Elements like Gold, Iron and Silver.
Globa.java
It store variable used in more than one file ,which are some regex.
NummeralMapper.java
It stores the mapping between Vulcan numerals and Roman numerals.
Parser.java
It handles the entire program by deciding which components should be
called to handle different functionality of the program.
QuestionHandler.java
It answer the questions.
RomanNumerals.java
It takes care of Roman Numeral related functionality.
CurrencyHelper.java
Entry point of the program.
Util.java
Handles print statements.
VulcanNumerals.java
It takes care of Vulcan Numeral related functionality.