|
|||||||||
| 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.Mutation_Annotation
Annotates ponctual mutations. See the origin of the annotation for more detail about the mutation. This class only support for URL documents. There is no model of the mutation so there is no way to search for all the mutations that transformed residues to cysteine (for instance).
| Field Summary |
| Fields inherited from class edu.mssm.crover.representation.Annotation |
origin |
| Constructor Summary | |
Mutation_Annotation()
|
|
| Method Summary | |
boolean |
describesResidue(int position)
Returns whether the position is described by this annotation. |
java.lang.String |
getInfo()
Returns a consise text that describes the nature of this annotation. |
java.net.URL |
getInformation()
Get the URL od the document that describes this mutation. |
java.lang.Integer |
getResidueNumber()
Get the index of the residue which is described by this mutation. |
void |
setInformation(java.net.URL u)
Set the URL od the document that describes this mutation. |
void |
setResidueNumber(java.lang.Integer res)
Set the index of the residue which is described by this mutation. |
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 Mutation_Annotation()
| Method Detail |
public java.lang.Integer getResidueNumber()
public void setResidueNumber(java.lang.Integer res)
public java.net.URL getInformation()
public void setInformation(java.net.URL u)
public java.lang.String getInfo()
BiologicalAnnotation
getInfo in interface BiologicalAnnotationgetInfo in class Annotationpublic 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 | ||||||||