| Package | Description |
|---|---|
| org.sbml.jsbml.ext.distrib |
| Modifier and Type | Class and 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 and Description |
|---|---|
UncertParameter |
UncertParameter.clone()
Clones this class
|
UncertParameter |
Uncertainty.createUncertParameter()
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 |
Uncertainty.createUncertParameter(String id)
Creates a new
UncertParameter element and adds it to the
Uncertainty.listOfUncertParameters list. |
UncertParameter |
UncertParameter.createUncertParameter(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 |
UncertParameter.getUncertParameter(int i)
Gets an element from the
listOfUncertParameters at the given index. |
UncertParameter |
Uncertainty.getUncertParameter(String uncertParameterId)
Gets an element from the listOfUncertParameters, with the given id.
|
UncertParameter |
UncertParameter.getUncertParameter(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 |
UncertParameter.removeUncertParameter(int i)
Removes an element from the
listOfUncertParameters at the given index. |
UncertParameter |
Uncertainty.removeUncertParameter(String uncertParameterId)
Removes an element from the
Uncertainty.listOfUncertParameters. |
UncertParameter |
UncertParameter.removeUncertParameter(String uncertParameterId)
Removes an element from the
listOfUncertParameters. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<UncertParameter> |
Uncertainty.getListOfUncertParameters()
Returns the
Uncertainty.listOfUncertParameters. |
ListOf<UncertParameter> |
UncertParameter.getListOfUncertParameters()
Returns the
listOfUncertParameters. |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
Uncertainty.setListOfUncertParameters(ListOf<UncertParameter> listOfUncertParameters)
Sets the given
ListOf<UncertParameter>. |
void |
UncertParameter.setListOfUncertParameters(ListOf<UncertParameter> listOfUncertParameters)
Sets the given
ListOf<UncertParameter>. |
| Constructor and Description |
|---|
UncertParameter(UncertParameter obj)
Clone constructor
|
Copyright © 2009–2020. All rights reserved.