| Package | Description |
|---|---|
| org.sbml.jsbml.ext.fbc |
Provides classes for the
Flux Balance Constraints package (FBC).
|
| Modifier and Type | Method and Description |
|---|---|
GeneProduct |
GeneProduct.clone() |
GeneProduct |
FBCModelPlugin.createGeneProduct()
Creates a new
GeneProduct element and adds it to the ListOfGeneProducts list. |
GeneProduct |
FBCModelPlugin.createGeneProduct(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(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(String geneProductId)
Removes an element from the
FBCModelPlugin.listOfGeneProducts. |
| Modifier and Type | Method and Description |
|---|---|
ListOf<GeneProduct> |
FBCModelPlugin.getListOfGeneProducts()
Returns the
FBCModelPlugin.listOfGeneProducts. |
| Modifier and Type | Method and 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 and Description |
|---|---|
void |
FBCModelPlugin.setListOfGeneProducts(ListOf<GeneProduct> listOfGeneProducts)
Sets the given
ListOf<GeneProduct>. |
| Constructor and Description |
|---|
GeneProduct(GeneProduct nsb)
Creates a new
GeneProduct instance. |
Copyright © 2009–2020. All rights reserved.