Interface | Description |
---|---|
IModelVehicle |
Interface class for vehicles.
|
IThreadVehicle |
Interface class for threads updater of models of vehicles.
|
Class | Description |
---|---|
AbstrModelVehicle |
This class is a possible abstract implementation of the interface IThreadVehicle.
|
AbstrThreadVehicle |
Abstract class for vehicle's threads.
|
Garage |
This class contains methods used to instantiate new vehicles
and to get info on those already instantiated.
|
ModelCar |
This is a finished implementation of IThreadVehicle,
made extending AbstrThreadVehicle.
|
ThreadCar |
Implementation of IThreadVehicle with the task to move a "car" vehicle.
|