Package org.biopax.paxtools.impl.level3
Class BiochemicalReactionImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.XReferrableImpl
org.biopax.paxtools.impl.level3.NamedImpl
org.biopax.paxtools.impl.level3.EntityImpl
org.biopax.paxtools.impl.level3.ProcessImpl
org.biopax.paxtools.impl.level3.InteractionImpl
org.biopax.paxtools.impl.level3.ConversionImpl
org.biopax.paxtools.impl.level3.BiochemicalReactionImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,BiochemicalReaction,Conversion,Entity,Interaction,Level3Element,Named,Observable,Process,XReferrable
- Direct Known Subclasses:
TransportWithBiochemicalReactionImpl
- See Also:
-
Field Summary
Fields inherited from interface org.biopax.paxtools.model.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionvoidStandard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.voidaddDeltaH(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.voidaddDeltaS(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.voidaddECNumber(String eCNumber) The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology.voidThis quantity is dimensionless and is usually a single number.Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.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.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.The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology.getKEQ()This quantity is dimensionless and is usually a single number.Class<? extends BiochemicalReaction>This method returns the actual model interface that a class implements.voidremoveDeltaG(DeltaG deltaG) Standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.voidremoveDeltaH(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.voidremoveDeltaS(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.voidremoveECNumber(String eCNumber) The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology.voidThis quantity is dimensionless and is usually a single number.protected voidMethods inherited from class org.biopax.paxtools.impl.level3.ConversionImpl
addLeft, addParticipantStoichiometry, addRight, equivalenceCode, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, semanticallyEquivalent, setConversionDirection, setSpontaneousMethods inherited from class org.biopax.paxtools.impl.level3.InteractionImpl
addInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setParticipantMethods inherited from class org.biopax.paxtools.impl.level3.ProcessImpl
getControlledOf, getPathwayComponentOf, getStepProcessOfMethods inherited from class org.biopax.paxtools.impl.level3.EntityImpl
addAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, setDataSourceMethods inherited from class org.biopax.paxtools.impl.level3.NamedImpl
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameMethods inherited from class org.biopax.paxtools.impl.level3.XReferrableImpl
addXref, getXref, removeXref, setXrefMethods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl
addComment, getComment, removeComment, setCommentMethods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl
equals, getAnnotations, getUri, hashCode, isEquivalent, toStringMethods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, wait, wait, waitMethods inherited from interface org.biopax.paxtools.model.BioPAXElement
equivalenceCode, getAnnotations, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.Conversion
addLeft, addParticipantStoichiometry, addRight, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, setConversionDirection, setSpontaneousMethods inherited from interface org.biopax.paxtools.model.level3.Entity
addAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceMethods inherited from interface org.biopax.paxtools.model.level3.Interaction
addInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeCommentMethods inherited from interface org.biopax.paxtools.model.level3.Named
addName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameMethods inherited from interface org.biopax.paxtools.model.level3.Observable
addEvidence, getEvidence, removeEvidenceMethods inherited from interface org.biopax.paxtools.model.level3.Process
getControlledOf, getPathwayComponentOf, getStepProcessOfMethods inherited from interface org.biopax.paxtools.model.level3.XReferrable
addXref, getXref, removeXref
-
Constructor Details
-
BiochemicalReactionImpl
public BiochemicalReactionImpl()
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Overrides:
getModelInterfacein classConversionImpl- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-
getDeltaG
Description copied from interface:BiochemicalReactionStandard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. Since Delta-G can change based on multiple factors including ionic strength and temperature a reaction can have multiple DeltaG values.- Specified by:
getDeltaGin interfaceBiochemicalReaction- Returns:
- a set of DeltaG's for this reaction.
-
setDeltaG
-
addDeltaG
Description copied from interface:BiochemicalReactionStandard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. Since Delta-G can change based on multiple factors including ionic strength and temperature a reaction can have multiple DeltaG values.- Specified by:
addDeltaGin interfaceBiochemicalReaction- Parameters:
deltaG- to be added.
-
removeDeltaG
Description copied from interface:BiochemicalReactionStandard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. Since Delta-G can change based on multiple factors including ionic strength and temperature a reaction can have multiple DeltaG values.- Specified by:
removeDeltaGin interfaceBiochemicalReaction- Parameters:
deltaG- to be removed.
-
getDeltaH
Description copied from interface:BiochemicalReactionFor 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. delta-G'o = delta-H'o - T delta-S'o Units: kJ/mole- Specified by:
getDeltaHin interfaceBiochemicalReaction- Returns:
- standard transformed enthalpy change
-
addDeltaH
public void addDeltaH(float deltaH) Description copied from interface:BiochemicalReactionFor 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. delta-G'o = delta-H'o - T delta-S'o Units: kJ/mole- Specified by:
addDeltaHin interfaceBiochemicalReaction- Parameters:
deltaH- standard transformed enthalpy change
-
removeDeltaH
public void removeDeltaH(float deltaH) Description copied from interface:BiochemicalReactionFor 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. delta-G'o = delta-H'o - T delta-S'o Units: kJ/mole- Specified by:
removeDeltaHin interfaceBiochemicalReaction- Parameters:
deltaH- standard transformed enthalpy change
-
getDeltaS
Description copied from interface:BiochemicalReactionFor 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. delta-G'o = delta-H'o - T delta-S'o- Specified by:
getDeltaSin interfaceBiochemicalReaction- Returns:
- standard transformed entropy change
-
addDeltaS
public void addDeltaS(float deltaS) Description copied from interface:BiochemicalReactionFor 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. delta-G'o = delta-H'o - T delta-S'o standard transformed entropy change- Specified by:
addDeltaSin interfaceBiochemicalReaction- Parameters:
deltaS- value
-
removeDeltaS
public void removeDeltaS(float deltaS) Description copied from interface:BiochemicalReactionFor 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. delta-G'o = delta-H'o - T delta-S'o standard transformed entropy change- Specified by:
removeDeltaSin interfaceBiochemicalReaction- Parameters:
deltaS- value
-
getECNumber
Description copied from interface:BiochemicalReactionThe unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology.- Specified by:
getECNumberin interfaceBiochemicalReaction- Returns:
- The unique number assigned to a reaction by the Enzyme Commission
-
addECNumber
Description copied from interface:BiochemicalReactionThe unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology.- Specified by:
addECNumberin interfaceBiochemicalReaction- Parameters:
eCNumber- The unique number assigned to a reaction by the Enzyme Commission
-
removeECNumber
Description copied from interface:BiochemicalReactionThe unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry and Molecular Biology.- Specified by:
removeECNumberin interfaceBiochemicalReaction- Parameters:
eCNumber- The unique number assigned to a reaction by the Enzyme Commission
-
getKEQ
Description copied from interface:BiochemicalReactionThis quantity is dimensionless and is usually a single number. The measured equilibrium constant for a biochemical reaction, encoded by the slot KEQ, is actually the apparent equilibrium constant, K'. Concentrations in the equilibrium constant equation refer to the total concentrations of all forms of particular biochemical reactants. For example, in the equilibrium constant equation for the biochemical reaction in which ATP is hydrolyzed to ADP and inorganic phosphate: K' = [ADP][Pi]/[ATP], The concentration of ATP refers to the total concentration of all of the following species: [ATP] = [ATP4-] + [HATP3-] + [H2ATP2-] + [MgATP2-] + [MgHATP-] + [Mg2ATP]. The apparent equilibrium constant is formally dimensionless, and can be kept so by inclusion of as many of the terms (1 mol/dm3) in the numerator or denominator as necessary. It is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified to be precise, and values for KEQ for biochemical reactions may be represented as 5-tuples of the form (K' T I pH pMg). This property may have multiple values, representing different measurements for K' obtained under the different experimental conditions listed in the 5-tuple.- Specified by:
getKEQin interfaceBiochemicalReaction- Returns:
- measured equilibrium constant for a biochemical reaction
-
addKEQ
Description copied from interface:BiochemicalReactionThis quantity is dimensionless and is usually a single number. The measured equilibrium constant for a biochemical reaction, encoded by the slot KEQ, is actually the apparent equilibrium constant, K'. Concentrations in the equilibrium constant equation refer to the total concentrations of all forms of particular biochemical reactants. For example, in the equilibrium constant equation for the biochemical reaction in which ATP is hydrolyzed to ADP and inorganic phosphate: K' = [ADP][Pi]/[ATP], The concentration of ATP refers to the total concentration of all of the following species: [ATP] = [ATP4-] + [HATP3-] + [H2ATP2-] + [MgATP2-] + [MgHATP-] + [Mg2ATP]. The apparent equilibrium constant is formally dimensionless, and can be kept so by inclusion of as many of the terms (1 mol/dm3) in the numerator or denominator as necessary. It is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified to be precise, and values for KEQ for biochemical reactions may be represented as 5-tuples of the form (K' T I pH pMg). This property may have multiple values, representing different measurements for K' obtained under the different experimental conditions listed in the 5-tuple.- Specified by:
addKEQin interfaceBiochemicalReaction- Parameters:
kEQ- measured equilibrium constant for a biochemical reaction
-
removeKEQ
Description copied from interface:BiochemicalReactionThis quantity is dimensionless and is usually a single number. The measured equilibrium constant for a biochemical reaction, encoded by the slot KEQ, is actually the apparent equilibrium constant, K'. Concentrations in the equilibrium constant equation refer to the total concentrations of all forms of particular biochemical reactants. For example, in the equilibrium constant equation for the biochemical reaction in which ATP is hydrolyzed to ADP and inorganic phosphate: K' = [ADP][Pi]/[ATP], The concentration of ATP refers to the total concentration of all of the following species: [ATP] = [ATP4-] + [HATP3-] + [H2ATP2-] + [MgATP2-] + [MgHATP-] + [Mg2ATP]. The apparent equilibrium constant is formally dimensionless, and can be kept so by inclusion of as many of the terms (1 mol/dm3) in the numerator or denominator as necessary. It is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified to be precise, and values for KEQ for biochemical reactions may be represented as 5-tuples of the form (K' T I pH pMg). This property may have multiple values, representing different measurements for K' obtained under the different experimental conditions listed in the 5-tuple.- Specified by:
removeKEQin interfaceBiochemicalReaction- Parameters:
kEQ- measured equilibrium constant for a biochemical reaction
-