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