public class PluginAntiSenseRNA extends PluginSBase
sbase
Modifier | Constructor and Description |
---|---|
protected |
PluginAntiSenseRNA()
Constructor
|
protected |
PluginAntiSenseRNA(java.lang.String extensionId)
Constructor
|
Modifier and Type | Method and Description |
---|---|
void |
addPluginModificationRegion(PluginModificationRegion residue)
Adds PluginModificationRegion
|
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)
Remove the PluginModificationRegion with the given index.
|
void |
removePluginModificationRegion(PluginModificationRegion residue)
Removes the given PluginModificationRegion.
|
void |
setListOfPluginRegion(PluginListOf listOfPluginRegion)
Sets the list of PluginModificationRegion
|
void |
setName(java.lang.String name)
Sets the name of this PluginAntiSenseRNA
|
void |
setType(java.lang.String type)
Sets the type of this PluginAntiSenseRNA
|
void |
update(PluginAntiSenseRNA rna)
Updates all properties to the same as the given PluginAntiSenseRNA.
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBML
protected PluginAntiSenseRNA()
protected PluginAntiSenseRNA(java.lang.String extensionId)
extensionId
- extensionID is proteinID, rnaID, geneID, or asRNAIDpublic void update(PluginAntiSenseRNA rna)
rna
- PluginAntiSenseRNApublic java.lang.String getExtensionId()
public java.lang.String getName()
public void setName(java.lang.String name)
name
- the name of this PluginAntiSenseRNApublic java.lang.String getType()
public void setType(java.lang.String type)
type
- the type of this PluginAntiSenseRNApublic PluginListOf getListOfPluginRegion()
public void setListOfPluginRegion(PluginListOf listOfPluginRegion)
listOfPluginRegion
- the list of PluginModificationRegionpublic void addPluginModificationRegion(PluginModificationRegion residue)
residue
- PluginModificationRegionpublic void removePluginModificationRegion(PluginModificationRegion residue)
residue
- PluginModificationRegionpublic void removePluginModificationRegion(int index)
index
- intpublic PluginModificationRegion getPluginModificationRegion(int index)
index
- intpublic int getNumRegions()