public class PluginSpeciesAlias extends PluginSBase
sbase| Modifier | Constructor and Description |
|---|---|
|
PluginSpeciesAlias(PluginSpecies parent,
java.lang.String type)
Constructor
|
protected |
PluginSpeciesAlias(jp.sbi.celldesigner.SpeciesAlias speciesAlias,
PluginSpecies parent)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getAliasID() |
java.util.Vector |
getAllIncludedSpeciesAliases() |
PluginAntiSenseRNA |
getAntiSenseRNA() |
java.awt.Color |
getColor() |
java.lang.String |
getExtensionId() |
java.lang.String |
getExtensionType() |
double |
getFrameLineWidth() |
PluginGene |
getGene() |
double |
getHeight() |
int |
getHomodimer() |
boolean |
getHypothetical() |
PluginListOf |
getModifications() |
java.lang.String |
getName() |
org.sbml.libsbml.XMLNode |
getNotes() |
java.lang.String |
getNotesString() |
PluginInformationBox |
getPluginInformationBox()
Gets PluginInformationBox
|
PluginListOf |
getPluginListOfStructuralStates()
Gets a list of PluginStructuralStates
|
PluginProtein |
getProtein() |
PluginRNA |
getRNA() |
PluginSpecies |
getSpecies() |
java.lang.String |
getType() |
double |
getWidth() |
double |
getX() |
double |
getY() |
boolean |
isActive() |
static java.util.Vector |
resetAllIncludedPluginSpeciesAliases(PluginModel pluginMode,
PluginSpeciesAlias someone) |
void |
setAllIncludedSpeciesAliases(java.util.Vector includeds) |
void |
setAntiSenseRNA(PluginAntiSenseRNA asrna)
Sets the PluginAntiSenseRNA of this PluginSpeciesAlias.
|
void |
setColor(java.awt.Color color)
Sets the color of this PluginSpeciesAlias.
|
void |
setFrameLineWidth(double lineWidth)
Sets the FrameLineWidth of this PluginSpeciesAlias.
|
void |
setFramePosition(double x,
double y)
Sets the position for this PluginSpeciesAlias.
|
void |
setFrameSize(double width,
double height)
Sets the FrameSize (width & height) for this PluginSpeciesAlias
|
void |
setGene(PluginGene gene)
Sets the PluginGene of this PluginSpeciesAlias.
|
void |
setHomodimer(int homodimer)
Sets the homodimer of this PluginSpeciesAlias.
|
void |
setHypothetical(boolean hypothetical)
Sets the hypothetical of this PluginSpeciesAlias.
|
void |
setIsActive(boolean activity)
Sets activity
|
void |
setModifications(PluginListOf modifications)
Sets the list of PluginModification of this PluginSpeciesAlias.
|
void |
setName(java.lang.String name)
Sets the name of this PluginSpeciesAlias
|
void |
setPluginInformationBox(PluginInformationBox _PluginInformationBox) |
void |
setPluginListOfStructuralStates(PluginListOf _listOfPluginStructuralStates)
Sets a list of PluginStructuralStates
|
void |
setProtein(PluginProtein protein)
Sets the PluginProtein of this PluginSpeciesAlias.
|
void |
setRNA(PluginRNA rna)
Sets the PluginRNA of this PluginSpeciesAlias.
|
protected void |
setSpecies(PluginSpecies parentSpecies)
Sets the PluginSpecies of this PluginSpeciesAlias.
|
void |
setType(java.lang.String type)
Sets the type of this PluginSpeciesAlias.
|
void |
update(PluginSpeciesAlias target)
Update all properties of this PluginSpeciesAlias to the same as the given PluginSpeciesAlias.
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBMLpublic PluginSpeciesAlias(PluginSpecies parent, java.lang.String type)
parent - PluginSpecies as the parent of this PluginSpeciesAliastype - the type of PluginSpeciesAlias. The type is one of the fields of PluginSpeciesSymbolType.protected PluginSpeciesAlias(jp.sbi.celldesigner.SpeciesAlias speciesAlias,
PluginSpecies parent)
speciesAlias - SpeciesAliasparent - PluginSpeciespublic java.util.Vector getAllIncludedSpeciesAliases()
public void setAllIncludedSpeciesAliases(java.util.Vector includeds)
public void update(PluginSpeciesAlias target)
target - PluginSpeciesAliaspublic PluginSpecies getSpecies()
protected void setSpecies(PluginSpecies parentSpecies)
parentSpecies - PluginSpeciespublic java.lang.String getType()
public java.lang.String getExtensionType()
public void setType(java.lang.String type)
type - Stringpublic void setName(java.lang.String name)
name - Stringpublic java.lang.String getName()
public java.lang.String getAliasID()
public double getX()
public double getY()
public double getWidth()
public double getHeight()
public void setFrameSize(double width,
double height)
width - doubleheight - doublepublic void setFramePosition(double x,
double y)
x - doubley - doublepublic int getHomodimer()
public void setHomodimer(int homodimer)
homodimer - the number of the field "homomultimer" of Speciespublic boolean getHypothetical()
public void setHypothetical(boolean hypothetical)
hypothetical - true if this PluginSpeciesAlias is hypothetical, false otherwisepublic void setColor(java.awt.Color color)
color - Colorpublic java.awt.Color getColor()
public double getFrameLineWidth()
public void setFrameLineWidth(double lineWidth)
lineWidth - doublepublic java.lang.String getExtensionId()
public PluginAntiSenseRNA getAntiSenseRNA()
public void setAntiSenseRNA(PluginAntiSenseRNA asrna)
asrna - PluginAntiSenseRNApublic PluginGene getGene()
public void setGene(PluginGene gene)
gene - PluginGenepublic PluginProtein getProtein()
public void setProtein(PluginProtein protein)
protein - PluginProteinpublic PluginRNA getRNA()
public void setRNA(PluginRNA rna)
rna - PluginRNApublic java.lang.String getNotesString()
getNotesString in class PluginSBasepublic org.sbml.libsbml.XMLNode getNotes()
getNotes in class PluginSBasepublic PluginListOf getModifications()
public void setModifications(PluginListOf modifications)
modifications - PluginListOfpublic void setIsActive(boolean activity)
activity - booleanpublic boolean isActive()
public PluginListOf getPluginListOfStructuralStates()
public void setPluginListOfStructuralStates(PluginListOf _listOfPluginStructuralStates)
_listOfPluginStructuralStates - PluginListOfpublic PluginInformationBox getPluginInformationBox()
public void setPluginInformationBox(PluginInformationBox _PluginInformationBox)
_PluginInformationBox - PluginInformationBoxpublic static final java.util.Vector resetAllIncludedPluginSpeciesAliases(PluginModel pluginMode, PluginSpeciesAlias someone)