CellML API interfaces/VACSS.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 VACSS.idl Go to the documentation of this file. 1 7 #include "CellML_APISPEC.idl" 8 12 module cellml_services 13 { 22 interface CellMLValidityError 23 : XPCOM::IObject 24 { 28 readonly attribute wstring description; 29 33 readonly attribute unsigned long nSupplements; 34 40 CellMLValidityError getSupplement(in unsigned long index); 41 47 readonly attribute boolean isWarningOnly; 48 }; 49 54 interface CellMLRepresentationValidityError 55 : CellMLValidityError 56 { 60 readonly attribute dom::Node errorNode; 61 65 readonly attribute unsigned long errorNodalOffset; 66 }; 67 73 interface CellMLSemanticValidityError 74 : CellMLValidityError 75 { 79 readonly attribute cellml_api::CellMLElement errorElement; 80 }; 81 88 interface CellMLValidityErrorSet 89 : XPCOM::IObject 90 { 94 readonly attribute unsigned long nValidityErrors; 95 102 CellMLValidityError getValidityError(in unsigned long index) 103 raises(cellml_api::CellMLException); 104 }; 105 110 interface VACSService 111 : XPCOM::IObject 112 { 117 CellMLValidityErrorSet validateModel(in cellml_api::Model aModel); 118 127 unsigned long getPositionInXML(in dom::Node node, 128 in unsigned long nodalOffset, 129 out unsigned long column); 130 }; 131 }; 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