Modifier and Type | Method and Description |
---|---|
ModelDefinition |
ModelDefinition.cloneObject()
Creates and returns a deep copy of this
ModelDefinition object. |
ModelDefinition |
CompSBMLDocumentPlugin.createModelDefinition()
Creates a
ModelDefinition object, adds it to the end of the
ModelDefinition objects list and returns a pointer to the newly
created object. |
ModelDefinition |
ListOfModelDefinitions.get(java.lang.String sid)
Get a
Model from the ListOfModelDefinitions
based on its identifier. |
ModelDefinition |
CompSBMLDocumentPlugin.getModelDefinition(long n)
Returns the
ModelDefinition with the given index. |
ModelDefinition |
CompSBMLDocumentPlugin.getModelDefinition(java.lang.String sid)
Returns the model definition object based on its identifier.
|
ModelDefinition |
ListOfModelDefinitions.remove(java.lang.String sid)
Removes the item with given identifer from this
ListOfModelDefinitions
items and returns a pointer to it. |
ModelDefinition |
CompSBMLDocumentPlugin.removeModelDefinition(long index)
Removes the
ModelDefinition with the given index from the CompSBMLDocumentPlugin . |
ModelDefinition |
CompSBMLDocumentPlugin.removeModelDefinition(java.lang.String id)
|
Modifier and Type | Method and Description |
---|---|
int |
CompSBMLDocumentPlugin.addModelDefinition(ModelDefinition modelDefinition)
Adds a copy of the given
ModelDefinition object to the
ListOfModelDefinitions . |