|
|||||||||
| 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.PluginBindingRegion
public class PluginBindingRegion
Class for modification bindingRegion. An instance corresponds a <BindingRegion> tag.
CellDesigner extention 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.
| Field Summary |
|---|
| Fields inherited from class jp.sbi.celldesigner.plugin.PluginSBase |
|---|
sbase |
| Constructor Summary | |
|---|---|
PluginBindingRegion(PluginProtein parentProtein)
Constructor |
|
| Method Summary | |
|---|---|
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 |
| 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 |
|---|
public PluginBindingRegion(PluginProtein parentProtein)
parentProtein - the PluginProtein as the parent of this PluginBindingRegion| Method Detail |
|---|
public void setName(java.lang.String name)
name - public java.lang.String getName()
public void setType(java.lang.String type)
type - public java.lang.String getType()
public void setSize(double size)
size - public double getSize()
public void setAngle(double angle)
angle - public double getAngle()
public java.lang.String getId()
protected void setId(java.lang.String id)
id - public java.lang.String getParentID()
public PluginProtein getParentProtein()
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||