|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||
public interface SequencePosition
Designates the position of the Feature in its BioSequence.
| Method Summary | |
|---|---|
java.lang.Integer |
getEnd()
Returns the value of this SequencePosition object's end attribute. |
java.lang.Integer |
getStart()
Returns the value of this SequencePosition object's start attribute. |
void |
setEnd(java.lang.Integer p_end)
Sets the end attribute. |
void |
setStart(java.lang.Integer p_start)
Sets the start attribute. |
| Methods inherited from interface gov.nih.nci.mageom.domain.Extendable |
|---|
getPropertySets, setPropertySets |
| Method Detail |
|---|
void setStart(java.lang.Integer p_start)
SequencePosition object.
p_start - The new value for start.getStart()java.lang.Integer getStart()
SequencePosition object's start attribute.
Description of start:
The location of the base, for nucleotides, that the SeqFeature starts.
int The value of start.void setEnd(java.lang.Integer p_end)
SequencePosition object.
p_end - The new value for end.getEnd()java.lang.Integer getEnd()
SequencePosition object's end attribute.
Description of end:
The location of the base, for nucleotides, that the SeqFeature ends.
int The value of end.
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | |||||||||