- rasterToHTML(String, String, String[][], int, int) - Method in class reportinEngines.ReportGeneratorForHTML
-
Creates and saves the data in HTML format
- RecordLoaderTest - Class in tests
-
- RecordLoaderTest() - Constructor for class tests.RecordLoaderTest
-
- ReporterFactory - Class in reportinEngines
-
ReporterFactory
Factory class responsible for creating the different types of
reporting objects.
- ReporterFactory() - Constructor for class reportinEngines.ReporterFactory
-
- ReportGeneratorForFiles - Class in reportinEngines
-
ReportGeneratorForFiles
Responsible for saving the restaurant statistics
in plain text format
- ReportGeneratorForFiles() - Constructor for class reportinEngines.ReportGeneratorForFiles
-
- ReportGeneratorForHTML - Class in reportinEngines
-
ReportGeneratorForHTML
Responsible for saving the restaurant statistics
in HTML format
- ReportGeneratorForHTML() - Constructor for class reportinEngines.ReportGeneratorForHTML
-
- reportinEngines - package reportinEngines
-
- reportOnDishes(ArrayList<Dish>) - Method in interface reportinEngines.IReportGenerator
-
- reportOnDishes(ArrayList<Dish>) - Method in class reportinEngines.ReportGeneratorForFiles
-
Saves the statistics for the dishes
- reportOnDishes(ArrayList<Dish>) - Method in class reportinEngines.ReportGeneratorForHTML
-
Saves the statistics for the dishes
- reportOnEmps(ArrayList<Employee>) - Method in interface reportinEngines.IReportGenerator
-
- reportOnEmps(ArrayList<Employee>) - Method in class reportinEngines.ReportGeneratorForFiles
-
Saves the statistics for the employees
- reportOnEmps(ArrayList<Employee>) - Method in class reportinEngines.ReportGeneratorForHTML
-
Saves the statistics for the employees