Modifier and Type | Class and Description |
---|---|
class |
ModelDefinition |
Modifier and Type | Method and Description |
---|---|
Model |
Model.cloneObject()
Creates and returns a deep copy of this
Model object. |
Model |
SBMLDocument.createModel()
Creates a new
Model inside this SBMLDocument , and returns a pointer to
it. |
Model |
SBMLDocument.createModel(String sid)
Creates a new
Model inside this SBMLDocument , and returns a pointer to
it. |
Model |
Submodel.getInstantiation() |
Model |
SBase.getModel()
Returns the
Model object in which the current object is located. |
Model |
L3ParserSettings.getModel()
Returns the
Model object referenced by this L3ParserSettings object. |
Model |
SBMLValidator.getModel()
Returns the
Model object stored in the SBMLDocument . |
Model |
SBMLDocument.getModel()
Returns the
Model object stored in this SBMLDocument . |
static Model |
CompBase.getParentModel(SBase child) |
Model |
ExternalModelDefinition.getReferencedModel() |
Modifier and Type | Method and Description |
---|---|
int |
Model.appendFrom(Model model)
|
SBase |
ReplacedElement.getReferencedElementFrom(Model model) |
SBase |
SBaseRef.getReferencedElementFrom(Model model) |
static ASTNode |
libsbml.parseL3FormulaWithModel(String formula,
Model model)
Parses the given mathematical formula using specific a specific
Model to
resolve symbols, and returns an Abstract Syntax Tree (AST)
representation of the result. |
static XMLNode |
libsbml.parseLayouts(Model pModel) |
boolean |
ASTNode.returnsBoolean(Model model)
Predicate returning
true (non-zero) if this node returns a boolean type
or false (zero) otherwise. |
void |
L3ParserSettings.setModel(Model model)
Sets the model reference in this
L3ParserSettings object. |
int |
SBMLDocument.setModel(Model m)
|
Constructor and Description |
---|
L3ParserSettings(Model model,
int parselog,
boolean collapseminus,
boolean parseunits,
boolean avocsymbol)
Creates a new
L3ParserSettings object with specific values for all
possible settings. |
Model(Model orig)
Copy constructor; creates a (deep) copy of the given
Model object. |
ModelDefinition(Model source) |