| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method | Description |
|---|---|---|
ReplacedElement |
ReplacedElement.clone() |
clones this class
|
ReplacedElement |
CompSBasePlugin.createReplacedElement() |
Creates a new
ReplacedElement element and adds it to the ListOfReplacedElements list. |
ReplacedElement |
CompSBasePlugin.getReplacedElement(int index) |
Returns the n-th
ReplacedElement object in this CompSBasePlugin. |
ReplacedElement |
CompSBasePlugin.getReplacedElement(java.lang.String id) |
Returns a
ReplacedElement element that has the given 'id' within
this CompSBasePlugin or null if no such element can be found. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<ReplacedElement> |
CompSBasePlugin.getListOfReplacedElements() |
Returns the listOfReplacedElements
|
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
CompSBasePlugin.addReplacedElement(ReplacedElement replacedElement) |
Adds a new element to listOfReplacedElements.
|
boolean |
CompSBasePlugin.removeReplacedElement(ReplacedElement replacedElement) |
Removes an element from listOfReplacedElements.
|
| Modifier and Type | Method | Description |
|---|---|---|
void |
CompSBasePlugin.setListOfReplacedElements(ListOf<ReplacedElement> listOfReplacedElements) |
Sets the listOfReplacedElements.
|
| Constructor | Description |
|---|---|
ReplacedElement(ReplacedElement obj) |
Clone constructor
|
Copyright © 2009–2022. All rights reserved.