CSCI3081W Drone Delivery System
|
RechargeDrone Factory to produce RechargeDrone class. More...
#include <RechargeDroneFactory.h>
Public Member Functions | |
virtual | ~RechargeDroneFactory () |
Destroy the Recharge Drone Factory object. | |
IEntity * | createEntity (const JsonObject &entity) |
Creates entity using the given JSON object, if possible. More... | |
Public Member Functions inherited from IEntityFactory | |
virtual | ~IEntityFactory () |
Destructor for IEntityFactory class. | |
RechargeDrone Factory to produce RechargeDrone class.
|
virtual |
Creates entity using the given JSON object, if possible.
entity | - JsonObject to be used to create the new entity. |
Implements IEntityFactory.