This class holds a description of a Service instance. More...
#include <ServiceInstanceDescription.hpp>
Public Member Functions | |
void | addServiceTypeDescription (shared_ptr< ServiceTypeDescription > serviceTypeDescription) |
shared_ptr< EntityDescription > | getEntityDescription () |
std::string | getServiceInstanceName () |
std::vector< shared_ptr < ServiceTypeDescription > > | getServiceTypeDescriptions () |
shared_ptr < ServiceTypeDescription > | getServiceTypeDescriptionWithDataFeedName (std::string dataFeedName) |
shared_ptr < ServiceTypeDescription > | getServiceTypeDescriptionWithInterfaceName (std::string interfaceName) |
ServiceInstanceDescription (shared_ptr< EntityDescription > entityDescription, std::string serviceInstanceName) |
This class holds a description of a Service instance.
Definition at line 66 of file ServiceInstanceDescription.hpp.