|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
java.lang.Objectorg.biopax.paxtools.impl.BioPAXElementImpl
org.biopax.paxtools.impl.level3.L3ElementImpl
org.biopax.paxtools.impl.level3.DeltaGImpl
@Entity @Indexed public class DeltaGImpl
| Nested Class Summary |
|---|
| Nested classes/interfaces inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
BioPAXElement.Key |
| Field Summary |
|---|
| Fields inherited from class org.biopax.paxtools.impl.BioPAXElementImpl |
|---|
SEARCH_FIELD_AVAILABILITY, SEARCH_FIELD_COMMENT, SEARCH_FIELD_EC_NUMBER, SEARCH_FIELD_KEYWORD, SEARCH_FIELD_NAME, SEARCH_FIELD_SEQUENCE, SEARCH_FIELD_TERM, SEARCH_FIELD_XREF_DB, SEARCH_FIELD_XREF_ID, SEARCH_INDEX_NAME |
| Fields inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT |
| Constructor Summary | |
|---|---|
DeltaGImpl()
|
|
| Method Summary | |
|---|---|
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the same. |
float |
getDeltaGPrime0()
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. |
float |
getIonicStrength()
The ionic strength is defined as half of the total sum of the concentration (ci) of every ionic species (i) in the solution times the square of its charge (zi). |
java.lang.Class<? extends DeltaG> |
getModelInterface()
This method returns the actual model interface that a class implements. |
float |
getPh()
A measure of acidity and alkalinity of a solution that is a number on a scale on which a value of 7 represents neutrality and lower numbers indicate increasing acidity and higher numbers increasing alkalinity and on which each unit of change represents a tenfold change in acidity or alkalinity and that is the negative logarithm of the effective hydrogen-ion concentration or hydrogen-ion activity in gram equivalents per liter of the solution. |
float |
getPMg()
A measure of the concentration of magnesium (Mg) in solution. |
float |
getTemperature()
Temperature in Celsius |
protected boolean |
semanticallyEquivalent(BioPAXElement element)
|
void |
setDeltaGPrime0(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. |
void |
setIonicStrength(float ionicStrength)
The ionic strength is defined as half of the total sum of the concentration (ci) of every ionic species (i) in the solution times the square of its charge (zi). |
void |
setPh(float ph)
A measure of acidity and alkalinity of a solution that is a number on a scale on which a value of 7 represents neutrality and lower numbers indicate increasing acidity and higher numbers increasing alkalinity and on which each unit of change represents a tenfold change in acidity or alkalinity and that is the negative logarithm of the effective hydrogen-ion concentration or hydrogen-ion activity in gram equivalents per liter of the solution. |
void |
setPMg(float pmg)
A measure of the concentration of magnesium (Mg) in solution. |
void |
setTemperature(float temperature)
Temperature in Celsius |
| Methods inherited from class org.biopax.paxtools.impl.level3.L3ElementImpl |
|---|
addComment, getComment, removeComment, setComment |
| Methods inherited from class org.biopax.paxtools.impl.BioPAXElementImpl |
|---|
getAnnotations, getProxyId, getRDFId, getVersion, isEquivalent, setProxyId, setRDFId, setVersion, toString |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Methods inherited from interface org.biopax.paxtools.model.level3.Level3Element |
|---|
addComment, getComment, removeComment |
| Methods inherited from interface org.biopax.paxtools.model.BioPAXElement |
|---|
getAnnotations, getRDFId, isEquivalent |
| Constructor Detail |
|---|
public DeltaGImpl()
| Method Detail |
|---|
public java.lang.Class<? extends DeltaG> getModelInterface()
BioPAXElement
getModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class BioPAXElementImplpublic int equivalenceCode()
BioPAXElement
equivalenceCode in interface BioPAXElementequivalenceCode in class BioPAXElementImplpublic float getDeltaGPrime0()
DeltaG
getDeltaGPrime0 in interface DeltaGpublic void setDeltaGPrime0(float deltaGPrime0)
DeltaG
setDeltaGPrime0 in interface DeltaGdeltaGPrime0 - delta-G'o for this conditionpublic float getIonicStrength()
DeltaG
getIonicStrength in interface DeltaGpublic void setIonicStrength(float ionicStrength)
DeltaG
setIonicStrength in interface DeltaGionicStrength - the ionic strength for this conditionpublic float getPh()
DeltaG
getPh in interface DeltaGpublic void setPh(float ph)
DeltaG
setPh in interface DeltaGph - for this conditionpublic float getPMg()
DeltaG
getPMg in interface DeltaGpublic void setPMg(float pmg)
DeltaG
setPMg in interface DeltaGpmg - for this conditionpublic float getTemperature()
DeltaG
getTemperature in interface DeltaGpublic void setTemperature(float temperature)
DeltaG
setTemperature in interface DeltaG
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||