| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method and Description |
|---|---|
static Objective.Type |
Objective.Type.fromString(String value) |
Objective.Type |
Objective.getType()
Returns the type.
|
static Objective.Type |
Objective.Type.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Objective.Type[] |
Objective.Type.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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. |
void |
Objective.setType(Objective.Type type)
Sets the value of type
|
Copyright © 2009–2018. All rights reserved.