| Package | Description |
|---|---|
| org.sbml.jsbml.ext.req |
| Modifier and Type | Method and Description |
|---|---|
ChangedMath |
ChangedMath.clone()
clones this class
|
ChangedMath |
ReqSBasePlugin.createChangedMath()
Creates a new ChangedMath element and adds it to the ListOfMathChangeds list
|
ChangedMath |
ReqSBasePlugin.createChangedMath(String id)
Creates a new
ChangedMath element and adds it to the ListOfMathChangeds list |
| Modifier and Type | Method and Description |
|---|---|
ListOf<ChangedMath> |
ReqSBasePlugin.getListOfChangedMaths()
Returns the listOfChangedMaths.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
ReqSBasePlugin.addChangedMath(ChangedMath changedMath)
Adds a new
ChangedMath to the listOfChangedMaths. |
boolean |
ReqSBasePlugin.removeChangedMath(ChangedMath changedMath)
Removes an element from the listOfChangedMaths.
|
| Modifier and Type | Method and Description |
|---|---|
void |
ReqSBasePlugin.setListOfChangedMaths(ListOf<ChangedMath> listOfChangedMaths)
Sets the given
ListOf<ChangedMath>. |
| Constructor and Description |
|---|
ChangedMath(ChangedMath obj)
Clone constructor
|
Copyright © 2009–2016. All rights reserved.