| Package | Description |
|---|---|
| org.sbml.jsbml.ext.distrib |
| Modifier and Type | Class | Description |
|---|---|---|
class |
UncertSpan |
The
UncertSpan class defines a span of values that define an uncertainty statistic such as confidence interval or
range. |
| Modifier and Type | Method | Description |
|---|---|---|
UncertParameter |
UncertParameter.clone() |
Clones this class
|
UncertParameter |
Uncertainty.createUncertParameter() |
Creates a new UncertParameter element and adds it to the
Uncertainty.listOfUncertParameters list. |
UncertParameter |
Uncertainty.createUncertParameter(java.lang.String id) |
Creates a new
UncertParameter element and adds it to the
Uncertainty.listOfUncertParameters list. |
UncertParameter |
UncertParameter.createUncertParameter() |
Creates a new UncertParameter element and adds it to the
listOfUncertParameters list. |
UncertParameter |
UncertParameter.createUncertParameter(java.lang.String id) |
Creates a new
UncertParameter element and adds it to the
listOfUncertParameters list. |
UncertParameter |
Uncertainty.getUncertParameter(int i) |
Gets an element from the
Uncertainty.listOfUncertParameters at the given index. |
UncertParameter |
Uncertainty.getUncertParameter(java.lang.String uncertParameterId) |
Gets an element from the listOfUncertParameters, with the given id.
|
UncertParameter |
UncertParameter.getUncertParameter(int i) |
Gets an element from the
listOfUncertParameters at the given index. |
UncertParameter |
UncertParameter.getUncertParameter(java.lang.String uncertParameterId) |
Gets an element from the listOfUncertParameters, with the given id.
|
UncertParameter |
Uncertainty.removeUncertParameter(int i) |
Removes an element from the
Uncertainty.listOfUncertParameters at the given index. |
UncertParameter |
Uncertainty.removeUncertParameter(java.lang.String uncertParameterId) |
Removes an element from the
Uncertainty.listOfUncertParameters. |
UncertParameter |
UncertParameter.removeUncertParameter(int i) |
Removes an element from the
listOfUncertParameters at the given index. |
UncertParameter |
UncertParameter.removeUncertParameter(java.lang.String uncertParameterId) |
Removes an element from the
listOfUncertParameters. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<UncertParameter> |
Uncertainty.getListOfUncertParameters() |
Returns the
Uncertainty.listOfUncertParameters. |
ListOf<UncertParameter> |
UncertParameter.getListOfUncertParameters() |
Returns the
listOfUncertParameters. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
Uncertainty.addUncertParameter(UncertParameter uncertParameter) |
Adds a new
UncertParameter to the Uncertainty.listOfUncertParameters. |
boolean |
UncertParameter.addUncertParameter(UncertParameter uncertParameter) |
Adds a new
UncertParameter to the listOfUncertParameters. |
boolean |
Uncertainty.removeUncertParameter(UncertParameter uncertParameter) |
Removes an element from the
Uncertainty.listOfUncertParameters. |
boolean |
UncertParameter.removeUncertParameter(UncertParameter uncertParameter) |
Removes an element from the
listOfUncertParameters. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
Uncertainty.setListOfUncertParameters(ListOf<UncertParameter> listOfUncertParameters) |
Sets the given
ListOf<UncertParameter>. |
void |
UncertParameter.setListOfUncertParameters(ListOf<UncertParameter> listOfUncertParameters) |
Sets the given
ListOf<UncertParameter>. |
| Constructor | Description |
|---|---|
UncertParameter(UncertParameter obj) |
Clone constructor
|
Copyright © 2009–2022. All rights reserved.