|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.sigpath.datamodel.lset.CollectableImpl
org.sigpath.datamodel.SigPathEntityImpl
org.sigpath.datamodel.ChemicalImpl
org.sigpath.datamodel.ComplexImpl
public class ComplexImpl
Implements Complex.
| Field Summary |
|---|
| Fields inherited from class org.sigpath.datamodel.SigPathEntityImpl |
|---|
forwardReferences |
| Constructor Summary | |
|---|---|
|
ComplexImpl()
Default constructor. |
protected |
ComplexImpl(SigPathFactory factory)
|
protected |
ComplexImpl(SigPathFactory factory,
String spid)
|
| Method Summary | |
|---|---|
void |
addMonomer(Chemical chemical)
Adds a monomer to this complex. |
void |
addMonomer(Chemical chemical,
int stoechiometry)
Adds a monomer to this complex. |
boolean |
contains(Chemical part)
Does the chemical contain this part. |
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 fullyDefined value of this complex. |
void |
setFullyDefined(boolean fullyDefined)
Sets the fullyDefined value of this complex. |
| Methods inherited from class org.sigpath.datamodel.ChemicalImpl |
|---|
addBecomesInfo, addComesFromInfo, getBecomes, getComesFrom, getForwardReferences, getOrganism, involvedIn, isBackgroundInformation, jdoPreDelete, setInvolvedIn, setInvolvedIn, setInvolvedIn, setInvolvedIn, setInvolvedIn, setOrganism |
| Methods inherited from class org.sigpath.datamodel.SigPathEntityImpl |
|---|
addAlias, addAliases, addAliases, addReview, addUserComment, changeAlias, getAliases, getAliasesCollection, getAliasesIterator, getChangeLog, getCombinedStringLength, getComments, getDescription, getExternalReferences, getLiteratureReferences, getName, getReviews, getSpid, getUserComments, isExportable, isIndexed, jdoPostLoad, jdoPreClear, jdoPreStore, removeAlias, removeAliases, removeReviews, setAliases, setAliasesCollection, setChangeLog, setComments, setDescription, setExportable, setForwardReferences, setIndexed, setName, setSpid |
| Methods inherited from class org.sigpath.datamodel.lset.CollectableImpl |
|---|
createCollectionsSet, getCollections |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Methods inherited from interface org.sigpath.datamodel.Chemical |
|---|
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 |
| Constructor Detail |
|---|
public ComplexImpl()
protected ComplexImpl(SigPathFactory factory)
protected ComplexImpl(SigPathFactory factory,
String spid)
| Method Detail |
|---|
public Collection getComponents()
getComponents in interface Complexpublic void addMonomer(Chemical chemical)
addMonomer in interface Complexchemical - The chemical to add to this complex
public void addMonomer(Chemical chemical,
int stoechiometry)
addMonomer in interface Complexchemical - Chemical to be added to this complex.stoechiometry - Stoechiometry of the monomer in the complex.
(1+ are valid values for the stoechiometry).public boolean contains(Chemical part)
contains in interface Chemicalcontains in class ChemicalImplpublic int getStoechiometry(Chemical chem)
Complex
getStoechiometry in interface Complexpublic boolean isFullyDefined()
isFullyDefined in interface Complexpublic void setFullyDefined(boolean fullyDefined)
setFullyDefined in interface Complex
|
SigPath | |||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||