|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectjp.sbi.celldesigner.plugin.PluginSBase
jp.sbi.celldesigner.plugin.PluginRule
public class PluginRule
This class wraps org.sbml.libsbml.Rule for the plug-in.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
PluginRule()
|
|
| Method Summary | |
|---|---|
java.lang.String |
getFormula()
|
ASTNode |
getMath()
|
PluginModel |
getParentModel()
|
void |
setFormula(java.lang.String fomula)
Sets the Formula of this PluginRule. |
void |
setMath(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. |
| Methods inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
|---|
public PluginRule()
| Method Detail |
|---|
public void update(PluginRule rule)
rule - public ASTNode getMath()
public void setMath(ASTNode math)
math - public java.lang.String getFormula()
public void setFormula(java.lang.String fomula)
fomula - public PluginModel getParentModel()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||