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

TeLICeMS.idl
Go to the documentation of this file.
1 #include "CellML_APISPEC.idl"
3 
11 module cellml_services
12 {
13  interface TeLICeMResult
15  {
20  readonly attribute wstring errorMessage;
21  };
22 
25  {
29  readonly attribute cellml_api::Model modelResult;
30  };
31 #pragma terminal-interface
32 
35  {
40  };
41 #pragma terminal-interface
42 
43  interface TeLICeMService
45  {
51  TeLICeMModelResult parseModel(in wstring aModelText);
52 
60  TeLICeMMathResult parseMaths(in dom::Document aDoc,
61  in wstring aMathText);
62 
66  wstring showModel(in cellml_api::Model aModel);
67 
71  wstring showMaths(in mathml_dom::MathMLContentElement aEl);
72  };
73 #pragma terminal-interface
74 };