|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Chemical
Represents a chemical compound, either protein, DNA, complex, or small molecule. Subclasses are provided which classify Chemicals into more specific categories.
| Method Summary | |
|---|---|
boolean |
contains(Chemical part)
Does the chemical contain this part. |
Collection |
getBecomes()
Gets information about what this chemical can become. |
Collection |
getComesFrom()
Gets information about what chemical does this chemical comes from. |
Organism |
getOrganism()
Returns the organism which produces this chemical. |
Set |
involvedIn()
Returns the set of reactions in which this chemical is involved. |
boolean |
isBackgroundInformation()
Is this chemical background information. |
void |
setInvolvedIn(EnzymaticReaction er,
boolean state)
Makes or destroy the "involved in" association to an enzymatic reaction. |
void |
setInvolvedIn(NamedChemicalInteraction nci,
boolean state)
Makes or destroys the "involved in" association to a Named Chemical Interaction. |
void |
setInvolvedIn(Reaction reaction,
boolean state)
Makes or destroy the "involved in" association to a reaction. |
void |
setOrganism(Organism o)
Sets the organism which produces this chemical. |
| Methods inherited from interface org.sigpath.datamodel.SigPathEntity |
|---|
addAlias, addAliases, addReview, addUserComment, changeAlias, getAliases, getAliasesCollection, getAliasesIterator, getChangeLog, getCombinedStringLength, getComments, getDescription, getExternalReferences, getForwardReferences, getLiteratureReferences, getName, getReviews, getSpid, getUserComments, isExportable, removeAlias, removeAliases, removeReviews, setAliases, setAliasesCollection, setChangeLog, setComments, setDescription, setExportable, setName, setSpid |
| Methods inherited from interface org.sigpath.datamodel.lset.Collectable |
|---|
getCollections |
| Method Detail |
|---|
boolean contains(Chemical part)
Organism getOrganism()
void setOrganism(Organism o)
Collection getComesFrom()
ComesFromInfoCollection getBecomes()
Set involvedIn()
void setInvolvedIn(Reaction reaction,
boolean state)
reaction - Reaction in which this chemical is involved.state - True when the chemical is involved in the reaction, set otherwise.involvedIn()
void setInvolvedIn(EnzymaticReaction er,
boolean state)
er - EnzymaticReaction in which this chemical is involved.state - True when the chemical is involved in the enzymatic reaction, False otherwise.involvedIn()
void setInvolvedIn(NamedChemicalInteraction nci,
boolean state)
nci - NamedChemicalInteraction in which this chemical is involved.state - True when the chemical is involved in the Named Chemical Interaction, False otherwise.involvedIn()boolean isBackgroundInformation()
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||