| Modifier and Type | Method and Description |
|---|---|
GeneProduct |
GeneProduct.cloneObject()
Creates and returns a deep copy of this
GeneProduct object. |
GeneProduct |
ListOfGeneProducts.createGeneProduct()
Creates a new
GeneProduct object, adds it to the ListOfGeneProducts and
returns the GeneProduct object created. |
GeneProduct |
FbcModelPlugin.createGeneProduct()
Creates a new
GeneProduct object, adds it to this FbcModelPlugin's
ListOfGeneProducts and returns the GeneProduct object created. |
GeneProduct |
ListOfGeneProducts.get(long n)
Get a
GeneProduct from the ListOfGeneProducts. |
GeneProduct |
ListOfGeneProducts.get(java.lang.String sid)
Get a
GeneProduct from the ListOfGeneProducts based on its identifier. |
GeneProduct |
FbcModelPlugin.getGeneProduct(long n)
Get a
GeneProduct from the ListOfGeneProducts. |
GeneProduct |
FbcModelPlugin.getGeneProduct(java.lang.String sid)
Get a
GeneProduct from the ListOfGeneProducts
based on its identifier. |
GeneProduct |
FbcModelPlugin.getGeneProductByLabel(java.lang.String label)
Get a
GeneProduct from the ListOfGeneProducts
based on its label. |
GeneProduct |
ListOfGeneProducts.remove(long n)
Removes the nth
GeneProduct from this ListOfGeneProducts
and returns a pointer to it. |
GeneProduct |
ListOfGeneProducts.remove(java.lang.String sid)
Removes the
GeneProduct from this ListOfGeneProducts with the given
identifier and returns a pointer to it. |
GeneProduct |
FbcModelPlugin.removeGeneProduct(long n)
|
GeneProduct |
FbcModelPlugin.removeGeneProduct(java.lang.String sid)
Removes the
GeneProduct with the given identifier from the ListOfGeneProducts within this FbcModelPlugin
and returns a pointer to it. |
| Modifier and Type | Method and Description |
|---|---|
int |
ListOfGeneProducts.addGeneProduct(GeneProduct gp)
Adds a copy the given
GeneProduct to this ListOfGeneProducts. |
int |
FbcModelPlugin.addGeneProduct(GeneProduct gp)
Adds a copy the given
GeneProduct to this FbcModelPlugin. |
| Constructor and Description |
|---|
GeneProduct(GeneProduct orig)
Copy constructor for
GeneProduct. |