@Entity public abstract class ChemicalConstantImpl extends L3ElementImpl implements ChemicalConstant
FIELD_AVAILABILITY, FIELD_COMMENT, FIELD_DATASOURCE, FIELD_ECNUMBER, FIELD_KEYWORD, FIELD_NAME, FIELD_ORGANISM, FIELD_PATHWAY, FIELD_SEQUENCE, FIELD_TERM, FIELD_XREFDB, FIELD_XREFID, FILTER_BY_DATASOURCE, FILTER_BY_ORGANISMUNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT| Constructor and Description |
|---|
ChemicalConstantImpl() |
| Modifier and Type | Method and Description |
|---|---|
int |
equivalenceCode()
If two elements are equivalent, then their equivalence code should be the
same.
|
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).
|
Class<? extends ChemicalConstant> |
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() |
float |
getTemperature() |
protected boolean |
semanticallyEquivalent(BioPAXElement element) |
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) |
void |
setTemperature(float temperature) |
addComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddComment, getComment, removeCommentgetAnnotations, getRDFId, isEquivalentpublic float getIonicStrength()
ChemicalConstantgetIonicStrength in interface ChemicalConstantpublic void setIonicStrength(float ionicStrength)
ChemicalConstantsetIonicStrength in interface ChemicalConstantionicStrength - The ionic strengthpublic float getPh()
ChemicalConstantgetPh in interface ChemicalConstantpublic void setPh(float ph)
ChemicalConstantsetPh in interface ChemicalConstantph - A measure of acidity and alkalinity of a solutionpublic float getPMg()
getPMg in interface ChemicalConstantpublic void setPMg(float pMg)
setPMg in interface ChemicalConstantpMg - A measure of the concentration of magnesium (Mg) in solution. (pMg =
-log10[Mg2+])public float getTemperature()
getTemperature in interface ChemicalConstantpublic void setTemperature(float temperature)
setTemperature in interface ChemicalConstanttemperature - Temperature in Celsiuspublic Class<? extends ChemicalConstant> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementorg.biopax.paxtools.model package
corresponding to a BioPAX class.protected boolean semanticallyEquivalent(BioPAXElement element)
semanticallyEquivalent in class BioPAXElementImplpublic int equivalenceCode()
BioPAXElementequivalenceCode in interface BioPAXElementequivalenceCode in class BioPAXElementImplCopyright © 2015 BioPAX. All rights reserved.