| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method and Description |
|---|---|
Deletion |
Deletion.clone() |
Deletion |
Submodel.createDeletion()
Creates a new Deletion element and adds it to the ListOfDeletions list
|
Deletion |
Submodel.createDeletion(String id)
Creates a new
Deletion element and adds it to the ListOfDeletions list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<Deletion> |
Submodel.getListOfDeletions()
Returns the listOfDeletions.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Submodel.addDeletion(Deletion deletion)
Adds a new
Deletion to the listOfDeletions. |
boolean |
Submodel.removeDeletion(Deletion deletion)
Removes an element from the listOfDeletions.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Submodel.setListOfDeletions(ListOf<Deletion> listOfDeletions)
This list specifies objects to be removed from the submodel when
composing the overall model.
|
| Constructor and Description |
|---|
Deletion(Deletion obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.