General KERNEL Documentation     End User KERNEL Services  


SALOME_ModuleCatalog::Service Struct Reference

import "SALOME_ModuleCatalog.idl";

Collaboration diagram for SALOME_ModuleCatalog::Service:

Collaboration graph

Data Fields

string ServiceName
ListOfServicesParameter ServiceinParameter
ListOfServicesParameter ServiceoutParameter
ListOfServicesDataStreamParameter ServiceinDataStreamParameter
ListOfServicesDataStreamParameter ServiceoutDataStreamParameter
boolean Servicebydefault
boolean TypeOfNode

Detailed Description

This struct contains fields completely defining each service.


Field Documentation

string SALOME_ModuleCatalog::Service::ServiceName
 

Name of the service.

ListOfServicesParameter SALOME_ModuleCatalog::Service::ServiceinParameter
 

List of input parameters of the services.

ListOfServicesParameter SALOME_ModuleCatalog::Service::ServiceoutParameter
 

List of output parameters of the services.

ListOfServicesDataStreamParameter SALOME_ModuleCatalog::Service::ServiceinDataStreamParameter
 

List of input parameters of the services.

ListOfServicesDataStreamParameter SALOME_ModuleCatalog::Service::ServiceoutDataStreamParameter
 

List of output parameters of the services.

boolean SALOME_ModuleCatalog::Service::Servicebydefault
 

True if the service is taken with its default fields.

boolean SALOME_ModuleCatalog::Service::TypeOfNode
 

True is the service is a factory node. Otherwise, it's a compute node.