jp.sbi.celldesigner.plugin
Class PluginAlgebraicRule

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

public class PluginAlgebraicRule
extends PluginRule

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

Author:

Field Summary
 
Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase
sbase
 
Constructor Summary
PluginAlgebraicRule(PluginModel parent)
          Constructor
 
Method Summary
 
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

PluginAlgebraicRule

public PluginAlgebraicRule(PluginModel parent)
Constructor

Parameters:
parent - the PluginModel as the parent of this PluginAlgebraicRule.