public class PluginModificationResidue extends PluginSBase
Class for modification residue. An instance corresponds a <modificationResidue> tag.
CellDesigner extention of SBML definition
ModificationResidue |
|
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.
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
SIDE_INSIDE
constants for side field
|
static java.lang.String |
SIDE_NONE
constants for side field
|
static java.lang.String |
SIDE_OUTSIDE
constants for side field
|
static java.lang.String |
TYPE_BINDINGREGION
constants for type field
|
static java.lang.String |
TYPE_RESIDUE
constants for type field
|
sbase| Constructor and Description |
|---|
PluginModificationResidue(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() |
java.lang.String |
getSide() |
double |
getSize()
gets size
|
java.lang.String |
getType()
gets type
|
void |
setAngle(double angle)
Sets the angle of this PluginModificationResidue.
|
protected void |
setId(java.lang.String id)
Sets the id of this PluginModificationResidue.
|
void |
setName(java.lang.String name)
Sets the name of this PluginModificationResidue.
|
void |
setSide(java.lang.String side)
Sets the type of side of this PluginModificationResidue
|
void |
setSize(double size)
sets size
|
void |
setType(java.lang.String type)
sets type
|
addCVTerm, ChangeCVTermToMiriamDefinition, getAnnotation, getAnnotationString, getCVTerm, getNotes, getNotesString, getNumCVTerms, getParentSBase, getRelationFromCVTerm, setAnnotation, setAnnotationString, setCVTerm, setNotes, setNotes, setParentSBase, toSBMLpublic static final java.lang.String SIDE_NONE
public static final java.lang.String SIDE_INSIDE
public static final java.lang.String SIDE_OUTSIDE
public static final java.lang.String TYPE_RESIDUE
public static final java.lang.String TYPE_BINDINGREGION
public PluginModificationResidue(PluginProtein parentProtein)
parentProtein - the PluginProtein as the parent of this PluginModificationResiduepublic 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 setSide(java.lang.String side)
side - A side is the following static field for side of
PluginModificationResidue:
SIDE_NONE, SIDE_INSIDE and SIDE_OUTSIDEpublic java.lang.String getSide()
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()