CellML API interfaces/CeLEDS.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 CeLEDS.idl Go to the documentation of this file. 1 11 #include "CellML_APISPEC.idl" 12 #include "MaLaES.idl" 16 module cellml_services 17 { 22 interface LanguageDictionary 23 : XPCOM::IObject 24 { 28 wstring getValue(in wstring keyName); 32 dom::NodeList getMappings(); 33 }; 34 35 interface DictionaryGenerator 36 : XPCOM::IObject 37 { 43 LanguageDictionary getDictionary(in wstring dictionaryNameSpace); 47 dom::Element getElementNS(in wstring nameSpace, in wstring elementName); 51 cellml_services::MaLaESTransform getMalTransform(); 52 }; 53 54 interface CeLEDSBootstrap 55 : XPCOM::IObject 56 { 61 DictionaryGenerator createDictGenerator(in wstring URL); 66 DictionaryGenerator createDictGeneratorFromText(in wstring XMLText); 71 readonly attribute wstring loadError; 72 73 }; 74 75 }; CellML API Documentation Downloads Applications Support CellMLCellML API DocumentationIntroductionGetting startedTutorials on accessing the APIUnderstanding the CellML API CodeMiscellaneous informationWhy use the CellML API?Getting Started with the API Implementation (read this first)Building from source on Ubuntu LinuxC++ tutorialJava tutorialWorking with CellML models using PythonThe architecture of the CellML API and its implementationCiting the CellML APILicense / Warranty DisclaimerDeprecated ListNamespacesClassesFilesFile ListinterfacesAnnoTools.idlCCGS.idlCeLEDS.idlCeLEDSExporter.idlCellML_APISPEC.idlCellML_Context.idlCellML_events.idlCellML_Services.idlCeVAS.idlCGRS.idlCIS.idlCUSES.idlDOM_APISPEC.idlDOM_events.idlMaLaES.idlMathML_content_APISPEC.idlRDF_APISPEC.idlSProS.idlSRuS.idlTeLICeMS.idlVACSS.idlxpath.idlxpcom.idlFile Members