1 #ifndef I_ENTITY_FACTORY_H_
2 #define I_ENTITY_FACTORY_H_
Composite Factory Interface.
Definition: IEntityFactory.h:11
virtual ~IEntityFactory()
Destructor for IEntityFactory class.
Definition: IEntityFactory.h:16
virtual IEntity * createEntity(const JsonObject &entity)=0
Creates entity using the given JSON object, if possible.
Represents an entity in a physical system.
Definition: IEntity.h:22
Manages a picojson::object, works with JsonValue to provide implicit casting.