| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method and Description |
|---|---|
Objective |
Objective.clone() |
Objective |
FBCModelPlugin.createObjective()
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.createObjective(String id)
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.createObjective(String id,
Objective.Type type)
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
FBCModelPlugin.createObjective(String id,
String name,
Objective.Type type)
Creates a new
Objective element and adds it to the
FBCModelPlugin.listOfObjectives. |
Objective |
ListOfObjectives.getActiveObjectiveInstance()
Iterates through this list until it finds
|
Objective |
FBCModelPlugin.getActiveObjectiveInstance() |
Objective |
FBCModelPlugin.getObjective(int i)
Gets an element from the listOfObjectives at the given index.
|
| Modifier and Type | Method and Description |
|---|---|
ListOf<Objective> |
ListOfObjectives.clone() |
| Modifier and Type | Method and 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 |
ListOfObjectives.setActiveObjective(Objective activeObjective)
Sets the value of
ListOfObjectives.activeObjective to the id of the given Objective. |
void |
FBCModelPlugin.setActiveObjective(Objective objective) |
| Modifier and Type | Method and Description |
|---|---|
void |
FBCModelPlugin.setListOfObjectives(ListOf<Objective> listOfObjectives)
Sets the given
ListOf<Objective>. |
| Constructor and Description |
|---|
Objective(Objective obj)
Clone constructor
|
| Constructor and Description |
|---|
ListOfObjectives(ListOf<Objective> listOf) |
Copyright © 2009–2016. All rights reserved.