public class BiochemicalReactionImpl extends ConversionImpl implements BiochemicalReaction
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
BiochemicalReactionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeltaG(DeltaG deltaG)
Standard transformed Gibbs energy change for a reaction written in terms of biochemical
reactants (sums of species), delta-G'o.
|
void |
addDeltaH(float deltaH)
For biochemical reactions this property refers to the standard transformed enthalpy change for a reaction
written in terms of biochemical reactants (sums of species), delta-H'o.
|
void |
addDeltaS(float deltaS)
For biochemical reactions, this property refers to the standard transformed entropy change for a reaction
written in terms of biochemical reactants (sums of species), delta-S'o.
|
void |
addECNumber(String eCNumber)
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry
and Molecular Biology.
|
void |
addKEQ(KPrime kEQ)
This quantity is dimensionless and is usually a single number.
|
Set<DeltaG> |
getDeltaG()
Standard transformed Gibbs energy change for a reaction written in terms of biochemical
reactants (sums of species), delta-G'o.
|
Set<Float> |
getDeltaH()
For biochemical reactions this property refers to the standard transformed enthalpy change for a reaction
written in terms of biochemical reactants (sums of species), delta-H'o.
|
Set<Float> |
getDeltaS()
For biochemical reactions, this property refers to the standard transformed entropy change for a reaction
written in terms of biochemical reactants (sums of species), delta-S'o.
|
Set<String> |
getECNumber()
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry
and Molecular Biology.
|
Set<KPrime> |
getKEQ()
This quantity is dimensionless and is usually a single number.
|
Class<? extends BiochemicalReaction> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
void |
removeDeltaG(DeltaG deltaG)
Standard transformed Gibbs energy change for a reaction written in terms of biochemical
reactants (sums of species), delta-G'o.
|
void |
removeDeltaH(float deltaH)
For biochemical reactions this property refers to the standard transformed enthalpy change for a reaction
written in terms of biochemical reactants (sums of species), delta-H'o.
|
void |
removeDeltaS(float deltaS)
For biochemical reactions, this property refers to the standard transformed entropy change for a reaction
written in terms of biochemical reactants (sums of species), delta-S'o.
|
void |
removeECNumber(String eCNumber)
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry
and Molecular Biology.
|
void |
removeKEQ(KPrime kEQ)
This quantity is dimensionless and is usually a single number.
|
protected void |
setDeltaG(Set<DeltaG> deltaG) |
addLeft, addParticipantStoichiometry, addRight, equivalenceCode, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, semanticallyEquivalent, setConversionDirection, setSpontaneousaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, setDataSourceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXref, setXrefaddComment, getComment, removeComment, setCommentequals, getAnnotations, getUri, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddLeft, addParticipantStoichiometry, addRight, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, setConversionDirection, setSpontaneousaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getUri, isEquivalentpublic Class<? extends BiochemicalReaction> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementgetModelInterface in class ConversionImplorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<DeltaG> getDeltaG()
BiochemicalReactiongetDeltaG in interface BiochemicalReactionpublic void addDeltaG(DeltaG deltaG)
BiochemicalReactionaddDeltaG in interface BiochemicalReactiondeltaG - to be added.public void removeDeltaG(DeltaG deltaG)
BiochemicalReactionremoveDeltaG in interface BiochemicalReactiondeltaG - to be removed.public Set<Float> getDeltaH()
BiochemicalReactiongetDeltaH in interface BiochemicalReactionpublic void addDeltaH(float deltaH)
BiochemicalReactionaddDeltaH in interface BiochemicalReactiondeltaH - standard transformed enthalpy changepublic void removeDeltaH(float deltaH)
BiochemicalReactionremoveDeltaH in interface BiochemicalReactiondeltaH - standard transformed enthalpy changepublic Set<Float> getDeltaS()
BiochemicalReactiongetDeltaS in interface BiochemicalReactionpublic void addDeltaS(float deltaS)
BiochemicalReactionaddDeltaS in interface BiochemicalReactiondeltaS - valuepublic void removeDeltaS(float deltaS)
BiochemicalReactionremoveDeltaS in interface BiochemicalReactiondeltaS - valuepublic Set<String> getECNumber()
BiochemicalReactiongetECNumber in interface BiochemicalReactionpublic void addECNumber(String eCNumber)
BiochemicalReactionaddECNumber in interface BiochemicalReactioneCNumber - The unique number assigned to a reaction by the Enzyme Commissionpublic void removeECNumber(String eCNumber)
BiochemicalReactionremoveECNumber in interface BiochemicalReactioneCNumber - The unique number assigned to a reaction by the Enzyme Commissionpublic Set<KPrime> getKEQ()
BiochemicalReactiongetKEQ in interface BiochemicalReactionpublic void addKEQ(KPrime kEQ)
BiochemicalReactionaddKEQ in interface BiochemicalReactionkEQ - measured equilibrium constant for a biochemical reactionpublic void removeKEQ(KPrime kEQ)
BiochemicalReactionremoveKEQ in interface BiochemicalReactionkEQ - measured equilibrium constant for a biochemical reactionCopyright © 2016 BioPAX. All rights reserved.