7 #include "IEntityFactory.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.
POI Factory to produce POI class.
Definition: POIFactory.h:13
IEntity * createEntity(const JsonObject &entity)
Creates entity using the given JSON object, if possible.
virtual ~POIFactory()
Destructor for POIFactory class.
Definition: POIFactory.h:18