| Package | Description |
|---|---|
| org.sbml.jsbml.ext.distrib |
| Modifier and Type | Method and Description |
|---|---|
Uncertainty |
Uncertainty.clone() |
Uncertainty |
DistribSBasePlugin.createUncertainty()
Creates a new Uncertainty element and adds it to the
DistribSBasePlugin.listOfUncertainties list. |
Uncertainty |
DistribSBasePlugin.createUncertainty(String id)
Creates a new
Uncertainty element and adds it to the
DistribSBasePlugin.listOfUncertainties list. |
Uncertainty |
DistribSBasePlugin.getUncertainty(int i)
Gets an element from the
DistribSBasePlugin.listOfUncertainties at the given index. |
Uncertainty |
DistribSBasePlugin.getUncertainty(String uncertaintyId)
Gets an element from the listOfUncertainties, with the given id.
|
Uncertainty |
DistribSBasePlugin.removeUncertainty(int i)
Removes an element from the
DistribSBasePlugin.listOfUncertainties at the given index. |
Uncertainty |
DistribSBasePlugin.removeUncertainty(String uncertaintyId)
Removes an element from the
DistribSBasePlugin.listOfUncertainties. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<Uncertainty> |
DistribSBasePlugin.getListOfUncertainties()
Returns the
DistribSBasePlugin.listOfUncertainties. |
| Modifier and Type | Method and Description |
|---|---|
boolean |
DistribSBasePlugin.addUncertainty(Uncertainty uncertainty)
Adds a new
Uncertainty to the DistribSBasePlugin.listOfUncertainties. |
boolean |
DistribSBasePlugin.removeUncertainty(Uncertainty uncertainty)
Removes an element from the
DistribSBasePlugin.listOfUncertainties. |
| Modifier and Type | Method and Description |
|---|---|
void |
DistribSBasePlugin.setListOfUncertainties(ListOf<Uncertainty> listOfUncertainties)
Sets the given
ListOf<Uncertainty>. |
| Constructor and Description |
|---|
Uncertainty(Uncertainty obj)
Clone constructor
|
Copyright © 2009–2020. All rights reserved.