CSCI3081W Drone Delivery System
|
Robot Factory to produce Robot class. More...
#include <RobotFactory.h>
Public Member Functions | |
virtual | ~RobotFactory () |
Destructor for RobotFactory 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.