Modifier and Type | Method and Description |
---|---|
FluxObjective |
FluxObjective.cloneObject()
Creates and returns a deep copy of this
SBase object. |
FluxObjective |
Objective.createFluxObjective() |
FluxObjective |
ListOfFluxObjectives.get(long n)
Get an item from the list.
|
FluxObjective |
ListOfFluxObjectives.get(String sid)
Get an item from the list based on its identifier.
|
FluxObjective |
Objective.getFluxObjective(long n) |
FluxObjective |
Objective.getFluxObjective(String symbol) |
FluxObjective |
ListOfFluxObjectives.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
FluxObjective |
ListOfFluxObjectives.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
FluxObjective |
Objective.removeFluxObjective(long index) |
FluxObjective |
Objective.removeFluxObjective(String symbol) |
Modifier and Type | Method and Description |
---|---|
int |
Objective.addFluxObjective(FluxObjective member) |
Constructor and Description |
---|
FluxObjective(FluxObjective source) |