jp.sbi.celldesigner.plugin
Class PluginSBase

java.lang.Object
  extended by jp.sbi.celldesigner.plugin.PluginSBase
Direct Known Subclasses:
PluginAntiSenseRNA, PluginBindingRegion, PluginCompartment, PluginEvent, PluginEventAssignment, PluginFunctionDefinition, PluginGene, PluginGLogicGate, PluginKineticLaw, PluginListOf, PluginModel, PluginModification, PluginModificationRegion, PluginModificationResidue, PluginParameter, PluginProtein, PluginReaction, PluginRNA, PluginRule, PluginSimpleSpeciesReference, PluginSpecies, PluginSpeciesAlias, PluginStructuralState, PluginUnit, PluginUnitDefinition

public class PluginSBase
extends java.lang.Object

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

Author:

Field Summary
protected  SBase sbase
          sbase
 
Constructor Summary
protected PluginSBase()
          Constructor
 
Method Summary
 XMLNode getNotes()
           
 java.lang.String getNotesString()
           
protected  PluginSBase getParentSBase()
           
 void setNotes(java.lang.String notes)
          Sets the Notes of this PluginSBase.
protected  void setParentSBase(PluginSBase parentSBase)
          Sets the ParentSBase of this PluginSBase.
 java.lang.String toSBML()
          toSBML
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

sbase

protected SBase sbase
sbase

Constructor Detail

PluginSBase

protected PluginSBase()
Constructor

Method Detail

setNotes

public void setNotes(java.lang.String notes)
Sets the Notes of this PluginSBase.

Parameters:
notes -

getNotesString

public java.lang.String getNotesString()
Returns:
the notes of this PluginSBase.

getNotes

public XMLNode getNotes()

getParentSBase

protected PluginSBase getParentSBase()
Returns:
the parentSBase of this PluginSBase.

setParentSBase

protected void setParentSBase(PluginSBase parentSBase)
Sets the ParentSBase of this PluginSBase.

Parameters:
parentSBase -

toSBML

public java.lang.String toSBML()
toSBML

Returns:
the string of SBML