|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object
|
+--edu.mssm.crover.representation.Annotation
|
+--edu.mssm.crover.representation.Disulfide_Annotation
Annotates disulfide bridges.
| Field Summary |
| Fields inherited from class edu.mssm.crover.representation.Annotation |
origin |
| Constructor Summary | |
Disulfide_Annotation(BiologicalOrigin origin,
java.lang.String type_of)
|
|
Disulfide_Annotation(java.lang.String type_of)
Constructs a new Disulfide annotation. |
|
| Method Summary | |
boolean |
describesResidue(int position)
Returns whether the position is described by this annotation. |
int |
getFirstResidue()
Get the index of the first residue of the bridge. |
java.lang.String |
getInfo()
This annotation describes a "disulfide bridge". |
int |
getSecondResidue()
Get the index of the second residue of the bridge. |
java.lang.String |
getTypeOf()
Get the type of this domain, as a descriptive text. |
void |
setFirstResidue(int res)
Set the index of the first residue of the bridge. |
void |
setSecondResidue(int res)
Set the index of the second residue of the bridge. |
java.lang.String |
toString()
|
| Methods inherited from class edu.mssm.crover.representation.Annotation |
getOrigin, setOrigin |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Constructor Detail |
public Disulfide_Annotation(java.lang.String type_of)
public Disulfide_Annotation(BiologicalOrigin origin,
java.lang.String type_of)
| Method Detail |
public java.lang.String getTypeOf()
public java.lang.String getInfo()
getInfo in interface BiologicalAnnotationgetInfo in class Annotationpublic int getFirstResidue()
public void setFirstResidue(int res)
public int getSecondResidue()
public void setSecondResidue(int res)
public java.lang.String toString()
toString in class Annotationpublic boolean describesResidue(int position)
BiologicalAnnotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||