public interface IMainEngine
Modifier and Type | Method and Description |
---|---|
void |
computeAllStats()
Computes the weekly statistics and the statistics
for each employee and prints the results
|
void |
createReports(java.lang.String mode)
Creates the different types of reports
|
void |
getDishes(javafx.collections.ObservableList<Dish> data) |
void |
getEmployees(javafx.collections.ObservableList<Employee> data) |
int |
loadAllData()
Loads the data from the input files
|
int loadAllData()
void computeAllStats()
void createReports(java.lang.String mode)
void getEmployees(javafx.collections.ObservableList<Employee> data)
void getDishes(javafx.collections.ObservableList<Dish> data)