CellML API /home/andrew/Documents/cellml-api-doxygen/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 #include "CellML_APISPEC.idl" 2 7 module cellml_services 8 { 16 interface ValidationService 17 { 26 wstring validateElement(in cellml_api::CellMLElement el) 27 raises(cellml_api::CellMLException); 28 }; 29 #pragma cross-module-inheritance 30 38 interface ModelTransformationService 39 { 47 cellml_api::Model transformModel(in cellml_api::Model m) 48 raises(cellml_api::CellMLException); 49 }; 50 #pragma cross-module-inheritance 51 }; CellML API Documentation Downloads Applications Support