public class DeltaGImpl extends com.ibm.adtech.jastor.ThingImpl implements DeltaG
DeltaG
Use the fr.curie.BiNoM.pathways.biopax.biopax_DASH_level3_DOT_owlFactory to create instances of this class.
(URI: http://www.biopax.org/release/biopax-level3.owl#DeltaG)
Modifier and Type | Method and Description |
---|---|
void |
addComment(java.lang.String comment)
Add a 'comment' property value
|
void |
addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
clearCache() |
java.util.Iterator |
getComment()
Iterates through the 'comment' property values.
|
java.lang.Float |
getDeltaGPrime0()
Gets the 'deltaGPrime0' property value
|
java.lang.Float |
getIonicStrength()
Gets the 'ionicStrength' property value
|
java.lang.Float |
getPh()
Gets the 'ph' property value
|
java.lang.Float |
getPMg()
Gets the 'pMg' property value
|
java.lang.Float |
getTemperature()
Gets the 'temperature' property value
|
java.util.List |
listStatements() |
void |
registerListener(ThingListener listener) |
void |
removeComment(java.lang.String comment)
Remove a 'comment' property value.
|
void |
removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt) |
void |
setDeltaGPrime0(java.lang.Float deltaGPrime0)
Sets the 'deltaGPrime0' property value
|
void |
setIonicStrength(java.lang.Float ionicStrength)
Sets the 'ionicStrength' property value
|
void |
setPh(java.lang.Float ph)
Sets the 'ph' property value
|
void |
setPMg(java.lang.Float pMg)
Sets the 'pMg' property value
|
void |
setTemperature(java.lang.Float temperature)
Sets the 'temperature' property value
|
void |
unregisterListener(ThingListener listener) |
public java.util.List listStatements()
public void clearCache()
public java.util.Iterator getComment() throws JastorException
UtilityClass
getComment
in interface UtilityClass
Iterator
of String
JastorException
UtilityClass.commentProperty
public void addComment(java.lang.String comment) throws JastorException
UtilityClass
addComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public void removeComment(java.lang.String comment) throws JastorException
UtilityClass
removeComment
in interface UtilityClass
JastorException
UtilityClass.commentProperty
public java.lang.Float getDeltaGPrime0() throws JastorException
DeltaG
getDeltaGPrime0
in interface DeltaG
Float
JastorException
DeltaG.deltaGPrime0Property
public void setDeltaGPrime0(java.lang.Float deltaGPrime0) throws JastorException
DeltaG
setDeltaGPrime0
in interface DeltaG
JastorException
DeltaG.deltaGPrime0Property
public java.lang.Float getIonicStrength() throws JastorException
DeltaG
getIonicStrength
in interface DeltaG
Float
JastorException
DeltaG.ionicStrengthProperty
public void setIonicStrength(java.lang.Float ionicStrength) throws JastorException
DeltaG
setIonicStrength
in interface DeltaG
JastorException
DeltaG.ionicStrengthProperty
public java.lang.Float getTemperature() throws JastorException
DeltaG
getTemperature
in interface DeltaG
Float
JastorException
DeltaG.temperatureProperty
public void setTemperature(java.lang.Float temperature) throws JastorException
DeltaG
setTemperature
in interface DeltaG
JastorException
DeltaG.temperatureProperty
public java.lang.Float getPMg() throws JastorException
DeltaG
getPMg
in interface DeltaG
Float
JastorException
DeltaG.pMgProperty
public void setPMg(java.lang.Float pMg) throws JastorException
DeltaG
setPMg
in interface DeltaG
JastorException
DeltaG.pMgProperty
public java.lang.Float getPh() throws JastorException
DeltaG
getPh
in interface DeltaG
Float
JastorException
DeltaG.phProperty
public void setPh(java.lang.Float ph) throws JastorException
DeltaG
setPh
in interface DeltaG
JastorException
DeltaG.phProperty
public void registerListener(ThingListener listener)
public void unregisterListener(ThingListener listener)
public void addedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)
public void removedStatement(com.hp.hpl.jena.rdf.model.Statement stmt)