This class can be used to convert numbers between decimal and roman representations and vice-versa. It takes a number between 1 and 10999 and converts it to a string that represents the number with roman digits. The class can also do the opposite, i.e. take a string that contains a number represented with roman digits and converts it to decimal.