public class PluginRule extends PluginSBase
sbase
Constructor and Description |
---|
PluginRule() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getFormula() |
org.sbml.libsbml.ASTNode |
getMath() |
PluginModel |
getParentModel() |
void |
setFormula(java.lang.String fomula)
Sets the Formula of this PluginRule.
|
void |
setMath(org.sbml.libsbml.ASTNode math)
Sets the Math of this PluginRule.
|
void |
update(PluginRule rule)
Update all properties of this PluginRule to the same as the given PluginRule.
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML
public void update(PluginRule rule)
rule
- PluginRulepublic org.sbml.libsbml.ASTNode getMath()
public void setMath(org.sbml.libsbml.ASTNode math)
math
- ASTNodepublic java.lang.String getFormula()
public void setFormula(java.lang.String fomula)
fomula
- Stringpublic PluginModel getParentModel()