| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method and Description |
|---|---|
ExternalModelDefinition |
ExternalModelDefinition.clone()
clones this class
|
ExternalModelDefinition |
CompSBMLDocumentPlugin.createExternalModelDefinition()
Creates a new ExternalModelDefinition element and adds it to the ListOfExternalModelDefinitions list
|
ExternalModelDefinition |
CompSBMLDocumentPlugin.createExternalModelDefinition(String id)
Creates a new
ExternalModelDefinition element and adds it to the ListOfExternalModelDefinitions list |
ExternalModelDefinition |
CompSBMLDocumentPlugin.getExternalModelDefinition(int index)
Returns the n-th
ExternalModelDefinition object in this CompSBMLDocumentPlugin. |
ExternalModelDefinition |
CompSBMLDocumentPlugin.getExternalModelDefinition(String id)
Returns a
ExternalModelDefinition element that has the given 'id' within
this CompSBMLDocumentPlugin or null if no such element can be found. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<ExternalModelDefinition> |
CompSBMLDocumentPlugin.getListOfExternalModelDefinitions()
Returns the listOfExternalModelDefinitions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompSBMLDocumentPlugin.addExternalModelDefinition(ExternalModelDefinition externalModelDefinition)
Adds a new
ExternalModelDefinition to the listOfExternalModelDefinitions. |
boolean |
CompSBMLDocumentPlugin.removeExternalModelDefinition(ExternalModelDefinition externalModelDefinition)
Removes an element from the listOfExternalModelDefinitions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompSBMLDocumentPlugin.setListOfExternalModelDefinitions(ListOf<ExternalModelDefinition> listOfExternalModelDefinitions)
The listOfExternamModelDefinitions is an optional element of
CompSBMLDocumentPlugin
and defines external SBML document references within the ExternalModelDefinition
object. |
| Constructor and Description |
|---|
ExternalModelDefinition(ExternalModelDefinition obj)
Clone constructor
|
Copyright © 2009–2017. All rights reserved.