mermaid::support::service::ServiceInterfaceDescription Class Reference
This class holds a description of a Service interface.
More...
#include <ServiceInterfaceDescription.hpp>
List of all members.
Public Member Functions |
std::string | getServiceInterfaceComment () |
std::string | getServiceInterfaceInputDataName () |
std::string | getServiceInterfaceName () |
std::string | getServiceInterfaceOutputDataName () |
| ServiceInterfaceDescription (std::string interfaceName, std::string interfaceComment, std::string inputDataName, std::string outputDataName) |
Detailed Description
This class holds a description of a Service interface.
- Author:
- Marco Barbosa
Definition at line 47 of file ServiceInterfaceDescription.hpp.