public class PluginBindingRegion extends PluginSBase
Class for modification bindingRegion. An instance corresponds a <BindingRegion> tag.
CellDesigner extension of SBML definition
BindingRegion |
|
id : SId name : string {use="optional"} side : string {use="optional"} |
The "id" which may a SId type string in the SBML definition, is treated as a String. When it is input or output, format check is done. If it fails, an SIdFormatException is thrown.
sbase| Constructor and Description |
|---|
PluginBindingRegion(PluginProtein parentProtein)
Constructor
|
| Modifier and Type | Method and Description |
|---|---|
double |
getAngle() |
java.lang.String |
getId() |
java.lang.String |
getName() |
java.lang.String |
getParentID() |
PluginProtein |
getParentProtein() |
double |
getSize()
get size
|
java.lang.String |
getType()
get type
|
void |
setAngle(double angle)
Sets the angle of this PluginBindingRegion.
|
protected void |
setId(java.lang.String id)
Sets the id of this PluginBindingRegion.
|
void |
setName(java.lang.String name)
Sets the name of this PluginBindingRegion.
|
void |
setSize(double size)
set size
|
void |
setType(java.lang.String type)
set type
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBMLpublic PluginBindingRegion(PluginProtein parentProtein)
parentProtein - the PluginProtein as the parent of this PluginBindingRegionpublic void setName(java.lang.String name)
name - Stringpublic java.lang.String getName()
public void setType(java.lang.String type)
type - Stringpublic java.lang.String getType()
public void setSize(double size)
size - doublepublic double getSize()
public void setAngle(double angle)
angle - doublepublic double getAngle()
public java.lang.String getId()
protected void setId(java.lang.String id)
id - Stringpublic java.lang.String getParentID()
public PluginProtein getParentProtein()