|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectorg.jscience.ml.sbml.SBase
org.jscience.ml.sbml.KineticLaw
public final class KineticLaw
The mathematics of the rate of the enclosing Reaction.
| Constructor Summary | |
|---|---|
KineticLaw()
Creates a new instance of KineticLaw |
|
KineticLaw(java.lang.String math)
|
|
| Method Summary | |
|---|---|
void |
addParameter(Parameter ref)
|
java.lang.String |
getMath()
Getter for property math. |
java.util.List |
getParameter()
Getter for property parameter. |
SBase |
getParametersElement()
Getter for property parametersElement. |
java.lang.String |
getSubstanceUnits()
Getter for property substanceUnits. |
java.lang.String |
getTimeUnits()
Getter for property timeUnits. |
void |
setMath(java.lang.String math)
Sets the MathML expression for this KineticLaw. |
void |
setParametersElement(SBase parametersElement)
Setter for property parameterElement. |
void |
setSubstanceUnits(java.lang.String substanceUnits)
Setter for property substanceUnits. |
void |
setTimeUnits(java.lang.String timeUnits)
Setter for property timeUnits. |
java.lang.String |
toString()
Get the SBML representation for this class. |
| Methods inherited from class org.jscience.ml.sbml.SBase |
|---|
getAnnotations, getMetaid, getNotes, getRDF, printList, printShortForm, setMetaid, setRDF, setRDF |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
|---|
public KineticLaw(java.lang.String math)
public KineticLaw()
| Method Detail |
|---|
public void addParameter(Parameter ref)
public java.lang.String getMath()
getMath in interface MathElementpublic java.util.List getParameter()
public SBase getParametersElement()
public java.lang.String getSubstanceUnits()
public java.lang.String getTimeUnits()
public void setMath(java.lang.String math)
KineticLaw.
setMath in interface MathElementmath - New value of property math.public void setParametersElement(SBase parametersElement)
parameterElement - New value of property parameterElement.public void setSubstanceUnits(java.lang.String substanceUnits)
substanceUnits - New value of property substanceUnits.public void setTimeUnits(java.lang.String timeUnits)
timeUnits - New value of property timeUnits.public java.lang.String toString()
toString in class SBase
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||