public class StoichiometryImpl extends L3ElementImpl implements Stoichiometry
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
StoichiometryImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
Class<? extends Stoichiometry> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
PhysicalEntity |
getPhysicalEntity() |
float |
getStoichiometricCoefficient()
Stoichiometric coefficient of the physicalEntity specified by
Stoichiometry.getPhysicalEntity() in
the context of the owner interaction or complex. |
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
void |
setPhysicalEntity(PhysicalEntity PhysicalEntity) |
void |
setStoichiometricCoefficient(float newStoichiometricCoefficient)
Sets the stoichiometric coefficient of the physicalEntity specified by
Stoichiometry.getPhysicalEntity() in the context of the owner interaction or complex. |
addComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddComment, getComment, removeCommentgetAnnotations, getUri, isEquivalentpublic Class<? extends Stoichiometry> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class BioPAXElementImplpublic int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class BioPAXElementImplpublic PhysicalEntity getPhysicalEntity()
getPhysicalEntity in interface Stoichiometrypublic void setPhysicalEntity(PhysicalEntity PhysicalEntity)
setPhysicalEntity in interface StoichiometryPhysicalEntity - entity to be annotated with stoichiometry.public float getStoichiometricCoefficient()
StoichiometryStoichiometry.getPhysicalEntity() in
the context of the owner interaction or complex. This value can be any rational number. Generic
values such as "n" or "n+1" should not be used - polymers are currently not covered.getStoichiometricCoefficient in interface Stoichiometrypublic void setStoichiometricCoefficient(float newStoichiometricCoefficient)
StoichiometryStoichiometry.getPhysicalEntity() in the context of the owner interaction or complex. { can be any
rational number. Generic values such as "n" or "n+1" should not be used - polymers are currently
not covered.setStoichiometricCoefficient in interface StoichiometrynewStoichiometricCoefficient - of the physical entityCopyright © 2017 BioPAX. All rights reserved.