3 #include "IEntityFactory.h"
4 #include "RechargeStation.h"
Composite Factory Interface.
Definition: IEntityFactory.h:11
Represents an entity in a physical system.
Definition: IEntity.h:22
Manages a picojson::object, works with JsonValue to provide implicit casting.
RechargeStation Factory to produce RechargeStation class.
Definition: RechargeStationFactory.h:11
IEntity * createEntity(const JsonObject &obj)
Creates entity using the given JSON object, if possible.
virtual ~RechargeStationFactory()
Destroy the Recharge Station Factory object.
Definition: RechargeStationFactory.h:17