|
|||||||||
| 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.Domain_Annotation
Annotates protein domains. A domain made of several part of a sequence which are not contiguous in sequence is represented by several domain annotations attached to the sequence.
| Field Summary | |
protected java.lang.Integer |
end
|
protected java.lang.Integer |
start
|
| Fields inherited from class edu.mssm.crover.representation.Annotation |
origin |
| Constructor Summary | |
Domain_Annotation(BiologicalOrigin origin,
java.lang.String type_of)
Constructs a domain annotation of a given type, with a specific origin. |
|
Domain_Annotation(java.lang.String type_of)
Constructs a domain annotation of a given type, with an unspecified origin. |
|
| Method Summary | |
boolean |
describesResidue(int position)
Is this position part of this domain ? |
java.lang.Integer |
getEndResidue()
Get the end residue of the domain described by this annotation. |
java.lang.String |
getInfo()
This annotation describes a protein domain ("domain"). |
java.lang.Integer |
getStartResidue()
Get the first residue of the domain described by this annotation. |
java.lang.String |
getTypeOf()
Get the type of this domain as a descriptive text. |
void |
setEndResidue(java.lang.Integer res)
Get the end residue of the domain described by this annotation. |
void |
setStartResidue(java.lang.Integer res)
Set the first residue of the domain described by this annotation. |
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 |
| Field Detail |
protected java.lang.Integer start
protected java.lang.Integer end
| Constructor Detail |
public Domain_Annotation(java.lang.String type_of)
public Domain_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 java.lang.Integer getStartResidue()
public void setStartResidue(java.lang.Integer res)
public java.lang.Integer getEndResidue()
public void setEndResidue(java.lang.Integer res)
public java.lang.String toString()
toString in class Annotationpublic boolean describesResidue(int position)
describesResidue in interface BiologicalAnnotation
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||