Package org.biopax.paxtools.impl.level3
Class DeltaGImpl
java.lang.Object
org.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.ChemicalConstantImpl
org.biopax.paxtools.impl.level3.DeltaGImpl
- All Implemented Interfaces:
Serializable,Cloneable,BioPAXElement,ChemicalConstant,DeltaG,Level3Element,UtilityClass
- 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 TypeMethodDescriptionintIf two elements are equivalent, then their equivalence code should be the same.floatFor biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.This method returns the actual model interface that a class implements.protected booleansemanticallyEquivalent(BioPAXElement element) voidsetDeltaGPrime0(float deltaGPrime0) For biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o.Methods inherited from class org.biopax.paxtools.impl.level3.ChemicalConstantImpl
getIonicStrength, getPh, getPMg, getTemperature, setIonicStrength, setPh, setPMg, setTemperatureMethods 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
getAnnotations, getUri, isEquivalentMethods inherited from interface org.biopax.paxtools.model.level3.ChemicalConstant
getIonicStrength, getPh, getPMg, getTemperature, setIonicStrength, setPh, setPMg, setTemperatureMethods inherited from interface org.biopax.paxtools.model.level3.Level3Element
addComment, getComment, removeComment
-
Constructor Details
-
DeltaGImpl
public DeltaGImpl()
-
-
Method Details
-
getModelInterface
Description copied from interface:BioPAXElementThis method returns the actual model interface that a class implements.- Specified by:
getModelInterfacein interfaceBioPAXElement- Overrides:
getModelInterfacein classChemicalConstantImpl- Returns:
- an interface from
org.biopax.paxtools.modelpackage corresponding to a BioPAX class.
-
semanticallyEquivalent
- Overrides:
semanticallyEquivalentin classChemicalConstantImpl
-
equivalenceCode
public int equivalenceCode()Description copied from interface:BioPAXElementIf two elements are equivalent, then their equivalence code should be the same.- Specified by:
equivalenceCodein interfaceBioPAXElement- Overrides:
equivalenceCodein classChemicalConstantImpl- Returns:
- an integer that is same across all equivalent entities.
-
getDeltaGPrime0
public float getDeltaGPrime0()Description copied from interface:DeltaGFor biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. delta-G'o = -RT lnK' and delta-G'o = delta-H'o - T delta-S'o delta-G'o has units of kJ/mol. Like K', it is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified, and values for DELTA-G for biochemical reactions are represented as 5-tuples of the form (delta-G'o T I pH pMg).- Specified by:
getDeltaGPrime0in interfaceDeltaG- Returns:
- delta-G'o for this condition
-
setDeltaGPrime0
public void setDeltaGPrime0(float deltaGPrime0) Description copied from interface:DeltaGFor biochemical reactions, this property refers to the standard transformed Gibbs energy change for a reaction written in terms of biochemical reactants (sums of species), delta-G'o. delta-G'o = -RT lnK' and delta-G'o = delta-H'o - T delta-S'o delta-G'o has units of kJ/mol. Like K', it is a function of temperature (T), ionic strength (I), pH, and pMg (pMg = -log10[Mg2+]). Therefore, these quantities must be specified, and values for DELTA-G for biochemical reactions are represented as 5-tuples of the form (delta-G'o T I pH pMg).- Specified by:
setDeltaGPrime0in interfaceDeltaG- Parameters:
deltaGPrime0- delta-G'o for this condition
-