| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method | Description |
|---|---|---|
Objective |
Objective.clone() |
|
Objective |
FBCModelPlugin.createObjective() |
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.createObjective(java.lang.String id) |
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.createObjective(java.lang.String id,
java.lang.String name,
Objective.Type type) |
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.createObjective(java.lang.String id,
Objective.Type type) |
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.getActiveObjectiveInstance() |
|
Objective |
ListOfObjectives.getActiveObjectiveInstance() |
Returns the active
Objective. |
Objective |
FBCModelPlugin.getObjective(int i) |
Gets an element from the listOfObjectives at the given index.
|
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<Objective> |
ListOfObjectives.clone() |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
FBCModelPlugin.addObjective(Objective objective) |
Adds a new
Objective to the listOfObjectives. |
boolean |
FBCModelPlugin.removeObjective(Objective objective) |
Removes an element from the listOfObjectives.
|
void |
FBCModelPlugin.setActiveObjective(Objective objective) |
|
void |
ListOfObjectives.setActiveObjective(Objective activeObjective) |
Sets the value of
ListOfObjectives.activeObjective to the id of the given Objective. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FBCModelPlugin.setListOfObjectives(ListOf<Objective> listOfObjectives) |
Sets the given
ListOf<Objective>. |
| Constructor | Description |
|---|---|
Objective(Objective obj) |
Clone constructor
|
| Constructor | Description |
|---|---|
ListOfObjectives(ListOf<Objective> listOf) |
Creates a new
ListOfObjectives instance. |
Copyright © 2009–2022. All rights reserved.