| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method and Description |
|---|---|
FluxBound |
FluxBound.clone() |
FluxBound |
FBCModelPlugin.createFluxBound()
Creates a new FluxBound element and adds it to the ListOfFluxBounds list
|
FluxBound |
FBCModelPlugin.createFluxBound(String id)
Creates a new
FluxBound element and adds it to the ListOfFluxBounds list |
FluxBound |
FBCModelPlugin.getFluxBound(int i)
Gets an element from the listOfFluxBounds at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
ListOf<FluxBound> |
FBCModelPlugin.getListOfFluxBounds()
Returns the listOfFluxBounds.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
FBCModelPlugin.addFluxBound(FluxBound fluxBound)
Adds a new
FluxBound to the listOfFluxBounds. |
boolean |
FBCModelPlugin.removeFluxBound(FluxBound fluxBound)
Removes an element from the listOfFluxBounds.
|
| Modifier and Type | Method and Description |
|---|---|
void |
FBCModelPlugin.setListOfFluxBounds(ListOf<FluxBound> listOfFluxBounds)
Sets the given
ListOf<FluxBound>. |
| Constructor and Description |
|---|
FluxBound(FluxBound fb) |
Copyright © 2009–2016. All rights reserved.