CSCI3081W Drone Delivery System
|
Human Factory to produce Human class. More...
#include <HumanFactory.h>
Public Member Functions | |
virtual | ~HumanFactory () |
Destructor for HumanFactory class. | |
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. | |
|
virtual |
Creates entity using the given JSON object, if possible.
entity | - JsonObject to be used to create the new entity. |
Implements IEntityFactory.