Modifier and Type | Method and Description |
---|---|
ExternalModelDefinition |
CompSBMLDocumentPlugin.createExternalModelDefinition()
Creates a
ExternalModelDefinition object, adds it to the end of the
ExternalModelDefinition objects list and returns a pointer to the newly
created object. |
ExternalModelDefinition |
ListOfExternalModelDefinitions.get(java.lang.String sid)
Get a
Model from the ListOfExternalModelDefinitions
based on its identifier. |
ExternalModelDefinition |
CompSBMLDocumentPlugin.getExternalModelDefinition(long n)
Returns the
ExternalModelDefinition with the given index. |
ExternalModelDefinition |
CompSBMLDocumentPlugin.getExternalModelDefinition(java.lang.String sid)
Returns the model definition object based on its identifier.
|
ExternalModelDefinition |
ListOfExternalModelDefinitions.remove(java.lang.String sid)
Removes the item with given
sid from this ListOfModelDefinitions items
and returns a pointer to it. |
ExternalModelDefinition |
CompSBMLDocumentPlugin.removeExternalModelDefinition(long index)
Removes the
ExternalModelDefinition with the given index. |
ExternalModelDefinition |
CompSBMLDocumentPlugin.removeExternalModelDefinition(java.lang.String id)
Removes the
ExternalModelDefinition with the given id . |
Modifier and Type | Method and Description |
---|---|
int |
CompSBMLDocumentPlugin.addExternalModelDefinition(ExternalModelDefinition externalModelDefinition)
Adds a copy of the given
ExternalModelDefinition object to the list of
ExternalModelDefinitions. |
Constructor and Description |
---|
ExternalModelDefinition(ExternalModelDefinition source)
Copy constructor.
|