public class PluginSBase
extends java.lang.Object
Modifier and Type | Field and Description |
---|---|
protected org.sbml.libsbml.SBase |
sbase
sbase
|
Modifier | Constructor and Description |
---|---|
protected |
PluginSBase()
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addCVTerm(org.sbml.libsbml.CVTerm term) |
protected java.util.Vector |
ChangeCVTermToMiriamDefinition(java.util.List CVTermT) |
org.sbml.libsbml.XMLNode |
getAnnotation()
Get the annotation of this PluginSBase.
|
java.lang.String |
getAnnotationString()
Get the annotation of this PluginSBase.
|
org.sbml.libsbml.CVTerm |
getCVTerm(int index) |
org.sbml.libsbml.XMLNode |
getNotes() |
java.lang.String |
getNotesString() |
int |
getNumCVTerms() |
protected PluginSBase |
getParentSBase() |
static java.lang.String |
getRelationFromCVTerm(org.sbml.libsbml.CVTerm term) |
void |
setAnnotation(org.sbml.libsbml.XMLNode annotations)
Set the annotation of this PluginSBase.
|
void |
setAnnotationString(java.lang.String annotations)
Set the annotation of this PluginSBase.
|
protected void |
setCVTerm(org.sbml.libsbml.XMLNode node) |
void |
setNotes(java.lang.String notes)
Sets the Notes of this PluginSBase.
|
void |
setNotes(org.sbml.libsbml.XMLNode notes) |
protected void |
setParentSBase(PluginSBase parentSBase)
Sets the ParentSBase of this PluginSBase.
|
java.lang.String |
toSBML()
toSBML
|
public void setNotes(java.lang.String notes)
notes
- Stringpublic void setNotes(org.sbml.libsbml.XMLNode notes)
public java.lang.String getNotesString()
public org.sbml.libsbml.XMLNode getNotes()
protected PluginSBase getParentSBase()
protected void setParentSBase(PluginSBase parentSBase)
parentSBase
- PluginSBasepublic java.lang.String toSBML()
public java.lang.String getAnnotationString()
public void setAnnotationString(java.lang.String annotations)
annotations
- Stringpublic org.sbml.libsbml.XMLNode getAnnotation()
public void setAnnotation(org.sbml.libsbml.XMLNode annotations)
annotations
- XMLNodeprotected void setCVTerm(org.sbml.libsbml.XMLNode node)
public org.sbml.libsbml.CVTerm getCVTerm(int index)
public int getNumCVTerms()
public void addCVTerm(org.sbml.libsbml.CVTerm term)
protected java.util.Vector ChangeCVTermToMiriamDefinition(java.util.List CVTermT)
public static java.lang.String getRelationFromCVTerm(org.sbml.libsbml.CVTerm term)