|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface Complex
Represents a complex of Chemicals. A Complex can represent a protein/protein interaction complex, a protein/lipid complex, a protein/DNA complex, etc. This is possible as the the complex is defined as an aggregate of Chemicals.
| Method Summary | |
|---|---|
void |
addMonomer(Chemical chemical)
Adds a monomer to this complex. |
void |
addMonomer(Chemical chemical,
int stoechiometry)
Adds a monomer to this complex. |
Collection |
getComponents()
Returns the components of this complex. |
int |
getStoechiometry(Chemical chem)
Returns the stoechiometry of the chemical in the complex. |
boolean |
isFullyDefined()
Returns the fully-defined value of this complex. |
void |
setFullyDefined(boolean fullyDefined)
Indicate whether or not this Complex has been fully defined. |
| Methods inherited from interface org.sigpath.datamodel.Chemical |
|---|
contains, getBecomes, getComesFrom, getOrganism, involvedIn, isBackgroundInformation, setInvolvedIn, setInvolvedIn, setInvolvedIn, setOrganism |
| 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 |
|---|
Collection getComponents()
void addMonomer(Chemical chemical)
void addMonomer(Chemical chemical,
int stoechiometry)
chemical - Chemical to be added to this complex.stoechiometry - Stoechiometry of the monomer in the complex.
(1+ are valid values for the stoechiometry).int getStoechiometry(Chemical chem)
boolean isFullyDefined()
void setFullyDefined(boolean fullyDefined)
fullyDefined -
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||