CellML API interfaces/CellML_Services.idl Source File Main Page Related Pages Namespaces Classes Files File List File Members All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Pages CellML_Services.idl Go to the documentation of this file. 1 6 #include "CellML_APISPEC.idl" 7 11 module cellml_services 12 { 20 interface ValidationService 21 { 30 wstring validateElement(in cellml_api::CellMLElement el) 31 raises(cellml_api::CellMLException); 32 }; 33 #pragma cross-module-inheritance 34 42 interface ModelTransformationService 43 { 51 cellml_api::Model transformModel(in cellml_api::Model m) 52 raises(cellml_api::CellMLException); 53 }; 54 #pragma cross-module-inheritance 55 }; CellML API Documentation Downloads Applications Support