|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.representation.Sequence
Default implementation of BiologicalSequence.
| Field Summary | |
protected java.lang.String |
sequence
|
| Constructor Summary | |
Sequence()
|
|
Sequence(java.lang.String ShortName,
java.lang.String residuesCodes)
|
|
| Method Summary | |
BiologicalAnnotations |
getAnnotations()
Returns the annotations associated with an instance. |
int |
getLength()
Returns the length of the sequence. |
java.lang.String |
getResidueCodes()
Get the residue codes of the sequence. |
java.lang.String |
getShortName()
Returns the short name of this sequence. |
void |
set(BiologicalSequence source)
Transfer information from the source to this instance. |
void |
setAnnotations(BiologicalAnnotations anns)
Sets the annotations for an instance. |
void |
setResidueCodes(java.lang.String x)
Set the residue codes of the sequence. |
void |
setShortName(java.lang.String x)
Sets the short name of this sequence. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Field Detail |
protected java.lang.String sequence
| Constructor Detail |
public Sequence()
public Sequence(java.lang.String ShortName,
java.lang.String residuesCodes)
| Method Detail |
public int getLength()
getLength in interface BiologicalSequencepublic java.lang.String getResidueCodes()
getResidueCodes in interface BiologicalSequencepublic void setResidueCodes(java.lang.String x)
setResidueCodes in interface BiologicalSequencepublic java.lang.String getShortName()
BiologicalSequence
getShortName in interface BiologicalSequencepublic void setShortName(java.lang.String x)
BiologicalSequence
setShortName in interface BiologicalSequencefor a definition of the shortname.public void set(BiologicalSequence source)
public BiologicalAnnotations getAnnotations()
AnnotationSupport
getAnnotations in interface AnnotationSupportpublic void setAnnotations(BiologicalAnnotations anns)
AnnotationSupport
setAnnotations in interface AnnotationSupport
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||