| Model-class {rsbml} | R Documentation |
The central SBML element. Contains the Species,
Reactions, Compartments and other
components of the model. See the SBML specification, at the reference, for
further details.
Objects can be created by calls of the form new("Model", ...).
id:"character" uniquely identifying this component. name:"character" naming this component. functionDefinitions:"list" containing
FunctionDefinitions.unitDefinitions:"list" containing
UnitDefinitions. compartments:"list" containing
Compartments. species:"list" containing
Speciess. parameters:"list" containing
Parameters. rules:"list" containing
Rules. reactions:"list" containing
Reactions. events:"list" containing
Events. layouts:"list" containing
Layouts. speciesTypes:"list" containing
SpeciesTypes.compartmentTypes:"list" containing
CompartmentTypes.constraints:"list" containing
Constraints.initialAssignments:"list" containing
InitialAssignments.signature(object = "Model"): gets the id slot signature(object = "Model"): sets the id slot signature(object = "Model"): gets the name slot signature(object = "Model"): sets the name slot signature(object = "Model"): gets the compartments slot signature(object = "Model"): sets the compartments slot signature(object = "Model"): gets the events slot signature(object = "Model"): sets the events slot signature(object = "Model"): gets the functionDefinitions slot signature(object = "Model"): sets the functionDefinitions slot signature(object = "Model"): gets the layouts slot signature(object = "Model"): sets the layouts slot signature(object = "Model"): gets the parameters slot signature(object = "Model"): sets the parameters slot signature(object = "Model"): gets the species slot signature(object = "Model"): sets the species slot signature(object = "Model"): gets the reactions slot signature(object = "Model"): sets the reactions slot signature(object = "Model"): gets the rules slot signature(object = "Model"): sets the rules slot signature(object = "Model"): gets the unitDefinitions slot signature(object = "Model"): sets the unitDefinitions slot signature(object = "Model"): gets the compartmentTypes slot signature(object = "Model"): sets the compartmentTypes slot signature(object = "Model"): gets the constraints slot signature(object = "Model"): sets the constraints slot signature(object = "Model"): gets the initialAssignments slot signature(object = "Model"): sets the initialAssignments slot signature(object = "Model"): gets the speciesTypes slot signature(object = "Model"): sets the speciesTypes slot Michael Lawrence