public class PluginKineticLaw extends PluginSBase
sbase
Constructor and Description |
---|
PluginKineticLaw(PluginReaction parent)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addParameter(PluginParameter param)
Adds a PluginParameter to the list of PluginParameter of this PluginKineticLaw.
|
void |
clear()
Clears all PluginParameter of this PluginKineticLaw.
|
java.lang.String |
getFormula() |
PluginListOf |
getListOfParameters() |
org.sbml.libsbml.ASTNode |
getMath() |
int |
getNumParameters() |
PluginParameter |
getParameter(int index)
Gets the PluginParameter with the given index from the list.
|
PluginReaction |
getParentReaction() |
java.lang.String |
getParentReactionID() |
java.lang.String |
getSubstanceUnits() |
java.lang.String |
getTimeUnits() |
void |
removeParameter(int index)
Remove the PluginParameter with the given index from the list.
|
void |
removeParameter(PluginParameter param)
Removes the PluginParameter from the list of PluginParameter of this PluginKineticLaw.
|
void |
setFormula(java.lang.String fomula)
Sets the formula of this PluginKineticLaw.
|
void |
setFormulaFromMath()
Deprecated.
setFormulaFromMath is removed in libSBML 3.x
|
void |
setListOfParameters(PluginListOf listOfParameters)
Sets the list of PluginParameter of this PluginKineticLaw.
|
void |
setMath(org.sbml.libsbml.ASTNode math)
Sets the Math of this PluginKineticLaw to the given ASTNode.
|
void |
setMathFromFormula()
Deprecated.
setFormulaFromMath is removed in libSBML 3.x
|
void |
setSubstanceUnits(java.lang.String unit)
Sets the substanceUnits of this PluginKineticLaw.
|
void |
setTimeUnits(java.lang.String unit)
Sets the timeUnits of this PluginKineticLaw.
|
void |
update(PluginKineticLaw kineticLaw)
Update all properties of this PluginKineticLaw same as the given PluginKineticLaw.
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML
public PluginKineticLaw(PluginReaction parent)
parent
- PluginReaction as the parent of this PluginKineticLawpublic void update(PluginKineticLaw kineticLaw)
kineticLaw
- PluginKineticLawpublic PluginListOf getListOfParameters()
public void setListOfParameters(PluginListOf listOfParameters)
listOfParameters
- PluginListOfpublic void addParameter(PluginParameter param)
param
- PluginParameterpublic void removeParameter(PluginParameter param)
param
- the PluginParameter to removepublic void removeParameter(int index)
index
- intpublic PluginParameter getParameter(int index)
index
- intpublic void clear()
public java.lang.String getFormula()
public void setFormula(java.lang.String fomula)
fomula
- Stringpublic org.sbml.libsbml.ASTNode getMath()
public void setMath(org.sbml.libsbml.ASTNode math)
math
- ASTNodepublic void setFormulaFromMath()
KineticLaw
public void setMathFromFormula()
KineticLaw
public java.lang.String getSubstanceUnits()
public void setSubstanceUnits(java.lang.String unit)
unit
- a substanceUnitspublic java.lang.String getTimeUnits()
public void setTimeUnits(java.lang.String unit)
unit
- Stringpublic java.lang.String getParentReactionID()
public PluginReaction getParentReaction()
public int getNumParameters()