|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Object | +--edu.mssm.crover.ssedit.SSSequenceRange
Interface to the limits of a range of residues. Abstract the range from the various representations it can be embedded in.
(for range stored in secondary structure annotations),
(for range stored in trans-membrane annotations)| Constructor Summary | |
SSSequenceRange(SecondaryStructure_Annotation ssa,
int index)
|
|
| Method Summary | |
int |
getEnd()
Get the index of the last residue of the range. |
int |
getStart()
Get the index of the first residue of the range. |
| Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Constructor Detail |
public SSSequenceRange(SecondaryStructure_Annotation ssa,
int index)
| Method Detail |
public int getStart()
getStart in interface SequenceRangepublic int getEnd()
getEnd in interface SequenceRange
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||