/**** * * Class RSLToDataDict contains functions to translate an RSL spec into data * dictionary format. It uses TransInterface to perform the RSL translation * and then constructs two HTML files containing a data dictionary and * operation dictionary. The format of each dictionary, and other details of * RSL to data dictionary translation are covered in the user-level * documentation. * */ class RSLToDataDict { };