This class represents an Entity, which is a collection of Services (either local or remote). More...
#include <Entity.hpp>
Public Member Functions | |
void | addService (shared_ptr< Service > s) |
Entity (shared_ptr< EntityDescription > entityDescription) | |
shared_ptr< EntityDescription > | getEntityDescription () |
shared_ptr< Service > | getService (std::string serviceName) |
This class represents an Entity, which is a collection of Services (either local or remote).
Definition at line 66 of file Entity.hpp.