Class DeltaGImpl

All Implemented Interfaces:
Serializable, Cloneable, BioPAXElement, ChemicalConstant, DeltaG, Level3Element, UtilityClass

public class DeltaGImpl extends ChemicalConstantImpl implements DeltaG
See Also:
  • Constructor Details

    • DeltaGImpl

      public DeltaGImpl()
  • Method Details

    • getModelInterface

      public Class<? extends DeltaG> getModelInterface()
      Description copied from interface: BioPAXElement
      This method returns the actual model interface that a class implements.
      Specified by:
      getModelInterface in interface BioPAXElement
      Overrides:
      getModelInterface in class ChemicalConstantImpl
      Returns:
      an interface from org.biopax.paxtools.model package corresponding to a BioPAX class.
    • semanticallyEquivalent

      protected boolean semanticallyEquivalent(BioPAXElement element)
      Overrides:
      semanticallyEquivalent in class ChemicalConstantImpl
    • equivalenceCode

      public int equivalenceCode()
      Description copied from interface: BioPAXElement
      If two elements are equivalent, then their equivalence code should be the same.
      Specified by:
      equivalenceCode in interface BioPAXElement
      Overrides:
      equivalenceCode in class ChemicalConstantImpl
      Returns:
      an integer that is same across all equivalent entities.
    • getDeltaGPrime0

      public float getDeltaGPrime0()
      Description copied from interface: DeltaG
      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. 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:
      getDeltaGPrime0 in interface DeltaG
      Returns:
      delta-G'o for this condition
    • setDeltaGPrime0

      public void setDeltaGPrime0(float deltaGPrime0)
      Description copied from interface: DeltaG
      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. 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:
      setDeltaGPrime0 in interface DeltaG
      Parameters:
      deltaGPrime0 - delta-G'o for this condition