Class holding the description of an Entity. More...
#include <EntityDescription.hpp>
Public Member Functions | |
void | addServiceInstanceDescription (shared_ptr< ServiceInstanceDescription > serviceInstanceDescription) |
EntityDescription (std::string entityName) | |
std::vector< shared_ptr < ServiceInstanceDescription > > | getAllServiceInstanceDescriptions () |
std::string | getEntityName () |
shared_ptr < ServiceInstanceDescription > | getServiceInstanceDescription (std::string serviceInstanceName) |
Class holding the description of an Entity.
Definition at line 65 of file EntityDescription.hpp.