Modifier and Type | Method and Description |
---|---|
ModelDefinition |
ModelDefinition.cloneObject()
Creates and returns a deep copy of this
Model object. |
ModelDefinition |
CompSBMLDocumentPlugin.createModelDefinition() |
ModelDefinition |
ListOfModelDefinitions.get(String sid)
Get an item from the list based on its identifier.
|
ModelDefinition |
CompSBMLDocumentPlugin.getModelDefinition(long n) |
ModelDefinition |
CompSBMLDocumentPlugin.getModelDefinition(String sid) |
ModelDefinition |
ListOfModelDefinitions.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
ModelDefinition |
CompSBMLDocumentPlugin.removeModelDefinition(long index) |
ModelDefinition |
CompSBMLDocumentPlugin.removeModelDefinition(String id) |
Modifier and Type | Method and Description |
---|---|
int |
CompSBMLDocumentPlugin.addModelDefinition(ModelDefinition modelDefinition) |