@Entity @Indexed public class BiochemicalReactionImpl extends ConversionImpl implements BiochemicalReaction
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 |
|---|
BiochemicalReactionImpl() |
| Modifier and Type | Method and Description |
|---|---|
void |
addDeltaG(DeltaG deltaG)
Standard transformed Gibbs energy change for a reaction written in terms of biochemical
reactants (sums of species), delta-G'o.
|
void |
addDeltaH(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.
|
void |
addDeltaS(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.
|
void |
addECNumber(String eCNumber)
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry
and Molecular Biology.
|
void |
addKEQ(KPrime kEQ)
This quantity is dimensionless and is usually a single number.
|
Set<DeltaG> |
getDeltaG()
Standard transformed Gibbs energy change for a reaction written in terms of biochemical
reactants (sums of species), delta-G'o.
|
Set<Float> |
getDeltaH()
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.
|
Set<Float> |
getDeltaS()
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.
|
Set<String> |
getECNumber()
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry
and Molecular Biology.
|
Set<KPrime> |
getKEQ()
This quantity is dimensionless and is usually a single number.
|
Class<? extends BiochemicalReaction> |
getModelInterface()
This method returns the actual model interface that a class implements.
|
void |
removeDeltaG(DeltaG deltaG)
Standard transformed Gibbs energy change for a reaction written in terms of biochemical
reactants (sums of species), delta-G'o.
|
void |
removeDeltaH(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.
|
void |
removeDeltaS(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.
|
void |
removeECNumber(String eCNumber)
The unique number assigned to a reaction by the Enzyme Commission of the International Union of Biochemistry
and Molecular Biology.
|
void |
removeKEQ(KPrime kEQ)
This quantity is dimensionless and is usually a single number.
|
protected void |
setDeltaG(Set<DeltaG> deltaG) |
protected void |
setDeltaH(Set<Float> deltaH) |
protected void |
setDeltaS(Set<Float> deltaS) |
protected void |
setECNumber(Set<String> eCNumber) |
protected void |
setKEQ(Set<KPrime> kEQ) |
addLeft, addParticipantStoichiometry, addRight, equivalenceCode, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, semanticallyEquivalent, setConversionDirection, setLeft, setParticipantStoichiometry, setRight, setSpontaneousaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipant, setInteractionType, setParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOf, setControlledOf, setPathwayComponentOf, setStepProcessOfaddAvailability, addDataSource, addEvidence, getAvailability, getDataSource, getEvidence, getParticipantOf, removeAvailability, removeDataSource, removeEvidence, setAvailability, setDataSource, setEvidence, setParticipantOfaddName, getDisplayName, getDisplayNameX, getName, getStandardName, getStandardNameX, removeName, setDisplayName, setDisplayNameX, setName, setStandardName, setStandardNameXaddXref, getXref, removeXref, setXrefaddComment, getComment, getDatasources, getKeywords, getOrganisms, getParentPathways, removeComment, setCommentequals, getAnnotations, getPk, getRDFId, hashCode, isEquivalent, toStringclone, finalize, getClass, notify, notifyAll, wait, wait, waitaddLeft, addParticipantStoichiometry, addRight, getConversionDirection, getLeft, getParticipantStoichiometry, getRight, getSpontaneous, removeLeft, removeParticipantStoichiometry, removeRight, setConversionDirection, setSpontaneousaddInteractionType, addParticipant, getInteractionType, getParticipant, removeInteractionType, removeParticipantgetControlledOf, getPathwayComponentOf, getStepProcessOfaddAvailability, addDataSource, getAvailability, getDataSource, getParticipantOf, removeAvailability, removeDataSourceaddEvidence, getEvidence, removeEvidenceaddName, getDisplayName, getName, getStandardName, removeName, setDisplayName, setName, setStandardNameaddXref, getXref, removeXrefaddComment, getComment, removeCommentequivalenceCode, getAnnotations, getRDFId, isEquivalentpublic Class<? extends BiochemicalReaction> getModelInterface()
BioPAXElementgetModelInterface in interface BioPAXElementgetModelInterface in class ConversionImplorg.biopax.paxtools.model package
corresponding to a BioPAX class.public Set<DeltaG> getDeltaG()
BiochemicalReactiongetDeltaG in interface BiochemicalReactionpublic void addDeltaG(DeltaG deltaG)
BiochemicalReactionaddDeltaG in interface BiochemicalReactiondeltaG - to be added.public void removeDeltaG(DeltaG deltaG)
BiochemicalReactionremoveDeltaG in interface BiochemicalReactiondeltaG - to be removed.public Set<Float> getDeltaH()
BiochemicalReactiongetDeltaH in interface BiochemicalReactionpublic void addDeltaH(float deltaH)
BiochemicalReactionaddDeltaH in interface BiochemicalReactiondeltaH - standard transformed enthalpy changepublic void removeDeltaH(float deltaH)
BiochemicalReactionremoveDeltaH in interface BiochemicalReactiondeltaH - standard transformed enthalpy changepublic Set<Float> getDeltaS()
BiochemicalReactiongetDeltaS in interface BiochemicalReactionpublic void addDeltaS(float deltaS)
BiochemicalReactionaddDeltaS in interface BiochemicalReactiondeltaS - valuepublic void removeDeltaS(float deltaS)
BiochemicalReactionremoveDeltaS in interface BiochemicalReactiondeltaS - value@Field(name="ecnumber",
analyze=YES)
@FieldBridge(impl=SetStringBridge.class)
public Set<String> getECNumber()
BiochemicalReactiongetECNumber in interface BiochemicalReactionpublic void addECNumber(String eCNumber)
BiochemicalReactionaddECNumber in interface BiochemicalReactioneCNumber - The unique number assigned to a reaction by the Enzyme Commissionpublic void removeECNumber(String eCNumber)
BiochemicalReactionremoveECNumber in interface BiochemicalReactioneCNumber - The unique number assigned to a reaction by the Enzyme Commissionpublic Set<KPrime> getKEQ()
BiochemicalReactiongetKEQ in interface BiochemicalReactionpublic void addKEQ(KPrime kEQ)
BiochemicalReactionaddKEQ in interface BiochemicalReactionkEQ - measured equilibrium constant for a biochemical reactionpublic void removeKEQ(KPrime kEQ)
BiochemicalReactionremoveKEQ in interface BiochemicalReactionkEQ - measured equilibrium constant for a biochemical reactionCopyright © 2015 BioPAX. All rights reserved.