| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method and Description |
|---|---|
Submodel |
Submodel.clone()
clones this class
|
Submodel |
CompModelPlugin.createSubmodel()
Creates a new
Submodel element and adds it to the ListOfSubmodels list |
Submodel |
CompModelPlugin.createSubmodel(String id)
Creates a new
Submodel element and adds it to the ListOfSubmodels
list |
Submodel |
CompModelPlugin.getSubmodel(int index)
Returns the n-th
Submodel object in this CompModelPlugin. |
Submodel |
CompModelPlugin.getSubmodel(String id)
Returns a
Submodel element that has the given 'id' within
this CompModelPlugin or null if no such element can be found. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<Submodel> |
CompModelPlugin.getListOfSubmodels()
Returns the listOfSubmodels.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
CompModelPlugin.addSubmodel(Submodel submodel)
Adds a new
Submodel to the listOfSubmodels. |
boolean |
CompModelPlugin.removeSubmodel(Submodel submodel)
Removes an element from the listOfSubmodels.
|
| Modifier and Type | Method and Description |
|---|---|
void |
CompModelPlugin.setListOfSubmodels(ListOf<Submodel> listOfSubmodels)
Sets the optional
ListOf<Submodel>. |
| Constructor and Description |
|---|
Submodel(Submodel obj)
Clone constructor
|
Copyright © 2009–2020. All rights reserved.