Modifier and Type | Method and Description |
---|---|
GeneAssociation |
GeneAssociation.cloneObject()
Creates and returns a deep copy of this
GeneAssociation . |
GeneAssociation |
FbcModelPlugin.createGeneAssociation()
Creates a new
GeneAssociation annotation object and adds it to the list of GeneAssociation objects
and returns it. |
GeneAssociation |
ListOfGeneAssociations.get(long n)
Get a
GeneAssociation from the ListOfGeneAssociations . |
GeneAssociation |
ListOfGeneAssociations.get(String sid)
Get a
GeneAssociation from the ListOfGeneAssociations
based on its identifier. |
GeneAssociation |
FbcModelPlugin.getGeneAssociation(long n)
Returns the
GeneAssociation annotation object that belongs to the given index. |
GeneAssociation |
FbcModelPlugin.getGeneAssociation(String sid)
Returns the
GeneAssociation annotation object based on its identifier. |
GeneAssociation |
ListOfGeneAssociations.remove(long n)
Removes the nth item from this
ListOfGeneAssociations items and returns a pointer to
it. |
GeneAssociation |
ListOfGeneAssociations.remove(String sid)
Removes item in this
ListOfGeneAssociations items with the given identifier. |
GeneAssociation |
FbcModelPlugin.removeGeneAssociation(long n)
Removes the nth
GeneAssociation annotation object from this plugin object and
returns a pointer to it. |
GeneAssociation |
FbcModelPlugin.removeGeneAssociation(String sid)
Removes the
GeneAssociation annotation object with the given sid attribute from
this plugin object and returns a pointer to it. |
Modifier and Type | Method and Description |
---|---|
int |
FbcModelPlugin.addGeneAssociation(GeneAssociation association)
Adds a copy of the given
GeneAssociation annotation object to the list of GeneAssociations. |
Constructor and Description |
---|
GeneAssociation(GeneAssociation source)
Copy constructor.
|