SProS::SEDMLElement Interface Reference

SProS::SEDMLElement Interface Reference

The top-level SEDML element. More...

Inheritance diagram for SProS::SEDMLElement:
Collaboration diagram for SProS::SEDMLElement:

Public Member Functions

Model createModel ()
 Creates a new Model.
UniformTimeCourse createUniformTimeCourse ()
 Creates a new UniformTimeCourse.
SamplingSensitivityAnalysis createSamplingSensitivityAnalysis ()
 Creates a new SamplingSensitivityAnalysis.
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.
attribute wstring originalURL
 The original URL the document was loaded from, if known.
- Public Attributes inherited from SProS::Base
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.
- Public Attributes inherited from XPCOM::IObject
readonly attribute string objid
 Fetches the ID of the object.

Detailed Description

The top-level SEDML element.

Definition at line 164 of file SProS.idl.

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

The set of all generators.

Definition at line 197 of file SProS.idl.

attribute unsigned long SProS::SEDMLElement::level

The SEDML level; defaults to the latest level supported by the implementation.

Definition at line 171 of file SProS.idl.

readonly attribute ModelSet SProS::SEDMLElement::models

The set of all models.

Definition at line 182 of file SProS.idl.

attribute wstring SProS::SEDMLElement::originalURL

The original URL the document was loaded from, if known.

Definition at line 315 of file SProS.idl.

readonly attribute OutputSet SProS::SEDMLElement::outputs

The set of all outputs.

Definition at line 202 of file SProS.idl.

readonly attribute SimulationSet SProS::SEDMLElement::simulations

The set of all simulations.

Definition at line 192 of file SProS.idl.

readonly attribute TaskSet SProS::SEDMLElement::tasks

The set of all tasks.

Definition at line 187 of file SProS.idl.

attribute unsigned long SProS::SEDMLElement::version

The SEDML version; defaults to the latest version of SEDML supported by the implementation.

Definition at line 177 of file SProS.idl.