CSCI3081W Drone Delivery System
|
Composite Factory Interface. More...
#include <IEntityFactory.h>
Public Member Functions | |
virtual | ~IEntityFactory () |
Destructor for IEntityFactory class. | |
virtual IEntity * | createEntity (const JsonObject &entity)=0 |
Creates entity using the given JSON object, if possible. More... | |
Composite Factory Interface.
|
pure virtual |
Creates entity using the given JSON object, if possible.
entity | - JsonObject to be used to create the new entity. |
Implemented in RechargeStationFactory, RobotFactory, RechargeDroneFactory, POIFactory, PackageFactory, HumanFactory, HelicopterFactory, DroneFactory, and CompositeFactory.