XPSEDAPI
|
The top-level SEDML element. More...
Public Member Functions | |
Model | createModel () |
Creates a new Model. | |
UniformTimeCourse | createUniformTimeCourse () |
Creates a new UniformTimeCourse. | |
Task | createTask () |
Creates a new Task. | |
DataGenerator | createDataGenerator () |
Creates a new DataGenerator. | |
Plot2D | createPlot2D () |
Creates a new Plot2D. | |
Plot3D | createPlot3D () |
Creates a new Plot3D. | |
Report | createReport () |
Creates a new Report. | |
ComputeChange | createComputeChange () |
Creates a new ComputeChange. | |
ChangeAttribute | createChangeAttribute () |
Creates a new ChangeAttribute. | |
AddXML | createAddXML () |
Creates a new AddXML. | |
RemoveXML | createRemoveXML () |
Creates a new RemoveXML. | |
ChangeXML | createChangeXML () |
Creates a new ChangeXML. | |
Variable | createVariable () |
Creates a new Variable. | |
Parameter | createParameter () |
Creates a new Parameter. | |
Curve | createCurve () |
Creates a new Curve. | |
Surface | createSurface () |
Creates a new Surface. | |
DataSet | createDataSet () |
Creates a new DataSet. |
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. | |
![]() | |
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. |
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.
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.
readonly attribute DataGeneratorSet SProS::SEDMLElement::generators |
attribute unsigned long SProS::SEDMLElement::level |
readonly attribute ModelSet SProS::SEDMLElement::models |
readonly attribute OutputSet SProS::SEDMLElement::outputs |
readonly attribute SimulationSet SProS::SEDMLElement::simulations |
readonly attribute TaskSet SProS::SEDMLElement::tasks |