Modifier and Type | Method and Description |
---|---|
GeneAssociation |
GeneAssociation.cloneObject()
Creates and returns a deep copy of this
SBase object. |
GeneAssociation |
FbcModelPlugin.createGeneAssociation() |
GeneAssociation |
ListOfGeneAssociations.get(long n)
Get an item from the list.
|
GeneAssociation |
ListOfGeneAssociations.get(String sid)
Get an item from the list based on its identifier.
|
GeneAssociation |
FbcModelPlugin.getGeneAssociation(long n) |
GeneAssociation |
FbcModelPlugin.getGeneAssociation(String sid) |
GeneAssociation |
ListOfGeneAssociations.remove(long n)
Removes the nth item from this
ListOf items and returns a
pointer to it. |
GeneAssociation |
ListOfGeneAssociations.remove(String sid)
Removes item in this
ListOf items with the given identifier. |
GeneAssociation |
FbcModelPlugin.removeGeneAssociation(long n) |
GeneAssociation |
FbcModelPlugin.removeGeneAssociation(String sid) |
Modifier and Type | Method and Description |
---|---|
int |
FbcModelPlugin.addGeneAssociation(GeneAssociation association) |
Constructor and Description |
---|
GeneAssociation(GeneAssociation source) |