jp.sbi.celldesigner.plugin
Class PluginRateRule

java.lang.Object
  extended by jp.sbi.celldesigner.plugin.PluginSBase
      extended by jp.sbi.celldesigner.plugin.PluginRule
          extended by jp.sbi.celldesigner.plugin.PluginRateRule

public class PluginRateRule
extends PluginRule

This class wraps org.sbml.libsbml.RateRule for the plug-in.

Author:

Field Summary
 
Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase
sbase
 
Constructor Summary
PluginRateRule(PluginModel parent)
          Constructor
 
Method Summary
 java.lang.String getVariable()
           
 void setVariable(java.lang.String variable)
          Sets the variable of this PluginRateRule.
 void update(PluginRateRule parameter)
          Update all properties of this PluginRateRule to the same as the given PluginRateRule.
 
Methods inherited from class jp.sbi.celldesigner.plugin.PluginRule
getFormula, getMath, getParentModel, setFormula, setMath, update
 
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

PluginRateRule

public PluginRateRule(PluginModel parent)
Constructor

Parameters:
parent - PluginModel as the parent of this PluginRateRule
Method Detail

update

public void update(PluginRateRule parameter)
Update all properties of this PluginRateRule to the same as the given PluginRateRule.

Parameters:
parameter - PluginRateRule

getVariable

public java.lang.String getVariable()
Returns:
the variable of this PluginRateRule.

setVariable

public void setVariable(java.lang.String variable)
Sets the variable of this PluginRateRule.

Parameters:
variable -