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