| BicycleFactory |
The BicycleFactory class : This is the factory to create and add new bicycles, either electrical or mechanical
It is uses the simple factory design pattern
|
| BicycleFactoryTest |
|
| CardFactory |
The CardFactory class : This is the factory to create and add new cards to users
It is uses the simple factory design pattern
|
| CardFactoryTest |
Testing the card factory class
|
| ParkingSlotsFactory |
The ParkingSlotFactory class : This is the factory to create and add new parking slots to stations
It is uses the simple factory design pattern
|
| ParkingSlotsFactoryTest |
|
| PointFactory |
The PointFactory class : This is the factory to create and add new points, that represent the coordinates in the project
It is uses the simple factory design pattern
|
| PointFactoryTest |
|
| StationFactory |
The StationFactory class : This is the factory to create and add new station to a give system.
|
| StationFactoryTest |
|
| UserFactory |
The UserFactory class : This is the factory to create and add new users.
|
| UserFactoryTest |
|