|
|||||||||
| 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.PluginGene
public class PluginGene
This class represents gene.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
protected |
PluginGene()
Constructor |
protected |
PluginGene(java.lang.String extensionId)
Constructor |
| Method Summary | |
|---|---|
void |
addPluginModificationRegion(PluginModificationRegion residue)
Adds a PluginModificationRegion to the list. |
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 the list. |
void |
removePluginModificationRegion(PluginModificationRegion residue)
Removes the given PluginModificationRegion from the list. |
void |
setListOfPluginRegion(PluginListOf listOfPluginRegion)
Sets the list of PluginModificationRegion of this PluginGene. |
void |
setName(java.lang.String name)
Sets the name of this PluginGene. |
void |
setType(java.lang.String type)
Sets the type of this PluginGene. |
void |
update(PluginGene rna)
Update all properties of this PluginGene to the same as the given PluginGene. |
| 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 PluginGene()
protected PluginGene(java.lang.String extensionId)
extensionId - | Method Detail |
|---|
public void update(PluginGene rna)
rna - PluginGenepublic 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 | ||||||||