/home/andrew/Documents/cellml-api-doxygen/interfaces/CellML_Services.idl Source File

CellML_Services.idl
Go to the documentation of this file.
1 #include "CellML_APISPEC.idl"
2 
7 module cellml_services
8 {
17  {
26  wstring validateElement(in cellml_api::CellMLElement el)
28  };
29 #pragma cross-module-inheritance
30 
39  {
47  cellml_api::Model transformModel(in cellml_api::Model m)
49  };
50 #pragma cross-module-inheritance
51 };
Back to Top