org.biopax.paxtools.impl.level2
Class kPrimeImpl

java.lang.Object
  extended by org.biopax.paxtools.impl.level2.bioPAXElementImpl
      extended by org.biopax.paxtools.impl.level2.kPrimeImpl
All Implemented Interfaces:
BioPAXElement, kPrime, utilityClass

public class kPrimeImpl
extends bioPAXElementImpl
implements kPrime


Field Summary
 
Fields inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
UNKNOWN_DOUBLE, UNKNOWN_FLOAT, UNKNOWN_INT
 
Constructor Summary
kPrimeImpl()
           
 
Method Summary
 int equivalenceCode()
           
 float getIONIC_STRENGTH()
           
 float getK_PRIME()
           
 java.lang.Class getModelInterface()
           
 float getPH()
           
 float getPMG()
           
 float getTEMPERATURE()
           
 boolean isEquivalent(BioPAXElement element)
           
 void setIONIC_STRENGTH(float IONIC_STRENGTH)
           
 void setK_PRIME(float K_PRIME)
           
 void setPH(float PH)
           
 void setPMG(float PMG)
           
 void setTEMPERATURE(float TEMPERATURE)
           
 
Methods inherited from class org.biopax.paxtools.impl.level2.bioPAXElementImpl
addCOMMENT, equals, getCOMMENT, getRDFId, hashCode, removeCOMMENT, setCOMMENT, setRDFId
 
Methods inherited from class java.lang.Object
clone, finalize, getClass, notify, notifyAll, toString, wait, wait, wait
 
Methods inherited from interface org.biopax.paxtools.model.level2.BioPAXElement
addCOMMENT, getCOMMENT, getRDFId, removeCOMMENT, setCOMMENT, setRDFId
 

Constructor Detail

kPrimeImpl

public kPrimeImpl()
Method Detail

equivalenceCode

public int equivalenceCode()
Specified by:
equivalenceCode in interface BioPAXElement

isEquivalent

public boolean isEquivalent(BioPAXElement element)
Specified by:
isEquivalent in interface BioPAXElement

getModelInterface

public java.lang.Class getModelInterface()
Specified by:
getModelInterface in interface BioPAXElement

getK_PRIME

public float getK_PRIME()
Specified by:
getK_PRIME in interface kPrime

setK_PRIME

public void setK_PRIME(float K_PRIME)
Specified by:
setK_PRIME in interface kPrime

getTEMPERATURE

public float getTEMPERATURE()
Specified by:
getTEMPERATURE in interface kPrime

setTEMPERATURE

public void setTEMPERATURE(float TEMPERATURE)
Specified by:
setTEMPERATURE in interface kPrime

getIONIC_STRENGTH

public float getIONIC_STRENGTH()
Specified by:
getIONIC_STRENGTH in interface kPrime

setIONIC_STRENGTH

public void setIONIC_STRENGTH(float IONIC_STRENGTH)
Specified by:
setIONIC_STRENGTH in interface kPrime

getPH

public float getPH()
Specified by:
getPH in interface kPrime

setPH

public void setPH(float PH)
Specified by:
setPH in interface kPrime

getPMG

public float getPMG()
Specified by:
getPMG in interface kPrime

setPMG

public void setPMG(float PMG)
Specified by:
setPMG in interface kPrime