Modifier and Type | Class and Description |
---|---|
class |
ModelDefinition
comp
A model used in model composition.
|
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(java.lang.String sid)
Creates a new
Model inside this SBMLDocument , and returns a pointer to
it. |
Model |
Submodel.getInstantiation()
|
Model |
L3ParserSettings.getModel()
Returns the
Model object referenced by this L3ParserSettings object. |
Model |
SBMLValidator.getModel()
Returns the
Model object stored in the SBMLDocument . |
Model |
SBase.getModel()
Returns the
Model object for the SBML Document in which the current object is located. |
Model |
SBMLDocument.getModel()
Returns the
Model object stored in this SBMLDocument . |
Model |
ExternalModelDefinition.getReferencedModel()
Resolves and returns the referenced
Model object of this ExternalModelDefinition . |
Modifier and Type | Method and Description |
---|---|
int |
Model.appendFrom(Model model)
|
SBase |
SBaseRef.getReferencedElementFrom(Model model)
Examines the referenced
Model for the referenced object, and returns it, if found. |
SBase |
ReplacedElement.getReferencedElementFrom(Model model)
Finds the
SBase object this ReplacedElement object points to, if any. |
static ASTNode |
libsbml.parseL3FormulaWithModel(java.lang.String formula,
Model model)
Parses a text string as a mathematical formula using a
Model to resolve
symbols, and returns an AST representation of the result. |
static XMLNode |
libsbml.parseLayouts(Model pModel)
|
boolean |
ASTNode.returnsBoolean(Model model)
Returns
true if this node returns a Boolean value. |
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. |
L3ParserSettings(Model model,
int parselog,
boolean collapseminus,
boolean parseunits,
boolean avocsymbol,
boolean caseSensitive)
Creates a new
L3ParserSettings object with specific values for all
possible settings. |
L3ParserSettings(Model model,
int parselog,
boolean collapseminus,
boolean parseunits,
boolean avocsymbol,
boolean caseSensitive,
SBMLNamespaces sbmlns)
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)
Copy constructor from base
Model object. |