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