Interface | Description |
---|---|
IFullDataLoader |
IFullDataLoader
Interface responsible for reading the data from
all input files.
|
Class | Description |
---|---|
AbstractRecordLoader<E> |
AbstractRecordLoader
Class responsible for reading the data from
an input file.
|
DishLoader |
DishLoader
Class responsible for reading the data from
an input file that contains information about
dishes.
|
EmployeeLoader |
DishLoader
Class responsible for reading the data from
an input file that contains information about
employees.
|
FullDataLoader |
FullDataLoader
Class responsible for reading the data from
all input files.
|
FullDataLoaderFactory |
FullDataLoaderFactory
Factory class responsible for creating different types
of loaders.
|
OrderLoader |
DishLoader
Class responsible for reading the data from
an input file that contains information about
orders.
|