interfaces/CellML_Services.idl Source File

CellML_Services.idl
Go to the documentation of this file.
1 
6 #include "CellML_APISPEC.idl"
7 
11 module cellml_services
12 {
21  {
30  wstring validateElement(in cellml_api::CellMLElement el)
32  };
33 #pragma cross-module-inheritance
34 
43  {
51  cellml_api::Model transformModel(in cellml_api::Model m)
53  };
54 #pragma cross-module-inheritance
55 };