| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method | Description |
|---|---|---|
GeneProduct |
GeneProduct.clone() |
|
GeneProduct |
FBCModelPlugin.createGeneProduct() |
Creates a new
GeneProduct element and adds it to the ListOfGeneProducts list. |
GeneProduct |
FBCModelPlugin.createGeneProduct(java.lang.String id) |
Creates a new
GeneProduct element and adds it to the FBCModelPlugin.listOfGeneProducts list. |
GeneProduct |
FBCModelPlugin.getGeneProduct(int i) |
Gets an element from the
FBCModelPlugin.listOfGeneProducts at the given index. |
GeneProduct |
FBCModelPlugin.getGeneProduct(java.lang.String geneProductId) |
Gets an element from the listOfGeneProducts, with the given id.
|
GeneProduct |
GeneProductRef.getGeneProductInstance() |
Returns the
GeneProduct referenced by this GeneProductRef. |
GeneProduct |
FBCModelPlugin.removeGeneProduct(int i) |
Removes an element from the listOfGeneProducts at the given index.
|
GeneProduct |
FBCModelPlugin.removeGeneProduct(java.lang.String geneProductId) |
Removes an element from the
FBCModelPlugin.listOfGeneProducts. |
| Modifier and Type | Method | Description |
|---|---|---|
ListOf<GeneProduct> |
FBCModelPlugin.getListOfGeneProducts() |
Returns the
FBCModelPlugin.listOfGeneProducts. |
| Modifier and Type | Method | Description |
|---|---|---|
boolean |
FBCModelPlugin.addGeneProduct(GeneProduct geneProduct) |
Adds a new
GeneProduct to the FBCModelPlugin.listOfGeneProducts. |
boolean |
FBCModelPlugin.removeGeneProduct(GeneProduct geneProduct) |
Removes an element from the
FBCModelPlugin.listOfGeneProducts. |
| Modifier and Type | Method | Description |
|---|---|---|
void |
FBCModelPlugin.setListOfGeneProducts(ListOf<GeneProduct> listOfGeneProducts) |
Sets the given
ListOf<GeneProduct>. |
| Constructor | Description |
|---|---|
GeneProduct(GeneProduct nsb) |
Creates a new
GeneProduct instance. |
Copyright © 2009–2022. All rights reserved.