| Package | Description |
|---|---|
| org.sbml.jsbml.ext.comp |
Provides classes for the
Hierarchical Model Composition package.
|
| Modifier and Type | Method and 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(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 and Description |
|---|---|
ListOf<ReplacedElement> |
CompSBasePlugin.getListOfReplacedElements()
Returns the listOfReplacedElements
|
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
CompSBasePlugin.setListOfReplacedElements(ListOf<ReplacedElement> listOfReplacedElements)
Sets the listOfReplacedElements.
|
| Constructor and Description |
|---|
ReplacedElement(ReplacedElement obj)
Clone constructor
|
Copyright © 2009–2017. All rights reserved.