|
|||||||||
| 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.PluginRNA
public class PluginRNA
This class represents RNA.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
protected |
PluginRNA()
Constructor |
protected |
PluginRNA(java.lang.String extensionId)
Constructor |
| Method Summary | |
|---|---|
void |
addPluginModificationRegion(PluginModificationRegion residue)
Adds a PluginModificationRegion to this PluginRNA. |
java.lang.String |
getExtensionId()
|
PluginListOf |
getListOfPluginRegion()
|
java.lang.String |
getName()
|
int |
getNumRegions()
|
PluginModificationRegion |
getPluginModificationRegion(int index)
Gets the PluginModificationRegion with the given index. |
java.lang.String |
getType()
|
void |
removePluginModificationRegion(int index)
Removes the PluginModificationRegion with the given index from this PluginRNA. |
void |
removePluginModificationRegion(PluginModificationRegion residue)
Removes the given PluginModificationRegion from this PluginRNA. |
void |
setListOfPluginRegion(PluginListOf listOfPluginRegion)
Sets the list of PluginModificationRegion of this PluginRNA. |
void |
setName(java.lang.String name)
Sets the name of this PluginRNA. |
void |
setType(java.lang.String type)
Sets the type of this PluginRNA. |
void |
update(PluginRNA rna)
Update all properties of this PluginRNA to the same as the given PluginRNA. |
| 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 |
|---|
protected PluginRNA()
protected PluginRNA(java.lang.String extensionId)
extensionId - | Method Detail |
|---|
public void update(PluginRNA rna)
rna - public java.lang.String getExtensionId()
public java.lang.String getName()
public void setName(java.lang.String name)
name - public java.lang.String getType()
public void setType(java.lang.String type)
type - public PluginListOf getListOfPluginRegion()
public void setListOfPluginRegion(PluginListOf listOfPluginRegion)
listOfPluginRegion - public void addPluginModificationRegion(PluginModificationRegion residue)
residue - public void removePluginModificationRegion(PluginModificationRegion residue)
residue - public void removePluginModificationRegion(int index)
index - public PluginModificationRegion getPluginModificationRegion(int index)
index -
public int getNumRegions()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||