| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method and Description |
|---|---|
FluxObjective |
FluxObjective.clone()
clones this class
|
FluxObjective |
Objective.createFluxObjective()
Creates a new
FluxObjective element and adds it to the ListOfFluxObjectives list |
FluxObjective |
Objective.createFluxObjective(String id)
Creates a new
FluxObjective element and adds it to the ListOfFluxObjectives list |
FluxObjective |
Objective.createFluxObjective(String id,
String name) |
FluxObjective |
Objective.createFluxObjective(String id,
String name,
double coefficient,
Reaction reaction) |
FluxObjective |
Objective.createFluxObjective(String id,
String name,
double coefficient,
String rId) |
| Modifier and Type | Method and Description |
|---|---|
ListOf<FluxObjective> |
Objective.getListOfFluxObjectives()
Returns the listOfFluxObjectives
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
Objective.addFluxObjective(FluxObjective fluxObjective)
Adds a new
FluxObjective to the listOfFluxObjectives. |
boolean |
Objective.removeFluxObjective(FluxObjective fluxObjective)
Removes an element from the listOfFluxObjectives.
|
| Modifier and Type | Method and Description |
|---|---|
void |
Objective.setListOfFluxObjectives(ListOf<FluxObjective> listOfFluxObjectives)
This list houses the actual fluxes to partake in this objective function,
which are encoded by
FluxObjective
Sets the given ListOf<FluxObjective>. |
| Constructor and Description |
|---|
FluxObjective(FluxObjective obj)
Clone constructor
|
Copyright © 2009–2020. All rights reserved.