Modifier and Type | Method and Description |
---|---|
FluxBound |
FluxBound.cloneObject()
Creates and returns a deep copy of this
SBase object. |
FluxBound |
FbcModelPlugin.createFluxBound() |
FluxBound |
ListOfFluxBounds.get(long n)
Get an item from the list.
|
FluxBound |
ListOfFluxBounds.get(String sid)
Get an item from the list based on its identifier.
|
FluxBound |
FbcModelPlugin.getFluxBound(long n) |
FluxBound |
FbcModelPlugin.getFluxBound(String sid) |
FluxBound |
ListOfFluxBounds.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
FluxBound |
ListOfFluxBounds.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
FluxBound |
FbcModelPlugin.removeFluxBound(long n) |
FluxBound |
FbcModelPlugin.removeFluxBound(String sid) |
Modifier and Type | Method and Description |
---|---|
int |
FbcModelPlugin.addFluxBound(FluxBound bound) |
Constructor and Description |
---|
FluxBound(FluxBound source) |