CellML API
SProS::SEDMLElement Interface Reference
The top-level SEDML element. More...


Public Attributes | |
attribute unsigned long | level |
The SEDML level; defaults to the latest level supported by the implementation. | |
attribute unsigned long | version |
The SEDML version; defaults to the latest version of SEDML supported by the implementation. | |
readonly attribute ModelSet | models |
The set of all models. | |
readonly attribute TaskSet | tasks |
The set of all tasks. | |
readonly attribute SimulationSet | simulations |
The set of all simulations. | |
readonly attribute DataGeneratorSet | generators |
The set of all generators. | |
readonly attribute OutputSet | outputs |
The set of all outputs. | |
attribute wstring | originalURL |
The original URL the document was loaded from, if known. | |
![]() | |
readonly attribute dom::Element | domElement |
The underlying DOM element. | |
readonly attribute dom::NodeList | notes |
The list of all note elements associated with this element. | |
readonly attribute dom::NodeList | annotations |
The list of all annotations associated with this element. | |
readonly attribute Base | parent |
The parent of this element, or null. | |
![]() | |
readonly attribute string | objid |
Fetches the ID of the object. |
Detailed Description
Member Function Documentation
AddXML SProS::SEDMLElement::createAddXML | ( | ) |
Creates a new AddXML.
It is created with no parent and must be explicitly added.
ChangeAttribute SProS::SEDMLElement::createChangeAttribute | ( | ) |
Creates a new ChangeAttribute.
It is created with no parent and must be explicitly added.
ChangeXML SProS::SEDMLElement::createChangeXML | ( | ) |
Creates a new ChangeXML.
It is created with no parent and must be explicitly added.
ComputeChange SProS::SEDMLElement::createComputeChange | ( | ) |
Creates a new ComputeChange.
It is created with no parent and must be explicitly added.
Curve SProS::SEDMLElement::createCurve | ( | ) |
Creates a new Curve.
It is created with no parent and must be explicitly added.
DataGenerator SProS::SEDMLElement::createDataGenerator | ( | ) |
Creates a new DataGenerator.
It is created with no parent and must be explicitly added.
DataSet SProS::SEDMLElement::createDataSet | ( | ) |
Creates a new DataSet.
It is created with no parent and must be explicitly added.
Model SProS::SEDMLElement::createModel | ( | ) |
Creates a new Model.
It is created with no parent and must be explicitly added.
Parameter SProS::SEDMLElement::createParameter | ( | ) |
Creates a new Parameter.
It is created with no parent and must be explicitly added.
Plot2D SProS::SEDMLElement::createPlot2D | ( | ) |
Creates a new Plot2D.
It is created with no parent and must be explicitly added.
Plot3D SProS::SEDMLElement::createPlot3D | ( | ) |
Creates a new Plot3D.
It is created with no parent and must be explicitly added.
RemoveXML SProS::SEDMLElement::createRemoveXML | ( | ) |
Creates a new RemoveXML.
It is created with no parent and must be explicitly added.
Report SProS::SEDMLElement::createReport | ( | ) |
Creates a new Report.
It is created with no parent and must be explicitly added.
SamplingSensitivityAnalysis SProS::SEDMLElement::createSamplingSensitivityAnalysis | ( | ) |
Creates a new SamplingSensitivityAnalysis.
It is created with no parent and must be explicitly added.
Surface SProS::SEDMLElement::createSurface | ( | ) |
Creates a new Surface.
It is created with no parent and must be explicitly added.
Task SProS::SEDMLElement::createTask | ( | ) |
Creates a new Task.
It is created with no parent and must be explicitly added.
UniformTimeCourse SProS::SEDMLElement::createUniformTimeCourse | ( | ) |
Creates a new UniformTimeCourse.
It is created with no parent and must be explicitly added.
Variable SProS::SEDMLElement::createVariable | ( | ) |
Creates a new Variable.
It is created with no parent and must be explicitly added.
Member Data Documentation
readonly attribute DataGeneratorSet SProS::SEDMLElement::generators |
attribute unsigned long SProS::SEDMLElement::level |
readonly attribute ModelSet SProS::SEDMLElement::models |
attribute wstring SProS::SEDMLElement::originalURL |
readonly attribute OutputSet SProS::SEDMLElement::outputs |
readonly attribute SimulationSet SProS::SEDMLElement::simulations |
readonly attribute TaskSet SProS::SEDMLElement::tasks |